@charset "UTF-8";
/*------------------------------------
  Sass モジュールの読み込み
------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&display=swap");
/*====================

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

html {
  max-width: 1920px;
  margin: 0 auto;
}

:root {
  --swl-fz--content: 20px;
}
@media (max-width: 480px) {
  :root {
    --swl-fz--content: 16px;
  }
}

body {
  font-weight: 400;
  font-family: "BIZ UDPGothic", sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  pointer-events: none;
}

.sp-only {
  display: none;
}

@media (max-width: 480px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.c-widget__title.-spmenu {
  background: #fff;
  color: #333;
}

.p-spMenu__inner::before {
  background: #fff;
}

#before_footer_widget.w-beforeFooter {
  margin: 0 auto;
}

.text-shadow1 {
  text-shadow: #fff 1px 1px 14px, #fff -1px 1px 14px, #fff 1px -1px 14px, #fff -1px -1px 14px;
}

.mx-auto {
  margin-inline: auto;
}

.p-articleThumb__img {
  box-shadow: unset;
}

/*====================
fadeUp
====================*/
.fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}

.fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

/*====================
cta
====================*/
.cta-btn {
  justify-content: center;
  gap: 3rem;
}
.cta-btn a.swell-block-button__link {
  min-width: unset;
  padding: 20px 80px;
  outline: solid 1px #fff;
  outline-offset: -6px;
  font-size: 1.5rem;
  background-color: #267527;
  position: relative;
}
@media (max-width: 1024px) {
  .cta-btn a.swell-block-button__link {
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  .cta-btn a.swell-block-button__link {
    padding: 12px 40px;
    font-size: 0.8em;
    outline-offset: -4px;
  }
}
.cta-btn a.swell-block-button__link svg {
  display: none;
}
.cta-btn a.swell-block-button__link:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 50px;
  background-image: url("/wp-content/uploads/icon-click.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 30px;
  bottom: 0;
}
@media (max-width: 480px) {
  .cta-btn a.swell-block-button__link:after {
    width: 22px;
    height: 30px;
    right: 10px;
    bottom: 2px;
  }
}

.w-header.pc_ .cta-btn a.swell-block-button__link:after {
  width: 20px;
  height: 40px;
  right: 5px;
  bottom: -8px;
}

.section-cta {
  padding-top: 120px !important;
  padding-bottom: 60px !important;
  background-repeat: repeat !important;
  background-size: contain !important;
  padding-left: 40px;
  padding-right: 40px;
}
.section-cta .swell-block-fullWide__inner {
  position: relative;
  background-color: #F1EEE7;
  background-color: #fff;
  padding: 2em 2em 2em 280px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .section-cta .swell-block-fullWide__inner {
    padding: 1em 1em 1em 260px;
  }
}
@media (max-width: 480px) {
  .section-cta .swell-block-fullWide__inner {
    padding: 100px 1em 1em 1em;
  }
}
.section-cta .swell-block-fullWide__inner .text-wrap {
  margin-bottom: 0;
  display: inline-flex;
}
.section-cta .swell-block-fullWide__inner .text-wrap h2 {
  font-size: 1.6em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: solid 4px #D1945D;
  color: #2c0708;
}
@media (max-width: 768px) {
  .section-cta .swell-block-fullWide__inner .text-wrap h2 {
    font-size: 1.2em;
  }
}
.section-cta .swell-block-fullWide__inner .text-wrap h3 {
  font-size: 1em;
  text-align: center;
  margin-bottom: 20px;
}
.section-cta .swell-block-fullWide__inner .text-wrap .cta-btn {
  text-align: center;
}
.section-cta .swell-block-fullWide__inner .img-staff {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 280px;
}
@media (max-width: 1024px) {
  .section-cta .swell-block-fullWide__inner .img-staff {
    left: 1%;
  }
}
@media (max-width: 768px) {
  .section-cta .swell-block-fullWide__inner .img-staff {
    width: 260px;
  }
}
@media (max-width: 480px) {
  .section-cta .swell-block-fullWide__inner .img-staff {
    bottom: unset;
    top: -110px;
    width: 140px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*====================
コンタクトフォーム
====================*/
.form__contact {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  .form__contact__inner {
    padding: 40px 20px;
  }
}
.form__contact__inner .formparts {
  margin-bottom: 56px;
}
.form__contact__inner .formparts-required, .form__contact__inner .formparts-optional {
  top: 0;
  right: 0;
}
.form__contact__inner .formparts-required {
  color: #bf0000;
  padding-left: 8px;
}
.form__contact__inner .formparts input, .form__contact__inner .formparts textarea, .form__contact__inner .formparts select {
  width: 100%;
  background-color: #fff;
  line-height: 1.4;
  padding: 6px 16px 10px;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid #bcbcd0;
}
.form__contact__inner .formparts input::placeholder, .form__contact__inner .formparts textarea::placeholder, .form__contact__inner .formparts select::placeholder {
  color: #ddd;
  font-weight: 400;
}
.form__contact__inner .formparts select {
  background-color: #fff;
  width: 100%;
  padding: 14px 20px;
}
@media (max-width: 480px) {
  .form__contact__inner .formparts select {
    width: 100%;
  }
}
.form__contact__inner .formparts input[type=radio] {
  width: unset;
}
.form__contact__inner .formparts input[type=checkbox] {
  width: unset;
}
.form__contact__inner .formparts.checkbox label {
  display: inline-block;
}
.form__contact__inner .formparts.checkbox .mwform-checkbox-field.horizontal-item {
  margin-left: 0;
  margin-right: 24px;
}
.form__contact__inner .formparts-submit {
  margin-top: 40px;
}
.form__contact__inner .formparts-submit p {
  display: flex;
  justify-content: center;
  padding-left: 72px;
}
.form__contact__inner .formparts-submit input.confirm {
  background-color: #2c0708;
  width: 100%;
  color: #fff;
  padding: 12px;
  transition: all 0.3s;
}
.form__contact__inner .formparts-submit input.confirm:hover {
  color: #2c0708;
  background-color: #fff;
}
.form__contact__inner .formparts-submit input.back {
  background-color: #2c0708;
  width: 50%;
  color: #fff;
  padding: 12px;
  transition: all 0.3s;
}
.form__contact__inner .formparts-submit input.back:hover {
  color: #2c0708;
  background-color: #fff;
}
.form__contact__inner .formparts-submit input.submit {
  background-color: #d2582a;
  width: 50%;
  color: #fff;
  padding: 12px;
  margin-left: 20px;
  transition: all 0.3s;
}
.form__contact__inner .formparts-submit input.submit:hover {
  color: #d2582a;
  background-color: #fff;
}
.form__contact__inner .zipcode {
  display: flex;
  align-items: center;
}
.form__contact__inner .zipcode input {
  width: unset !important;
}
.form__contact__inner .zipcode__info {
  padding-left: 10px;
  font-size: 14px;
}
@media (max-width: 480px) {
  .form__contact__inner .zipcode__info {
    font-size: 10px;
  }
}

/*====================
ヘッダーニュース
====================*/
html[data-spmenu=opened] .cus__header-news-wrapper {
  display: none !important;
}

.cus__header-news-wrapper {
  width: 100%;
  max-width: 100vw;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 9999;
  padding: 6px 0;
}

.cus__header-news__content {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: ticker-full 20s linear infinite;
}

.cus__header-news__item {
  display: inline-block;
  min-width: 100vw;
  text-align: center;
  color: #333;
  font-size: 15px;
  font-weight: bold;
}

.cus__header-news__btn {
  display: inline-block;
  background: #FF3C00;
  color: #fff !important;
  padding: 3px 12px;
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none !important;
  font-weight: bold;
  transition: transform 0.2s, background 0.2s;
}

.cus__header-news__btn:hover {
  transform: scale(1.05);
}

@keyframes ticker-full {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100vw);
  }
}
.cus__header-news:hover .cus__header-news__content {
  animation-play-state: paused;
}

/*====================

    ====================*/
@media (max-width: 1024px) {
  .c-gnav {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .c-gnav .menu-item {
    height: unset;
  }
}
.c-gnav .menu-item a:after {
  bottom: 16px;
}
@media (max-width: 1024px) {
  .c-gnav .menu-item a:after {
    bottom: 0;
  }
}

.l-header__inner.l-container,
.l-fixHeader__inner.l-container {
  padding-left: unset;
  padding-right: unset;
}
@media (max-width: 1024px) {
  .l-header__inner.l-container,
  .l-fixHeader__inner.l-container {
    padding-left: var(--swl-pad_container, 0);
    padding-right: var(--swl-pad_container, 0);
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .l-header__inner.l-container,
  .l-fixHeader__inner.l-container {
    padding-top: unset;
    padding-bottom: unset;
  }
}
.l-header__inner.l-container .l-header__logo,
.l-fixHeader__inner.l-container .l-header__logo {
  flex-shrink: 0;
}
.l-header__inner.l-container .w-header.pc_ .w-header__inner,
.l-fixHeader__inner.l-container .w-header.pc_ .w-header__inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-header__inner.l-container .w-header.pc_ .w-header__inner .cta-btn,
.l-fixHeader__inner.l-container .w-header.pc_ .w-header__inner .cta-btn {
  margin-bottom: 1em;
}
.l-header__inner.l-container .w-header.pc_ .w-header__inner .cta-btn a.swell-block-button__link,
.l-fixHeader__inner.l-container .w-header.pc_ .w-header__inner .cta-btn a.swell-block-button__link {
  width: unset;
  padding: 12px 30px 12px 20px;
  outline: solid 1px #fff;
  outline-offset: -4px;
  font-size: 16px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .l-header__inner.l-container .w-header.pc_ .w-header__inner .cta-btn a.swell-block-button__link,
  .l-fixHeader__inner.l-container .w-header.pc_ .w-header__inner .cta-btn a.swell-block-button__link {
    padding: 12px 20px;
  }
}
.l-header__inner.l-container .w-header.pc_ .w-header__inner .w-header__item.widget_media_image,
.l-fixHeader__inner.l-container .w-header.pc_ .w-header__inner .w-header__item.widget_media_image {
  width: 50px;
}
.l-header__inner.l-container .w-header.pc_ .w-header__inner .w-header__item.widget_media_image a,
.l-fixHeader__inner.l-container .w-header.pc_ .w-header__inner .w-header__item.widget_media_image a {
  display: block;
  width: 100%;
  height: 100%;
}

/*====================
ハンバーガーメニュー
====================*/
.p-spMenu__inner {
  width: 100vw;
}

.-right .p-spMenu__inner {
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
}

[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.wp-block-group.cta-sp {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
}
@media (max-width: 959px) {
  .wp-block-group.cta-sp.is-cta-inview {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
html:has(#js-contact-modal.is-active) .wp-block-group.cta-sp {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.wp-block-group.cta-sp .icon-insta {
  width: 50px;
}

/*====================
mv
====================*/
/*====================
診断フォーム
====================*/
.diag-wrapper {
  max-width: 500px;
  margin: 20px auto;
}
.diag-wrapper .diag-content-body {
  display: none;
  margin-top: 20px;
}
.diag-wrapper.is-open .diag-content-body {
  display: block;
  animation: diagFadeIn 0.5s ease forwards;
}
.diag-wrapper.is-open .diag-arrow {
  transform: rotate(180deg);
}
.diag-wrapper.is-open .diag-start-banner {
  border-radius: 12px 12px 0 0;
}

.diag-start-banner {
  background: #267527;
  border-radius: 12px;
  padding: 15px 20px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.diag-start-banner:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.diag-start-banner .diag-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.diag-start-banner .diag-icon-box {
  background: #fff;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diag-start-banner .diag-icon-box svg {
  fill: #267527;
}
.diag-start-banner .diag-text-box {
  flex: 1;
  text-align: center;
}
.diag-start-banner .diag-text-box .diag-sub-badge {
  border-radius: 4px;
  padding: 2px 10px;
}
.diag-start-banner .diag-text-box .diag-main-txt {
  font-weight: bold;
  font-size: 1.2em;
  margin: 4px 0 0 0;
  letter-spacing: 0.05em;
}
.diag-start-banner .diag-arrow {
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
  transition: transform 0.3s ease;
}
.diag-start-banner .diag-arrow::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  top: 6px;
  left: 7px;
}

.diag-container {
  background: #fff;
  border: 2px solid #eee;
  border-radius: 0 0 15px 15px;
  padding: 25px;
}
.diag-container .diag-progress {
  background: #eee;
  height: 6px;
  border-radius: 3px;
  margin-bottom: 25px;
  overflow: hidden;
}
.diag-container .diag-progress #prog-bar {
  background: #FF3C00;
  height: 100%;
  transition: width 0.4s ease;
}
.diag-container .diag-step {
  display: none;
}
.diag-container .diag-step.active {
  display: block;
}
.diag-container .diag-q-title {
  font-weight: bold;
  margin-bottom: 15px;
}
.diag-container .diag-q-title span {
  background: #333;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  margin-right: 8px;
  font-size: 0.9em;
}
.diag-container .diag-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.diag-container .diag-options label {
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
}
.diag-container .diag-options label input {
  margin-right: 10px;
}
.diag-container .diag-options label:has(input:checked) {
  background: #f9f9f9;
  border-color: #333;
  font-weight: bold;
}
.diag-container .diag-next-btn {
  width: 100%;
  background: #333;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
}

.diag-result-area {
  display: none;
  text-align: center;
}
.diag-result-area.active {
  display: block;
}
.diag-result-area .res-plan-title {
  color: #c84c3c;
  font-size: 1.5rem;
  margin: 10px 0;
}
.diag-result-area .res-plan-info {
  font-weight: bold;
  background: #fdf2f2;
  padding: 5px 15px;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.8em;
  letter-spacing: -1px;
}
.diag-result-area .res-desc {
  text-align: left;
  margin: 15px 0;
  font-size: 0.95rem;
  line-height: 1.6;
}
.diag-result-area .diag-divider {
  margin: 20px 0;
  border: none;
  border-top: 1px dashed #ccc;
}

.shop-selector .shop-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 15px 0;
}
.shop-selector .shop-conf-msg {
  background: #e7f3ef;
  padding: 10px;
  border-radius: 5px;
  font-size: 0.9em;
  margin-bottom: 15px;
}
.shop-selector .shop-conf-msg strong {
  color: #FF3C00;
  font-weight: 700;
  font-size: 1.4em;
}

.diag-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.diag-cta .cta-btn {
  display: block;
  padding: 14px;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: bold;
}
.diag-cta .cta-btn.tel {
  border: solid 4px #2c0708;
  background: #2c0708;
}
.diag-cta .cta-btn.line {
  background: #06C755;
}
.diag-cta .cta-btn.web {
  background: #FF3C00;
}

@keyframes diagFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*====================
お問い合わせモーダル
====================*/
/* モーダルのスタイル */
.c-contactModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  /* 初期は非表示 */
  align-items: center;
  justify-content: center;
}

.c-contactModal.is-active {
  display: flex;
  /* アクティブ時に表示 */
}

.c-contactModal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.c-contactModal__inner {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 800px;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
@media (max-width: 480px) {
  .c-contactModal__inner {
    padding: 40px 20px 0;
  }
}

.c-contactModal__close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
  color: #333;
  line-height: 1;
}

.c-contactModal__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 1em;
}
@media (max-width: 480px) {
  .c-contactModal__ttl {
    font-size: 18px;
    margin-bottom: 0;
    letter-spacing: 0px;
  }
}

.c-contactModal__flex {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .c-contactModal__flex {
    flex-direction: column;
    gap: 0;
  }
}

.c-contactModal__item {
  flex: 1;
  text-align: center;
  padding: 20px;
}
.c-contactModal__item .c-contactModal__shopName {
  border: solid 4px #2c0708;
  font-size: 1.4em;
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .c-contactModal__item .c-contactModal__shopName {
    font-size: 18px;
    padding: 6px;
  }
}
@media (max-width: 768px) {
  .c-contactModal__item--shop1 {
    padding-bottom: 1em;
    border-bottom: dashed 2px #2c0708;
  }
}
.c-contactModal__item--shop1 .c-contactModal__shopName {
  background-color: #2c0708;
  color: #fff;
}
@media (max-width: 768px) {
  .c-contactModal__item--shop2 {
    padding-top: 1em;
  }
}
.c-contactModal__item--shop2 .c-contactModal__shopName {
  color: #2c0708;
}

.c-contactModal__time {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .c-contactModal__time {
    font-size: 14px;
  }
}

/* ボタンのデザイン */
.c-btn-line,
.c-btn-tel,
.c-btn-reserve {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff !important;
  padding: 12px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  transition: opacity 0.3s;
  outline: solid 1px #fff;
  outline-offset: -4px;
}
@media (max-width: 480px) {
  .c-btn-line,
  .c-btn-tel,
  .c-btn-reserve {
    font-size: 16px;
    padding: 8px;
  }
}

.c-btn-line {
  background: #06C755;
}

.c-btn-tel {
  background: #FF3C00;
}

.c-btn-reserve {
  background: #193776;
  margin-bottom: 0;
}

.c-btn-line:hover,
.c-btn-tel:hover,
.c-btn-reserve:hover {
  opacity: 0.8;
}

/*====================

====================*/
.opening-mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  background-color: #ffffff;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease, visibility 1s ease;
}
.opening-mask.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.opening-logo {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
.opening-logo.is-active {
  opacity: 1;
  transform: translateY(0);
}
.opening-logo.is-hide {
  opacity: 0;
  transform: translateY(-20px);
}
.opening-logo img,
.opening-logo svg {
  display: block;
  width: 50vw;
  height: auto;
}
@media (max-width: 480px) {
  .opening-logo img,
  .opening-logo svg {
    width: 70vw;
  }
}

.page-id-3229 .p-mainVisual__textLayer.l-parent.l-container {
  max-width: 1920px;
}
@media (max-width: 768px) {
  .page-id-3229 .p-mainVisual__textLayer.l-parent.l-container {
    justify-content: flex-end;
    padding-bottom: 3em;
  }
}
@media (max-width: 480px) {
  .page-id-3229 .p-mainVisual__textLayer.l-parent.l-container {
    padding-bottom: 2em;
  }
}
.page-id-3229 .p-mainVisual__textLayer.l-parent.l-container .p-mainVisual__slideTitle,
.page-id-3229 .p-mainVisual__textLayer.l-parent.l-container .p-mainVisual__slideText {
  display: inline-block;
  width: fit-content;
  color: #fff;
  font-weight: 700;
  text-shadow: none;
}
.page-id-3229 .p-mainVisual__textLayer.l-parent.l-container .p-mainVisual__slideTitle {
  font-size: 46px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1024px) {
  .page-id-3229 .p-mainVisual__textLayer.l-parent.l-container .p-mainVisual__slideTitle {
    font-size: 3.8vw;
  }
}
@media (max-width: 480px) {
  .page-id-3229 .p-mainVisual__textLayer.l-parent.l-container .p-mainVisual__slideTitle {
    font-size: 4vw;
  }
}
.page-id-3229 .p-mainVisual__textLayer.l-parent.l-container .p-mainVisual__slideText {
  font-size: 22px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1024px) {
  .page-id-3229 .p-mainVisual__textLayer.l-parent.l-container .p-mainVisual__slideText {
    font-size: clamp(18px, 2.148438vw, 22px);
  }
}
@media (max-width: 480px) {
  .page-id-3229 .p-mainVisual__textLayer.l-parent.l-container .p-mainVisual__slideText {
    font-size: 3vw;
  }
}
.page-id-3229 .p-mainVisual__textLayer.l-parent.l-container .p-mainVisual__slideText .swl-inline-color.has-swl-deep-01-color {
  font-size: 1.4em;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  color: #FF3C00 !important;
}
.page-id-3229 .p-mainVisual__textLayer.l-parent.l-container .mv-cta-line a.swell-block-button__link,
.page-id-3229 .p-mainVisual__textLayer.l-parent.l-container .mv-cta-tel a.swell-block-button__link {
  min-width: 320px;
  padding: 20px 20px;
  outline: solid 1px #fff;
  outline-offset: -4px;
  font-size: 20px;
}
.page-id-3229 .p-mainVisual__textLayer.l-parent.l-container .p-blogParts.post_content {
  margin-top: 3em;
}
@media (max-width: 1024px) {
  .page-id-3229 .p-mainVisual__textLayer.l-parent.l-container .p-blogParts.post_content {
    margin-top: 1em;
  }
}
.page-id-3229 .p-mainVisual__textLayer.l-parent.l-container .p-blogParts.post_content .mv-cta-line {
  margin-bottom: 1em;
}
.page-id-3229 .p-mainVisual__textLayer.l-parent.l-container .p-blogParts.post_content .mv-cta-line a.swell-block-button__link {
  background-color: #06C755;
}
.page-id-3229 .p-mainVisual__textLayer.l-parent.l-container .p-blogParts.post_content .mv-cta-tel a.swell-block-button__link {
  background-color: #FF3C00;
}
.page-id-3229 .onayami .c-tabList__button {
  font-size: 20px;
  position: relative;
}
@media (max-width: 480px) {
  .page-id-3229 .onayami .c-tabList__button {
    font-size: 18px;
    line-height: 1.4;
  }
}
.page-id-3229 .onayami .c-tabList__button img {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .page-id-3229 .onayami .c-tabList__button img {
    width: 100px !important;
  }
}
.page-id-3229 .onayami .is-style-balloon > .c-tabList {
  --the-tab-item-margin: 0 0 32px;
}
.page-id-3229 .onayami .is-style-balloon > .c-tabList .c-tabList__button {
  background-color: #fff;
}
.page-id-3229 .onayami .is-style-balloon > .c-tabList .c-tabList__button:hover,
.page-id-3229 .onayami .is-style-balloon > .c-tabList .c-tabList__button[aria-selected=true] {
  background-color: #FCF3F0;
  color: #222;
}
.page-id-3229 .onayami .is-style-balloon > .c-tabList .c-tabList__button:hover::after,
.page-id-3229 .onayami .is-style-balloon > .c-tabList .c-tabList__button[aria-selected=true]::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/uploads/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.page-id-3229 .onayami .is-style-balloon > .c-tabList .c-tabList__button:before {
  border: 16px solid transparent;
  border-top: 16px solid #FCF3F0;
  bottom: -32px;
}
.page-id-3229 .onayami .c-tabBody {
  background-color: #fff;
  padding: 2rem;
}
.page-id-3229 .onayami .c-tabBody__item .wp-block-group.group1 {
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media (max-width: 959px) {
  .page-id-3229 .onayami .c-tabBody__item .wp-block-group.group1 {
    flex-direction: column;
    gap: 10px;
  }
}
.page-id-3229 .onayami .c-tabBody__item .wp-block-group.group1 .tab-item-left {
  width: 50%;
}
@media (max-width: 959px) {
  .page-id-3229 .onayami .c-tabBody__item .wp-block-group.group1 .tab-item-left {
    width: 100%;
  }
}
.page-id-3229 .onayami .c-tabBody__item .wp-block-group.group1 .tab-item-left .header {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.page-id-3229 .onayami .c-tabBody__item .wp-block-group.group1 .tab-item-right {
  width: 50%;
  background-color: #f5f5f5;
  padding: 2rem;
}
@media (max-width: 959px) {
  .page-id-3229 .onayami .c-tabBody__item .wp-block-group.group1 .tab-item-right {
    width: 100%;
  }
}
.page-id-3229 .onayami .c-tabBody__item .wp-block-group.group1 .tab-item-right .has-inline-image {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.page-id-3229 .onayami .c-tabBody__item .wp-block-group.group1 .tab-item-right .swl-inline-color {
  font-size: 1.2em;
  font-weight: 700;
}
.page-id-3229 .onayami .c-tabBody__item .group2 {
  gap: 1rem;
}
@media (max-width: 959px) {
  .page-id-3229 .onayami .c-tabBody__item .group2 {
    flex-direction: column;
  }
}
.page-id-3229 .onayami .c-tabBody__item .group2 .item {
  width: 50%;
  padding: 1rem;
  border: solid 1px #ddd;
}
@media (max-width: 959px) {
  .page-id-3229 .onayami .c-tabBody__item .group2 .item {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .page-id-3229 .onayami .c-tabBody__item .group2 .item-left-inner {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .page-id-3229 .onayami .c-tabBody__item .group2 .item-right-inner {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .page-id-3229 .onayami .c-tabBody__item .group2 .item .header {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .page-id-3229 .onayami .c-tabBody__item .group2 .item .text-btn-wrap {
    justify-content: center;
  }
}
.page-id-3229 .onayami .c-tabBody__item .group2 .item figure {
  width: 180px;
  flex-shrink: 0;
}
.page-id-3229 .onayami .c-tabBody__item .group2 .item p.sub {
  font-size: 1rem;
}
.page-id-3229 .onayami .c-tabBody__item .group2 .item .cta-btn .swell-block-button__link {
  padding: 15px 45px 15px 30px;
  font-size: 1em;
  outline: none;
}
@media (max-width: 480px) {
  .page-id-3229 .onayami .c-tabBody__item .group2 .item .cta-btn .swell-block-button__link {
    padding: 15px 40px 15px 30px;
  }
}
.page-id-3229 .onayami .c-tabBody__item .group2 .item .cta-btn .swell-block-button__link::after {
  right: 5px;
  height: 40px;
}
.page-id-3229 .onayami .c-tabBody__item .group3 {
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .page-id-3229 .onayami .c-tabBody__item .group3 {
    flex-direction: column;
    gap: 10px;
  }
}
.page-id-3229 .onayami .c-tabBody__item .group3 .left img {
  margin-right: 10px;
  width: 80px !important;
}
@media (max-width: 480px) {
  .page-id-3229 .onayami .c-tabBody__item .group3 .left img {
    display: block;
  }
}
@media (max-width: 1024px) {
  .page-id-3229 .choice {
    padding-left: 3em !important;
    padding-right: 3em !important;
  }
}
.page-id-3229 .choice .inner {
  position: relative;
  gap: 2em;
}
@media (max-width: 959px) {
  .page-id-3229 .choice .inner {
    flex-direction: column;
    gap: 4em;
  }
}
.page-id-3229 .choice .inner .wrap {
  position: relative;
}
.page-id-3229 .choice .inner .wrap .title {
  position: absolute;
  top: -2em;
  left: -2em;
  z-index: 2;
  background-color: #2c0708;
  color: #fff;
  border-radius: 50%;
  width: 100px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0px;
  line-height: 1.2;
}
.page-id-3229 .choice .inner .wrap .btn {
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 959px) {
  .page-id-3229 .choice .inner .wrap .btn {
    bottom: 2em;
  }
}
.page-id-3229 .choice .inner .wrap .btn .swell-block-button__link {
  max-width: unset;
}
.page-id-3229 .choice .inner .wrap .btn .swell-block-button__link span {
  white-space: nowrap;
}
.page-id-3229 .choice .inner .wrap2 .title {
  left: unset;
  right: -2em;
  background-color: #e44141;
  background-color: #E64D42;
}
.page-id-3229 .choice .inner .wrap2 .swell-block-button__link {
  background-color: #E64D42;
}
.page-id-3229 .choice .inner .icon-or {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #f1eee7;
  border-radius: 50%;
  width: 120px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .page-id-3229 .choice .inner .icon-or {
    width: 100px;
  }
}
.page-id-3229 .top__accident {
  background-color: #FF3C00;
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
}
.page-id-3229 .top__accident .icon1 {
  width: 100px;
}
@media (max-width: 768px) {
  .page-id-3229 .top__accident .icon1 {
    width: 80px;
  }
}
@media (max-width: 480px) {
  .page-id-3229 .top__accident .icon1 {
    width: 60px;
  }
}
.page-id-3229 .top__accident .icon1 a {
  display: flex;
  align-items: center;
}
.page-id-3229 .top__accident p {
  margin: 0 0.5em;
}
.page-id-3229 .top__accident p a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 8px;
  color: #fff;
  transition: all 0.3s;
  border: solid 3px #FF3C00;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .page-id-3229 .top__accident p a {
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  .page-id-3229 .top__accident .icon2 {
    width: 50px;
  }
}
@media (max-width: 480px) {
  .page-id-3229 .top__accident .icon2 {
    width: 40px;
  }
}
.page-id-3229 .top__accident .icon2 a {
  display: flex;
  align-items: center;
}
.page-id-3229 .top__accident.accident2, .page-id-3229 .top__accident.accident3 {
  padding: 20px;
}
.page-id-3229 .top__accident.accident2 .icon1, .page-id-3229 .top__accident.accident3 .icon1 {
  width: 110px;
}
@media (max-width: 768px) {
  .page-id-3229 .top__accident.accident2 .icon1, .page-id-3229 .top__accident.accident3 .icon1 {
    width: 80px;
  }
}
@media (max-width: 480px) {
  .page-id-3229 .top__accident.accident2 .icon1, .page-id-3229 .top__accident.accident3 .icon1 {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .page-id-3229 .top__accident.accident2 .icon2, .page-id-3229 .top__accident.accident3 .icon2 {
    width: 50px;
  }
}
@media (max-width: 480px) {
  .page-id-3229 .top__accident.accident2 .icon2, .page-id-3229 .top__accident.accident3 .icon2 {
    width: 40px;
  }
}
.page-id-3229 .initiatives .wrap {
  gap: 1em;
  align-items: center;
}
@media (max-width: 959px) {
  .page-id-3229 .initiatives .wrap {
    flex-direction: column-reverse;
  }
}
.page-id-3229 .initiatives .wrap .left {
  width: 51%;
}
@media (max-width: 959px) {
  .page-id-3229 .initiatives .wrap .left {
    width: 100%;
  }
}
.page-id-3229 .initiatives .wrap .left .item {
  margin-bottom: 10px;
  border-bottom: solid 1px #2C0708;
  padding-bottom: 10px;
}
.page-id-3229 .initiatives .wrap .left .item .title {
  font-size: 1.2em;
  font-weight: 700;
}
.page-id-3229 .initiatives .wrap .left .item .title strong {
  font-size: 1.6em;
  letter-spacing: 0px;
}
.page-id-3229 .initiatives .wrap .left .item .desc {
  font-size: 0.9em;
}
.page-id-3229 .initiatives .wrap .right {
  width: 49%;
}
@media (max-width: 959px) {
  .page-id-3229 .initiatives .wrap .right {
    width: 100%;
  }
}
.page-id-3229 .flow .swell-block-column {
  position: relative;
  background-color: #fff;
  border: solid 1px #2c0708;
}
.page-id-3229 .flow .swell-block-column:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 12px;
  height: 20px;
  background-color: #2c0708;
  /* ベクターデータの定義 (Chevron Right) */
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/></svg>');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media (max-width: 480px) {
  .page-id-3229 .flow .swell-block-column:not(:last-child)::after {
    display: none;
  }
}
.page-id-3229 .flow .swell-block-column figure {
  margin-bottom: 10px;
}
.page-id-3229 .flow .swell-block-column .title {
  margin-bottom: 0;
  text-align: center;
  padding: 0 10px;
  line-height: 1.2;
  font-weight: 700;
  color: #267527;
}
.page-id-3229 .flow .swell-block-column .desc {
  padding: 12px;
  font-size: 0.9em;
  line-height: 1.4;
}
.page-id-3229 .price-menu .item {
  border: solid 1px #2C0708;
  position: relative;
}
.page-id-3229 .price-menu .item .title {
  background-color: #2C0708;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.page-id-3229 .price-menu .item .ribbon-wrap.wp-block-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.page-id-3229 .price-menu .item .ribbon-wrap.wp-block-group .ribbon-content.wp-block-paragraph {
  display: inline-block;
  position: absolute;
  padding: 10px 0;
  left: -60px;
  top: 25px;
  width: 200px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  background: #FF3C00;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: 0 0 0 2px #FF3C00;
  border-top: dashed 1px rgba(255, 255, 255, 0.65);
  border-bottom: dashed 1px rgba(255, 255, 255, 0.65);
}
@media (max-width: 1024px) {
  .page-id-3229 .price-menu .item .ribbon-wrap.wp-block-group .ribbon-content.wp-block-paragraph {
    padding: 6px 0;
    left: -70px;
    top: 20px;
    font-size: 16px;
  }
}
.page-id-3229 .price-menu .item .image-wrap {
  margin-bottom: 0;
  align-items: center;
}
.page-id-3229 .price-menu .item .image-wrap figure {
  width: 100%;
}
.page-id-3229 .price-menu .item .desc-wrap {
  padding: 0 1rem 1rem;
}
.page-id-3229 .price-menu .item .desc-wrap .time {
  text-align: center;
  margin-bottom: 0;
  letter-spacing: -3px;
}
.page-id-3229 .price-menu .item .desc-wrap .time strong {
  font-size: 3em;
  font-weight: 700;
  color: #2c0708;
  margin-right: 5px;
  -webkit-text-stroke: 2px #2c0708;
}
.page-id-3229 .price-menu .item .desc-wrap .price {
  text-align: center;
  letter-spacing: -3px;
}
.page-id-3229 .price-menu .item .desc-wrap .price strong {
  font-size: 2.6em;
  font-weight: 700;
  color: #2c0708;
  margin-right: 5px;
  -webkit-text-stroke: 2px #2c0708;
}
.page-id-3229 .price-menu .diagnosis-wrap {
  border: solid 1px #2C0708;
  padding: 2rem;
}
.page-id-3229 .price-menu .diagnosis-wrap .heading {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0;
}
.page-id-3229 .voice .item {
  border: solid 1px #2C0708;
  background-color: #fff;
}
.page-id-3229 .voice .item .image {
  margin-bottom: 10px;
}
.page-id-3229 .voice .item .profile {
  padding: 0 1rem;
  text-align: center;
  font-size: 1rem;
}
.page-id-3229 .voice .item .text {
  padding: 0 1.2rem 1.2rem;
}
.page-id-3229 .shop-info .shop-cat {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 959px) {
  .page-id-3229 .shop-info .c-bannerLink__title {
    font-size: 1.2em;
  }
}

/*====================

====================*/
.page-id-3441 #content.l-content {
  padding-top: 0;
}
.page-id-3441 #content.l-content .l-mainContent__inner .post_content {
  margin-top: 0;
}
.page-id-3441 .c-pageTitle {
  display: none;
}
.page-id-3441 .swell-block-fullWide.firstView {
  position: relative;
  z-index: 1;
  padding-left: 4em;
  padding-right: 4em;
}
@media (max-width: 1024px) {
  .page-id-3441 .swell-block-fullWide.firstView {
    padding-left: 2em;
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
}
@media (max-width: 768px) {
  .page-id-3441 .swell-block-fullWide.firstView {
    padding-top: 6em !important;
  }
}
@media (max-width: 480px) {
  .page-id-3441 .swell-block-fullWide.firstView {
    padding-top: 3em !important;
    background-position: 70% bottom;
  }
}
.page-id-3441 .swell-block-fullWide.firstView::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 45%, rgba(255, 255, 255, 0) 65%);
}
@media (max-width: 480px) {
  .page-id-3441 .swell-block-fullWide.firstView::before {
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 45%);
  }
}
.page-id-3441 .swell-block-fullWide.firstView .header {
  color: #222;
  line-height: 1.4;
  margin-bottom: 1em;
  font-size: 2.5em;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .page-id-3441 .swell-block-fullWide.firstView .header {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .page-id-3441 .swell-block-fullWide.firstView .header {
    font-size: 1.5em;
    text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.6);
  }
}
.page-id-3441 .swell-block-fullWide.firstView .text1,
.page-id-3441 .swell-block-fullWide.firstView .text2 {
  color: #222;
  font-weight: 700;
}
@media (max-width: 768px) {
  .page-id-3441 .swell-block-fullWide.firstView .text1,
  .page-id-3441 .swell-block-fullWide.firstView .text2 {
    text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.6);
  }
}
.page-id-3441 .swell-block-fullWide.firstView .text1 {
  margin-bottom: 1em;
}
.page-id-3441 .swell-block-fullWide.firstView .btn-wrap {
  justify-content: flex-start;
}
.page-id-3441 .anxiety .wrap {
  align-items: center;
  justify-content: center;
  gap: 2em;
}
@media (max-width: 1024px) {
  .page-id-3441 .anxiety .wrap {
    flex-direction: column;
  }
}
.page-id-3441 .anxiety .wrap .list {
  list-style: none;
}
.page-id-3441 .anxiety .wrap .list li {
  position: relative;
  padding-left: 40px;
}
@media (max-width: 480px) {
  .page-id-3441 .anxiety .wrap .list li {
    margin-bottom: 10px;
  }
}
.page-id-3441 .anxiety .wrap .list li:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/uploads/checkbox-gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-id-3441 .anxiety .wrap .text {
  background-color: #F1EEE7;
  padding: 1em;
  font-size: 1.1em;
}
.page-id-3441 .onayami .item {
  background-color: #fff;
}
.page-id-3441 .onayami .text {
  line-height: 1.4;
  padding: 0 1em 1em;
}
.page-id-3441 .flow .swell-block-column {
  position: relative;
  background-color: #fff;
}
.page-id-3441 .flow .swell-block-column:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 12px;
  height: 20px;
  background-color: #2c0708;
  /* ベクターデータの定義 (Chevron Right) */
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/></svg>');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media (max-width: 480px) {
  .page-id-3441 .flow .swell-block-column:not(:last-child)::after {
    display: none;
  }
}
.page-id-3441 .flow .swell-block-column figure {
  margin-bottom: 10px;
}
.page-id-3441 .flow .swell-block-column .title {
  margin-bottom: 0;
  text-align: center;
  padding: 0 10px;
  line-height: 1.2;
  font-weight: 700;
  color: #267527;
}
.page-id-3441 .flow .swell-block-column .desc {
  padding: 12px;
  font-size: 0.9em;
  line-height: 1.4;
}
.page-id-3441 .reason .item figure {
  margin-bottom: 10px;
}
.page-id-3441 .reason .item .title {
  font-weight: 700;
  padding: 0 10px;
  text-align: center;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
.page-id-3441 .reason .item .desc {
  padding: 0 10px;
  font-size: 0.9em;
}
.page-id-3441 .price .wrap {
  gap: 1em;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .page-id-3441 .price .wrap {
    flex-direction: column;
    align-items: center;
  }
}
.page-id-3441 .price .wrap .text {
  width: 70%;
}
@media (max-width: 1024px) {
  .page-id-3441 .price .wrap .text {
    width: 100%;
  }
}
.page-id-3441 .price .wrap .btn {
  width: 30%;
}
@media (max-width: 1024px) {
  .page-id-3441 .price .wrap .btn {
    width: 100%;
  }
}

/*====================
患者様の声 アーカイブ
====================*/
.voice-archive {
  font-size: 0.9em;
}
.voice-archive .voice-intro {
  margin-top: 4em;
}
@media (max-width: 480px) {
  .voice-archive .voice-intro {
    margin-top: 2em;
  }
}
.voice-archive .featured-voice {
  background: #fff;
  border: 1px solid #f1ebd9;
  overflow: hidden;
  margin-top: 4em;
}
.voice-archive .featured-voice__header {
  display: flex;
  align-items: center;
  align-items: stretch;
  background: #fff;
  border-bottom: 2px solid #2c0708;
  padding: 0 25px;
  height: 70px;
}
@media (max-width: 768px) {
  .voice-archive .featured-voice__header {
    height: auto;
    padding: 0 16px 0 0;
  }
}
.voice-archive .featured-voice__number {
  background: #2c0708;
  color: #fff;
  padding: 0 15px;
  text-align: center;
  font-weight: bold;
  align-self: stretch;
  display: flex;
  align-items: center;
  margin-left: -25px;
}
@media (max-width: 768px) {
  .voice-archive .featured-voice__number {
    margin-left: 0;
    font-size: 0.9em;
  }
}
.voice-archive .featured-voice__title-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .voice-archive .featured-voice__title-wrap {
    flex-direction: column;
    padding: 10px;
    gap: 10px;
    align-items: flex-start;
    margin-left: 10px;
  }
}
.voice-archive .featured-voice__title-wrap .v-badge {
  background: #fdf2e9;
  color: #FF3C00;
  border: 1px solid #FF3C00;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: bold;
  display: inline-block;
}
.voice-archive .featured-voice__title {
  font-size: 1.25em;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 480px) {
  .voice-archive .featured-voice__title {
    font-size: 1em;
  }
}
.voice-archive .featured-voice__card {
  display: grid;
  grid-template-columns: 160px 1fr 1fr;
  gap: 30px;
  padding: 35px 30px;
  background: #fff;
}
@media (max-width: 480px) {
  .voice-archive .featured-voice__card {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.voice-archive .featured-voice__profile-col {
  text-align: center;
}
.voice-archive .featured-voice__profile-col .v-img {
  border-radius: 12px;
  overflow: hidden;
}
.voice-archive .featured-voice__profile-col .v-img img {
  object-fit: cover;
}
.voice-archive .featured-voice__profile-col .v-profile {
  font-weight: bold;
  margin-top: 10px;
}
.voice-archive .featured-voice__ba-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.voice-archive .featured-voice__ba-col .ba-arrow {
  color: #FF3C00;
  font-size: 1.2rem;
  transform: rotate(90deg);
}
@media (max-width: 480px) {
  .voice-archive .featured-voice__ba-col .ba-arrow {
    transform: rotate(0);
  }
}
.voice-archive .featured-voice__ba-col .ba-box {
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  padding: 15px;
  border-left: 4px solid #ccc;
}
.voice-archive .featured-voice__ba-col .ba-box.-before {
  border-left-color: #267527;
}
.voice-archive .featured-voice__ba-col .ba-box.-after {
  border-left-color: #d32f2f;
}
.voice-archive .featured-voice__ba-col .ba-box .ba-label {
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}
.voice-archive .featured-voice__ba-col .ba-box p {
  line-height: 1.6;
  margin: 0;
}
.voice-archive .featured-voice__info-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.voice-archive .featured-voice__info-col .voice-detail-list .detail-item {
  display: flex;
}
.voice-archive .featured-voice__text-box {
  background: #fdfaf3;
  border: 1px dashed #e0d5be;
  border-radius: 8px;
  padding: 15px;
}
.voice-archive .featured-voice__text-box .text-label {
  font-weight: bold;
  color: #2c0708;
  margin-bottom: 8px;
}
.voice-archive .featured-voice__text-box .text-label i {
  margin-right: 6px;
  color: #FF3C00;
}
.voice-archive .featured-voice__text-box .text-content {
  line-height: 1.6;
  color: #444;
}
.voice-archive .voice-filter {
  margin-top: 4em;
}
.voice-archive .voice-filter__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
}
.voice-archive .voice-filter__title {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 480px) {
  .voice-archive .voice-filter__title {
    font-size: 1em;
  }
}
.voice-archive .voice-filter__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.voice-archive .voice-filter__btns .filter-btn {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 6px 18px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.25s;
  color: #222;
}
.voice-archive .voice-filter__btns .filter-btn.is-active {
  background: #2c0708;
  color: #fff;
  border-color: #2c0708;
  font-weight: bold;
}
.voice-archive .voice-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 6em;
}
@media (max-width: 768px) {
  .voice-archive .voice-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .voice-archive .voice-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.voice-archive .voice-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  height: 100%;
}
.voice-archive .voice-item__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.voice-archive .voice-item__header {
  padding: 20px;
  display: flex;
  gap: 10px;
  flex: 1;
}
.voice-archive .voice-item__img {
  width: 120px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.voice-archive .voice-item__img img {
  object-fit: cover;
}
.voice-archive .voice-item__meta .v-tag {
  background: #fdf2e9;
  color: #FF3C00;
  border: 1px solid #FF3C00;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 0.9em;
}
.voice-archive .voice-item__meta .voice-item__title {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}
.voice-archive .voice-item__meta .v-profile {
  color: #2c0708;
  font-size: 0.9em;
}
.voice-archive .voice-item__footer {
  background: #fafafa;
  padding: 12px 20px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.voice-archive .voice-item__footer .v-info-list p {
  margin: 0;
}
.voice-archive .voice-item__footer .v-info-list p i {
  color: #267527;
  margin-right: 5px;
}
.voice-archive .voice-item__footer .v-arrow {
  width: 7px;
  height: 7px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
  opacity: 0.5;
}

/*====================

====================*/
.page-id-3439 .menu-wrap {
  border: solid 2px #2c0708;
  border-radius: 20px;
  position: relative;
  overflow: visible;
}
@media (max-width: 768px) {
  .page-id-3439 .menu-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.page-id-3439 .menu-wrap .image {
  padding: 20px;
  max-width: 600px;
  flex: 0 0 40%;
  display: flex;
  align-items: center;
}
.page-id-3439 .menu-wrap .text-wrap {
  padding: 40px;
}
@media (max-width: 768px) {
  .page-id-3439 .menu-wrap .text-wrap {
    padding: 0 40px 40px;
  }
}
.page-id-3439 .menu-wrap .text-wrap .header {
  flex-direction: row;
  align-items: end;
  border-bottom: solid 2px #2c0708;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  gap: 1em;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .page-id-3439 .menu-wrap .text-wrap .header {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .page-id-3439 .menu-wrap .text-wrap .header {
    flex-direction: row;
  }
}
@media (max-width: 480px) {
  .page-id-3439 .menu-wrap .text-wrap .header {
    flex-direction: column;
  }
}
.page-id-3439 .menu-wrap .text-wrap .header-right {
  display: flex;
  flex-direction: row;
  gap: 1em;
}
.page-id-3439 .menu-wrap .text-wrap .header .title {
  line-height: 1;
  font-size: 1.5em;
  font-weight: 700;
}
.page-id-3439 .menu-wrap .text-wrap .header .time {
  line-height: 1;
  letter-spacing: 0px;
}
.page-id-3439 .menu-wrap .text-wrap .header .time strong {
  font-size: 1.5em;
}
.page-id-3439 .menu-wrap .text-wrap .header .price {
  line-height: 1;
  letter-spacing: 0px;
}
.page-id-3439 .menu-wrap .text-wrap .header .price strong {
  font-size: 1.5em;
}
.page-id-3439 .menu-wrap .text-wrap .desc {
  margin-bottom: 10px;
}
.page-id-3439 .menu-wrap .text-wrap .btn {
  text-align: right;
}
.page-id-3439 .menu-wrap .text-wrap .btn .swell-block-button__link {
  padding: 0.5em 1.5em;
}
.page-id-3439 .menu-wrap .ribbon-wrap.wp-block-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.page-id-3439 .menu-wrap .ribbon-wrap.wp-block-group .ribbon-content.wp-block-paragraph {
  display: inline-block;
  position: absolute;
  padding: 10px 0;
  left: -60px;
  top: 25px;
  width: 200px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  background: #FF3C00;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: 0 0 0 2px #FF3C00;
  border-top: dashed 1px rgba(255, 255, 255, 0.65);
  border-bottom: dashed 1px rgba(255, 255, 255, 0.65);
}
.page-id-3439 .diagnosis-wrap {
  margin: 4em 0;
}
.page-id-3439 .diagnosis-wrap h3 {
  margin-bottom: 10px;
  text-align: center;
}
.page-id-3439 .diagnosis-wrap .desc {
  text-align: center;
}

/*====================
院案内
====================*/
.page-id-17 .lead-wrap {
  align-items: center;
  gap: 1rem;
}
@media (max-width: 480px) {
  .page-id-17 .lead-wrap {
    flex-direction: column;
  }
}
.page-id-17 .lead-wrap .wp-block-heading {
  flex-shrink: 0;
}
.page-id-17 .lead-wrap .text {
  line-height: 1.6;
}
.page-id-17 .datsumou-wrap {
  gap: 10px;
}
@media (max-width: 768px) {
  .page-id-17 .datsumou-wrap {
    flex-direction: column;
  }
}
.page-id-17 .datsumou-wrap .left {
  width: 40%;
}
@media (max-width: 768px) {
  .page-id-17 .datsumou-wrap .left {
    width: 100%;
  }
}
.page-id-17 .datsumou-wrap .left h2 {
  margin-bottom: 10px;
}
.page-id-17 .datsumou-wrap .left h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.page-id-17 .datsumou-wrap .left .text1 {
  font-size: 18px;
}
.page-id-17 .datsumou-wrap .left .text2 {
  font-size: 16px;
}
.page-id-17 .datsumou-wrap .right {
  width: 60%;
  gap: 10px;
}
@media (max-width: 768px) {
  .page-id-17 .datsumou-wrap .right {
    width: 100%;
  }
}
.page-id-17 .datsumou-wrap .right .before-after-wrap .before-after {
  flex-direction: row;
  gap: 10px;
}
.page-id-17 .datsumou-wrap .right .before-after-wrap .before-after .item {
  position: relative;
}
.page-id-17 .datsumou-wrap .right .before-after-wrap .before-after .item .text {
  position: absolute;
  padding: 10px 20px;
  color: #fff;
}
.page-id-17 .datsumou-wrap .right .before-after-wrap .before-after .item .text.before {
  background-color: #2c0708;
}
.page-id-17 .datsumou-wrap .right .before-after-wrap .before-after .item .text.after {
  background-color: #FF3C00;
}
.page-id-17 .datsumou-wrap .right .before-after-wrap .desc {
  text-align: center;
  font-size: 0.9rem;
}
.page-id-17 .datsumou-wrap .right .image-wrap .desc {
  font-size: 0.9rem;
  text-align: center;
}
.page-id-17 .staff-info .c-scrollHint {
  display: none;
}
@media (max-width: 1024px) {
  .page-id-17 .staff-info .c-scrollHint {
    display: block;
  }
}
.page-id-17 .staff-info .item {
  border: solid 1px #2c0708;
  background-color: #fff;
}
.page-id-17 .staff-info .item .image {
  margin-bottom: 0;
}
.page-id-17 .staff-info .item .name {
  text-align: center;
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 0.9em;
}
.page-id-17 .staff-info .item .place {
  text-align: center;
  padding: 0 10px;
  font-size: 0.9em;
}
.page-id-17 .staff-info .item .comment {
  font-size: 0.8em;
  padding: 0 10px 20px;
  line-height: 1.4;
}
.page-id-17 .shop-info .item .shop-name {
  margin-bottom: 1em;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  border: solid 4px #2c0708;
}
.page-id-17 .shop-info .item .shop-name.narashinodai {
  background-color: #2c0708;
}
.page-id-17 .shop-info .item .shop-name.futawa {
  color: #2c0708;
}
.page-id-17 .shop-info .item .exterior-wrap {
  margin-bottom: 2em;
}
.page-id-17 .shop-info .item .exterior-wrap p {
  margin-bottom: 0;
}
.page-id-17 .shop-info .item .exterior-wrap .swiper-button-next,
.page-id-17 .shop-info .item .exterior-wrap .swiper-button-prev {
  margin-top: unset;
  top: 50%;
  transform: translateY(-50%);
}
.page-id-17 .shop-info .item .table-matchheight {
  font-size: 0.9em;
}

/*====================
FAQ
====================*/
.page-id-24 .media-text {
  gap: 2em;
  justify-content: center;
}
@media (max-width: 480px) {
  .page-id-24 .media-text {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.page-id-24 .media-text .text-wrap {
  width: 60%;
}
@media (max-width: 480px) {
  .page-id-24 .media-text .text-wrap {
    width: 100%;
  }
}
.page-id-24 .media-text .text-wrap p {
  margin-bottom: 10px;
}
.page-id-24 .media-text .media {
  flex: 0 0 200px;
}
@media (max-width: 480px) {
  .page-id-24 .media-text .media {
    flex: 0 0 auto;
    width: 50vw;
  }
}
.page-id-24 .p-blogParts.post_content .swell-block-button {
  text-align: center;
}

/*====================
交通事故
====================*/
.page-id-33 .section1 {
  padding-top: 0 !important;
}
.page-id-33 .section1 .list-has-media .wp-block-group__inner-container {
  position: relative;
}
.page-id-33 .section1 .list-has-media .wp-block-group__inner-container .media {
  position: absolute;
  top: 0;
  right: 40%;
  width: 150px;
}
@media (max-width: 1024px) {
  .page-id-33 .section1 .list-has-media .wp-block-group__inner-container .media {
    right: 30%;
  }
}
@media (max-width: 768px) {
  .page-id-33 .section1 .list-has-media .wp-block-group__inner-container .media {
    right: 5%;
  }
}
@media (max-width: 480px) {
  .page-id-33 .section1 .list-has-media .wp-block-group__inner-container .media {
    width: 70px;
    top: 2em;
  }
}
.page-id-33 .section2 .media-text {
  background-color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .page-id-33 .section2 .media-text {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .page-id-33 .section2 .media-text {
    margin-top: 60px;
  }
}
.page-id-33 .section2 .media-text .text {
  flex: 0 0 70%;
  padding: 1em 2em;
}
@media (max-width: 768px) {
  .page-id-33 .section2 .media-text .text {
    flex: 0 0 100%;
  }
}
.page-id-33 .section2 .media-text .text .header {
  margin-bottom: 1em;
}
.page-id-33 .section2 .media-text .text .header .number {
  font-size: 3em;
  font-weight: 700;
  color: #267527;
  -webkit-text-stroke: 4px #267527;
}
.page-id-33 .section2 .media-text .text .header .title {
  font-size: 1.5em;
  line-height: 1.4;
  border-bottom: solid 2px #267527;
  padding-bottom: 0.5em;
}
.page-id-33 .section2 .media-text .media {
  width: 30%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .page-id-33 .section2 .media-text .media {
    position: absolute;
    top: -50px;
    right: 10px;
    width: 50%;
  }
}

/*====================
交通事故
====================*/
.page-id-1538 .outcall .fv-wrap {
  background-color: #F1EEE7;
  margin-inline: auto;
}
.page-id-1538 .outcall .fv-wrap .wp-block-group__inner-container {
  position: relative;
  padding: 2em 2em 1em;
}
@media (max-width: 768px) {
  .page-id-1538 .outcall .fv-wrap .wp-block-group__inner-container {
    padding: 2em 1em 4em;
  }
}
@media (max-width: 480px) {
  .page-id-1538 .outcall .fv-wrap .wp-block-group__inner-container {
    padding: 2em 1em 1em;
  }
}
.page-id-1538 .outcall .fv-wrap .wp-block-group__inner-container .text1 {
  font-size: 1.2em;
  margin-bottom: 0;
}
.page-id-1538 .outcall .fv-wrap .wp-block-group__inner-container .text2 {
  font-size: 1.4em;
  line-height: 1.4;
}
.page-id-1538 .outcall .fv-wrap .wp-block-group__inner-container .text2 .swl-inline-color {
  font-size: 1.4em;
  font-weight: 700;
  -webkit-text-stroke: 1px #e44141;
}
.page-id-1538 .outcall .fv-wrap .wp-block-group__inner-container .text2 strong {
  font-size: 1.6em;
  -webkit-text-stroke: 3px #222;
}
@media (max-width: 768px) {
  .page-id-1538 .outcall .fv-wrap .wp-block-group__inner-container .text2 strong {
    font-size: 1.3em;
    -webkit-text-stroke: 2px #222;
  }
}
.page-id-1538 .outcall .fv-wrap .wp-block-group__inner-container .badge-wrap {
  gap: 1em;
}
@media (max-width: 480px) {
  .page-id-1538 .outcall .fv-wrap .wp-block-group__inner-container .badge-wrap {
    flex-wrap: wrap;
  }
}
.page-id-1538 .outcall .fv-wrap .wp-block-group__inner-container .badge-wrap .badge {
  background-color: #267527;
  color: #fff;
  padding: 20px;
  border-radius: 999px;
  font-weight: 700;
}
.page-id-1538 .outcall .fv-wrap .wp-block-group__inner-container .img {
  position: absolute;
  width: 350px;
  right: 5%;
  bottom: 0;
}
@media (max-width: 1024px) {
  .page-id-1538 .outcall .fv-wrap .wp-block-group__inner-container .img {
    width: 25vw;
    right: 2%;
  }
}
@media (max-width: 480px) {
  .page-id-1538 .outcall .fv-wrap .wp-block-group__inner-container .img {
    width: 35vw;
  }
}
.page-id-1538 .visiting-hours .item {
  border: solid 1px #2c0708;
  padding: 1rem;
}
.page-id-1538 .visiting-hours .item .inner {
  justify-content: center;
}
.page-id-1538 .visiting-hours .item .inner .image {
  width: 150px;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .page-id-1538 .visiting-hours .item .inner .image {
    width: 100px;
  }
}
.page-id-1538 .visiting-hours .item .inner .text-wrap .heading {
  font-weight: 700;
  border-bottom: solid 1px #2c0708;
  margin-bottom: 10px;
}
.page-id-1538 .visiting-hours .item .inner .text-wrap .hours {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FF3C00;
}
.page-id-1538 .visiting-hours .item .inner .text-wrap .text {
  line-height: 1.4;
}
.page-id-1538 .flow .item {
  position: relative;
}
.page-id-1538 .flow .item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 12px;
  height: 20px;
  background-color: #2c0708;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/></svg>');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media (max-width: 480px) {
  .page-id-1538 .flow .item:not(:last-child)::after {
    display: none;
  }
}
.page-id-1538 .flow .item .header {
  justify-content: center;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0;
}
.page-id-1538 .flow .item .desc {
  font-size: 0.9em;
  margin-bottom: 0;
}
.page-id-1538 .flow .item .remark {
  font-size: 0.8em;
}

/*====================
院案内
====================*/
.page-id-1476 .wp-block-group:has(> .loop-slider-wrap) {
  overflow: hidden !important;
  width: 100vw !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-id-1476 .loop-slider-wrap {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: max-content !important;
  gap: 20px !important;
  animation: infinity-loop 25s linear infinite !important;
}
@media screen and (max-width: 767px) {
  .page-id-1476 .loop-slider-wrap {
    animation-duration: 10s !important;
  }
}
.page-id-1476 .loop-slider-wrap > figure.wp-block-image {
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 calc(100vw / 5 - 20px * (5 - 1) / 5) !important;
  width: calc(100vw / 5 - 20px * (5 - 1) / 5) !important;
}
@media screen and (max-width: 767px) {
  .page-id-1476 .loop-slider-wrap > figure.wp-block-image {
    flex: 0 0 calc(100vw / 3 - 20px * (3 - 1) / 3) !important;
    width: calc(100vw / 3 - 20px * (3 - 1) / 3) !important;
  }
}
.page-id-1476 .loop-slider-wrap > figure.wp-block-image img {
  width: 100% !important;
  height: auto !important;
  display: block;
  object-fit: cover;
}
@keyframes infinity-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 20px / 2));
  }
}/*# sourceMappingURL=style_cus.css.map */