@charset "UTF-8";
body {
  color: #2B2B2B;
  background-color: #FFFFFF;
  font-family: "Kiwi Maru", "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 1.6%;
}

a {
  color: #654F35;
  text-decoration: none;
}

a:hover {
  color: #F29019;
}

body::before {
  content: url(../img/arrow-btn.svg) url(../img/arrow-btn-orange.svg);
  display: none;
}

/* *****************************************
	Layout（Break:640px、1024px、1280px: Tab 780px）
***************************************** */
.single .l-contents__main,
.page:not(.home) .l-contents__main {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .single .l-contents__main,
  .page:not(.home) .l-contents__main {
    width: 100%;
  }
}

/* *****************************************
	Common
***************************************** */
body.page .l-contents__body,
body.single .l-contents__body {
  /* h1 */
  /* h2, h3, h4 */
  /* Snow用 */
}
body.page .l-contents__body h1, body.page .l-contents__body h2, body.page .l-contents__body h3, body.page .l-contents__body h4, body.page .l-contents__body h5,
body.single .l-contents__body h1,
body.single .l-contents__body h2,
body.single .l-contents__body h3,
body.single .l-contents__body h4,
body.single .l-contents__body h5 {
  clear: both;
}
body.page .l-contents__body .c-entry__title,
body.single .l-contents__body .c-entry__title {
  font-family: "Kiwi Maru", "Noto Sans JP", sans-serif;
  font-weight: 300;
}
body.page .l-contents__body .wp-block-heading,
body.single .l-contents__body .wp-block-heading {
  font-family: "Kiwi Maru", "Noto Sans JP", sans-serif;
  font-weight: 300;
}
body.page .l-contents__body h2.smb-section__title,
body.single .l-contents__body h2.smb-section__title {
  font-family: "Kiwi Maru", "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #654F35;
}
@media screen and (max-width: 480px) {
  body.page .l-contents__body h2.smb-section__title,
  body.single .l-contents__body h2.smb-section__title {
    font-size: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.page .l-contents__body .smb-section__subtitle,
body.single .l-contents__body .smb-section__subtitle {
  font-weight: 300;
}
body.page .l-contents__body h2.wp-block-heading,
body.single .l-contents__body h2.wp-block-heading {
  font-weight: 300;
  color: #654F35;
  padding-bottom: 5px;
  border-bottom: solid 1px #F29019;
  margin-bottom: 1em;
}
body.page .l-contents__body h3.wp-block-heading,
body.single .l-contents__body h3.wp-block-heading {
  color: #654F35;
  font-weight: 300;
  display: block;
  background: #FFF6ED;
  border-radius: 15px;
  padding: 0.4em 0.8em;
  margin-top: 2.5em;
  margin-bottom: 1em;
}
body.page .l-contents__body h4.wp-block-heading,
body.single .l-contents__body h4.wp-block-heading {
  color: #654F35;
  font-size: 1.125rem;
  padding: 0.2em 0.2em;
  display: inline-block;
  border-bottom: dotted 3px #F29019;
  margin-top: 1.725em;
  margin-bottom: 1em;
}
body.page .l-contents__body h5.wp-block-heading,
body.single .l-contents__body h5.wp-block-heading {
  color: #654F35;
  font-size: 1.0625rem;
  font-weight: 300;
  position: relative;
  padding-left: 15px;
  margin-top: 2.5em;
  margin-bottom: 1em;
}
body.page .l-contents__body h5.wp-block-heading::before,
body.single .l-contents__body h5.wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 5px;
  height: 1.2em;
  background-color: #F29019;
}
body.page .l-contents__body .c-entry__body p a,
body.single .l-contents__body .c-entry__body p a {
  color: #F29019;
  text-decoration: underline;
  font-weight: 400;
}
body.page .l-contents__body .c-entry__body p a:hover,
body.single .l-contents__body .c-entry__body p a:hover {
  text-decoration: none;
}
body.page .l-contents__body a.smb-btn,
body.single .l-contents__body a.smb-btn {
  border-radius: 30px;
  font-weight: 400;
  border: solid 1px #F29019;
  color: #FFF;
  text-decoration: none;
}
body.page .l-contents__body a:hover.smb-btn,
body.single .l-contents__body a:hover.smb-btn {
  background-color: #FFF;
  color: #F29019;
  border: solid 1px #F29019;
}
body.page .l-contents__body .is-style-ghost a,
body.single .l-contents__body .is-style-ghost a {
  color: #F29019;
}
body.page .l-contents__body .is-style-ghost a:hover.smb-btn,
body.single .l-contents__body .is-style-ghost a:hover.smb-btn {
  background-color: #F29019;
  color: #FFF;
}
body.page .l-contents__body .arrow-btn .smb-btn,
body.single .l-contents__body .arrow-btn .smb-btn {
  position: relative;
  display: inline-block;
  padding: 12px 58px 18px 28px;
  line-height: 1;
  text-decoration: none;
}
body.page .l-contents__body .arrow-btn .smb-btn .smb-btn__label,
body.single .l-contents__body .arrow-btn .smb-btn .smb-btn__label {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
body.page .l-contents__body .arrow-btn .smb-btn::after,
body.single .l-contents__body .arrow-btn .smb-btn::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #F29019;
  background-image: url(../img/arrow-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block; /* ← flexにせず blockで安定 */
  pointer-events: none;
}
body.page .l-contents__body .arrow-btn .smb-btn:hover,
body.single .l-contents__body .arrow-btn .smb-btn:hover {
  color: #FFF;
}
body.page .l-contents__body .arrow-btn .smb-btn:hover::after,
body.single .l-contents__body .arrow-btn .smb-btn:hover::after {
  background-color: #fff;
  background-image: url(../img/arrow-btn-orange.svg);
}
body.page .l-contents__body ul:not(.c-entry__meta ul):not(.home ul),
body.single .l-contents__body ul:not(.c-entry__meta ul):not(.home ul) {
  list-style: none;
  padding-left: 1.2rem;
  margin: 1em 0;
}
body.page .l-contents__body ul:not(.c-entry__meta ul):not(.home ul) li,
body.single .l-contents__body ul:not(.c-entry__meta ul):not(.home ul) li {
  position: relative;
  padding-left: 0;
  line-height: 1.3125;
}
body.page .l-contents__body ul:not(.c-entry__meta ul):not(.home ul) li::before,
body.single .l-contents__body ul:not(.c-entry__meta ul):not(.home ul) li::before {
  content: "•";
  font-weight: 700;
  position: absolute;
  left: -1em;
  top: 0;
  color: #F29019;
  font-size: 1.1em;
  line-height: 1.6;
}
body.page .l-contents__body .wp-block-table thead,
body.single .l-contents__body .wp-block-table thead {
  border: solid 1px #000;
}
body.page .l-contents__body .wp-block-table th,
body.single .l-contents__body .wp-block-table th {
  background-color: #FFF6ED;
  border: solid 1px #efefef;
  color: #2B2B2B;
  font-weight: 300;
}
body.page .l-contents__body .wp-block-table th:first-child,
body.single .l-contents__body .wp-block-table th:first-child {
  border-right: solid 1px #efefef;
}

/* 診療時間
---------------------- */
.timetable {
  margin: 0 auto;
  font-size: 0.9375rem;
}
.timetable-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
}
.timetable-table th {
  background: #F29019;
  color: #fff;
  font-weight: 400 !important;
  padding: 10px 0 !important;
  padding-right: 10px !important;
}
.timetable-table th:nth-child(1) {
  border-radius: 15px 0 0 0;
  width: 35%;
}
.timetable-table th:last-child {
  border-radius: 0 15px 0 0;
}
.timetable-table td {
  border-bottom: 2px solid #FACD98;
  padding: 8px 10px 8px 0 !important;
  background: #fff;
  color: #F29019;
}
.timetable-table td:nth-child(1) {
  background: #fff8f0;
  color: #654F35 !important;
  font-size: 0.9375rem !important;
  font-weight: 400 !important;
  line-height: 1rem;
  text-align: center;
}
.timetable-table th:first-child,
.timetable-table td:first-child {
  width: 30% !important;
}
.timetable-table th:not(:first-child):not(:last-child),
.timetable-table td:not(:first-child):not(:last-child) {
  width: 7.5% !important;
}
.timetable-table th:last-child,
.timetable-table td:last-child {
  width: 8% !important;
  padding-right: 15px !important;
}
.timetable-table th:nth-child(2),
.timetable-table td:nth-child(2) {
  width: 13% !important;
  padding-left: 10px !important;
}
.timetable__time-att {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #F29019;
  margin-top: 2px;
}

@media screen and (max-width: 460px) {
  .l-footer .c-row__col:nth-child(3) {
    padding: 0;
  }
  .timetable {
    width: 100%;
  }
  .timetable-table {
    table-layout: auto !important;
  }
  .timetable-table th,
  .timetable-table td {
    width: auto !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .timetable th,
  .timetable td,
  .timetable td:nth-child(1) {
    font-size: 0.83125rem !important;
  }
  .timetable th:last-child,
  .timetable td:last-child {
    width: 9% !important;
    padding-right: 5px !important;
  }
  .timetable th:nth-child(2),
  .timetable td:nth-child(2) {
    width: 9% !important;
    padding-left: 5px !important;
  }
  .timetable th:not(:first-child):not(:last-child),
  .timetable td:not(:first-child):not(:last-child) {
    width: 7.7142857143% !important;
  }
}
.holiday-info {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.875rem;
  color: #654F35;
  text-align: left;
}
@media screen and (max-width: 780px) {
  .holiday-info {
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }
}

.holiday {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}

.holiday__title {
  background: #F7D853;
  color: #654F35;
  font-weight: 400 !important;
  padding: 0px 20px;
  border-radius: 5px;
}

.holiday__body {
  color: #654F35;
}

.holiday__sunday-info {
  color: #654F35;
  font-weight: 300 !important;
}

.timetable-reception {
  font-size: 0.875rem !important;
  line-height: 1.3rem;
}

/* パンくず
-------------------- */
.c-breadcrumbs {
  color: #654F35;
}
.c-breadcrumbs a {
  color: #654F35;
}

/* サイドWeb予約ボタン
-------------------- */
.side-web-reserv {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .side-web-reserv {
    display: none;
  }
}

.side-web-reserv a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 190px;
  background-color: #F7D853;
  background-image: url(../img/ico-calendar.png);
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: 33px 30px;
  color: #654F35;
  font-weight: 400;
  text-decoration: none;
  border-radius: 20px 0 0 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding-top: 45px;
  box-sizing: border-box;
  transition: opacity 0.3s;
}

.side-web-reserv a:hover {
  opacity: 0.8;
}

.side-web-reserv {
  position: fixed;
  right: 0px;
  bottom: 100px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 1000;
}

.side-web-reserv.show {
  opacity: 1;
  pointer-events: auto;
}

/* リストブロック：SP時縦並びの調整
-------------------- */
@media (max-width: 781px) {
  .list-1row.is-layout-flex {
    gap: 0 !important;
  }
  .list-1row .wp-block-column {
    margin-bottom: 0 !important;
    --_margin-top: 0 !important;
    --_margin-bottom: 0 !important;
  }
  /* リスト全体の余白リセット */
  .list-1row .wp-block-list {
    margin: 0 0 10px 30px !important;
    padding: 0 !important;
    list-style-position: inside;
  }
}
/* TOCのドットを消す
-------------------- */
#toc_container ul,
#toc_container li {
  list-style-type: none !important;
  list-style: none !important;
  display: block !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

#toc_container ul li::before {
  content: none !important;
}

#toc_container .toc_list li::before {
  content: none !important;
}

/* *****************************************
　ヘッダー
***************************************** */
@media screen and (max-width: 1024px) {
  .l-header__content {
    padding-top: 5px;
  }
  .c-site-branding__title .custom-logo {
    width: 200px;
  }
}
.l-header .c-container {
  padding-left: 15px;
  padding-right: 15px;
}

.header-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}

.common-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 40px;
  border-radius: 9999px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tel-btn {
  background-color: #F29019;
  color: #fff;
  font-size: 1.1111111111rem;
}
.tel-btn__tel {
  font-size: 0.75rem;
  padding-top: 3px;
}
.tel-btn:hover {
  color: #FFF;
  background-color: #da8116;
}

.reserve-btn {
  background-color: #F7D853;
  color: #654F35;
  font-size: 1.1111111111rem;
}
.reserve-btn:hover {
  color: #654F35;
  background-color: #ddc24a;
}
.reserve-btn:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 24px;
  background: url(../img/ico-calendar.png) no-repeat center/contain;
  margin-right: 12px;
  vertical-align: middle;
}

.l-header .l-2row-header__row {
  padding-bottom: 0px !important;
}
.l-header .l-2row-header__row .p-global-nav {
  padding-top: 10px;
}

nav.p-global-nav {
  color: #654F35;
}
nav.p-global-nav a {
  font-size: 0.95rem !important;
  font-weight: 500 !important;
}

.l-header .c-navbar,
.l-header .c-navbar__item a {
  height: 50px !important;
}

.l-header .l-2row-header__row.u-invisible-md-down {
  margin-top: 0;
}

.l-header .l-2row-header__row {
  padding-bottom: 15px;
}

.c-site-branding__description {
  position: absolute;
  top: -7px;
  right: 400px;
  width: 180px;
  height: 30px;
  font-size: 0.7777777778rem;
  text-align: right;
  color: #767777;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .c-site-branding__description {
    display: none;
  }
}

.l-header__branding {
  position: relative;
}

.c-navbar__submenu a:hover {
  background-color: #F7D853 !important;
  color: #654F35 !important;
}

body:not(.home) .l-header,
body:not(.home) .p-drop-nav {
  background-color: #F8F6F2;
}

/* *****************************************
　フッター
***************************************** */
.l-footer {
  background-color: #F8F6F2;
  border: 0;
}
.l-footer .l-footer-widget-area {
  padding-top: 0 !important;
}
.l-footer .footer-logo {
  margin-top: -18px;
}
.l-footer .footer-info {
  margin-top: -18px;
}
.l-footer .footer-info .timetable {
  width: 600px;
  margin-left: 0;
}
@media screen and (max-width: 1040px) {
  .l-footer .footer-info .timetable {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .l-footer .footer-info .footer-contact {
    text-align: left;
    margin-top: -30px;
  }
}
.l-footer .footer-info .footer-contact__tel {
  color: #654F35;
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: -10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) and (min-width: 941px) {
  .l-footer .footer-info .footer-contact__tel {
    font-size: 1.725rem;
  }
}
.l-footer .footer-info .footer-contact__tel span {
  font-size: 1rem;
  font-weight: 400;
  margin-right: 5px;
}
.l-footer .footer-info .footer-contact__web {
  margin-bottom: 20px;
}
.l-footer .footer-info .footer-contact__web a {
  height: 60px;
  width: 300px;
  font-size: 1.3125rem;
}
.l-footer .footer-info .footer-contact__web .reserve-btn:before {
  width: 35px;
  height: 32px;
}
.l-footer .footer-info .footer-contact__address {
  line-height: 1.4rem;
}
@media screen and (min-width: 940px) {
  .l-footer .l-footer__sub-nav ul li {
    padding-right: 40px;
  }
  .l-footer .l-footer__sub-nav ul li:last-child {
    padding-right: 0px;
  }
}

.l-footer__footer {
  padding: 5px !important;
}

.l-footer--footer-1 .l-footer__footer {
  background-color: #F29019;
  text-align: center;
}
.l-footer--footer-1 .l-footer__footer a {
  color: #FFF;
  margin-top: -10px;
}

@media screen and (max-width: 940px) {
  .footer-info .wp-block-columns {
    flex-direction: column;
    gap: 40px;
  }
  .footer-info .wp-block-column {
    width: 100%;
    flex: none;
  }
  .footer-contact {
    text-align: center;
    margin: 0 auto;
  }
}
/*
スマホ固定ボタン
-------------------- */
.p-footer-sticky-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.p-footer-sticky-nav .c-navbar {
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  gap: 0;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item {
  flex: 1 1 0;
  text-align: center;
  margin: 0;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item > a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5em;
  height: 50px !important;
  line-height: 1 !important;
  padding: 0 !important;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff !important;
  box-sizing: border-box;
  transition: filter 0.3s ease;
  position: relative;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item > a:hover {
  filter: brightness(90%);
}
.p-footer-sticky-nav .c-navbar .c-navbar__item.btn-tel > a {
  background-color: #F29019 !important;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item.btn-tel > a::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../img/sp-btn-tel.svg") no-repeat center/contain;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item.btn-web > a {
  background-color: #f8d65a !important;
  color: #3a2f00 !important;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item.btn-web > a::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../img/sp-btn-calendar.svg") no-repeat center/contain;
}
@media (max-width: 780px) {
  .p-footer-sticky-nav .c-navbar {
    flex-direction: row !important;
  }
}

/*
スマホ ドロワーメニュー
-------------------- */
.c-drawer {
  background-color: #F8F6F2 !important;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
}
.c-drawer::before {
  content: "";
  display: block;
  width: 173px;
  height: 120px;
  margin: 0 auto 30px;
  background: url("../img/logo-sp.svg") no-repeat center/contain;
}
.c-drawer .c-drawer__menu {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
}
.c-drawer .c-drawer__menu .c-drawer__item {
  margin-bottom: 16px;
}
.c-drawer .c-drawer__menu .c-drawer__item a {
  display: block;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  color: #654F35;
  transition: color 0.2s ease;
}
.c-drawer .c-drawer__menu .c-drawer__item a:hover {
  color: #F29019;
}
.c-drawer .p-drawer-sub-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-drawer .p-drawer-sub-nav .c-drawer__item {
  margin: 0;
}
.c-drawer .p-drawer-sub-nav .c-drawer__item.btn-tel a, .c-drawer .p-drawer-sub-nav .c-drawer__item.btn-web a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  box-sizing: border-box;
  transition: filter 0.3s ease;
}
.c-drawer .p-drawer-sub-nav .c-drawer__item.btn-tel a {
  background-color: #F29019;
  color: #fff;
  margin-top: 15px;
}
.c-drawer .p-drawer-sub-nav .c-drawer__item.btn-tel a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url("../img/sp-btn-tel.svg") no-repeat center/contain;
}
.c-drawer .p-drawer-sub-nav .c-drawer__item.btn-tel a:hover {
  filter: brightness(90%);
}
.c-drawer .p-drawer-sub-nav .c-drawer__item.btn-web a {
  background-color: #F7D853;
  color: #654F35;
  margin-top: 10px;
}
.c-drawer .p-drawer-sub-nav .c-drawer__item.btn-web a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url("../img/sp-btn-calendar.svg") no-repeat center/contain;
}
.c-drawer .p-drawer-sub-nav .c-drawer__item.btn-web a:hover {
  filter: brightness(90%);
}

/* *****************************************
　HOME
***************************************** */
.home {
  color: #2B2B2B;
  /* Hero
  -------------------- */
  /* 重要なお知らせ
  -------------------- */
  /* 【おしらせ＆診療時間】
  　　診療時間のタイムテーブルはcommon
  ---------------------- */
  /* 【診療案内】
  ---------------------- */
  /* 【クリニックの特徴】
  ---------------------- */
  /* 【理念】
  ---------------------- */
  /* 院長挨拶
  ---------------------- */
}
.home h2 {
  font-weight: 400;
  font-size: 1.75rem !important;
}
.home h3 {
  background: none !important;
}
.home .l-contents__inner,
.home .c-section {
  padding-top: 0;
}
@media screen and (max-width: 780px) {
  .home .l-contents__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home .hero {
  position: relative;
  margin-top: 0;
  padding-top: 0;
}
.home .hero .hero-messaage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #FFF;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75), 0 2px 4px rgba(0, 0, 0, 0.75), 0 2px 6px rgba(8, 8, 8, 0.5), 0 2px 8px rgba(10, 10, 10, 0.2);
}
@media screen and (max-width: 780px) {
  .home .hero .hero-messaage {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.home .massageOff {
  display: none;
}
.home .massageOn {
  display: block;
}
.home .massage {
  width: 80%;
  border: solid 2px #FACD98;
  border-radius: 20px;
  padding: 20px 45px;
  margin: 20px auto 30px;
  line-height: 1.3rem;
}
@media screen and (max-width: 780px) {
  .home .massage {
    width: 100%;
    padding: 10px 20px;
    font-size: 0.8725rem;
  }
}
.home .massage h2 {
  font-size: 1.125rem !important;
  color: #F29019;
}
@media screen and (max-width: 780px) {
  .home .massage h2 {
    font-size: 1.0625rem !important;
  }
}
.home .sinryo-info {
  margin-top: 0;
  padding: 0;
}
@media screen and (max-width: 1100px) {
  .home .sinryo-info .holiday-info {
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }
}
.home .top-parts {
  background-color: #FFF;
  border-radius: 20px;
  padding: 5px 30px 35px;
}
@media screen and (max-width: 1024px) {
  .home .sinryo-info .wp-block-columns {
    flex-direction: column;
    gap: 40px;
  }
  .home .sinryo-info .wp-block-column.top-parts {
    width: 100%;
    flex: none;
  }
}
@media screen and (max-width: 460px) {
  .home .top-parts {
    padding: 5px 15px 35px;
  }
}
.home .news-wrap h3 {
  position: relative;
  text-align: center;
  padding-top: 64px;
  padding-bottom: 15px !important;
  margin-top: 65px !important;
}
.home .news-wrap h3::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../img/ico-news.png") no-repeat center center/contain;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.home ul.top-news {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 2px solid #FACD98;
}
.home ul.top-news li {
  position: relative;
  border-bottom: 2px solid #FACD98;
  padding: 14px 42px 14px 12px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-auto-rows: auto;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  align-items: center;
}
.home ul.top-news li:hover {
  background-color: #fffaf3;
}
.home ul.top-news li .wp-block-latest-posts__post-date {
  grid-column: 1;
  grid-row: 1;
  color: #F29019;
  font-size: 0.725rem;
  white-space: nowrap;
}
.home ul.top-news li a.wp-block-latest-posts__post-title {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  display: block;
  color: #654F35;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-decoration: none;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home ul.top-news li .wp-block-latest-posts__post-excerpt {
  grid-column: 2;
  grid-row: 2;
  display: none;
  padding-top: 8px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #2B2B2B;
}
.home ul.top-news li.active .wp-block-latest-posts__post-excerpt {
  display: block;
}
.home ul.top-news li::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 28px;
  transform: translateY(-50%) rotate(0deg);
  width: 18px;
  height: 18px;
  background-color: #F29019;
  border: 2px solid #F29019;
  border-radius: 50%;
  background-image: url(../img/arrow-news.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px auto;
  transition: transform 0.3s ease;
}
.home ul.top-news li.active::after {
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 780px) {
  .home ul.top-news li {
    padding: 14px 42px 18px 12px;
  }
  .home ul.top-news li .wp-block-latest-posts__post-title {
    white-space: normal;
    line-height: 1.4;
  }
}
@media screen and (max-width: 940px) {
  .home .wp-block-latest-posts__post-title {
    margin-left: -30px;
  }
}
@media screen and (max-width: 780px) {
  .home ul.top-news li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25em;
    padding-bottom: 40px;
  }
  .home ul.top-news li a.wp-block-latest-posts__post-title {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: block;
  }
  .home ul.top-news li .wp-block-latest-posts__post-date,
  .home ul.top-news li .wp-block-latest-posts__post-title,
  .home ul.top-news li .wp-block-latest-posts__post-excerpt {
    position: relative;
    z-index: 6;
  }
  .home ul.top-news li .wp-block-latest-posts__post-date {
    order: 1;
    color: #F29019;
    white-space: normal;
  }
  .home ul.top-news li .wp-block-latest-posts__post-title {
    order: 2;
    color: #654F35;
    font-size: 0.9375rem;
    line-height: 1;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    padding: 40px 35px 50px 10px;
    margin-left: 0px;
  }
  .home ul.top-news li .wp-block-latest-posts__post-excerpt {
    order: 3;
    padding-top: 40px;
    padding-left: 0;
  }
  .home ul.top-news li::after {
    top: 40px;
  }
}
@media screen and (max-width: 460px) {
  .home ul.top-news li {
    padding-bottom: 50px;
  }
  .home ul.top-news .wp-block-latest-posts__post-title {
    line-height: 1.4;
  }
}
.home .timetable-wrap h3 {
  position: relative;
  text-align: center;
  padding-top: 64px;
}
.home .timetable-wrap h3::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../img/ico-time.png") no-repeat center center/contain;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.home .sinryo {
  background-color: #FFF6ED;
  border-radius: 40px;
}
.home .sinryo h2 {
  position: relative;
  text-align: center;
  padding-top: 64px;
}
.home .sinryo h2::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url("../img/ico-karute.png") no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home .sinryo .sinryo-block .smb-items__item--free {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 20px 30px 30px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.home .sinryo .sinryo-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FBF5D5;
  border: solid 5px #FFF;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-top: -75px;
}
.home .sinryo .sinryo-img img {
  width: 75px;
}
.home .sinryo h3 {
  font-size: 1.3125rem;
  line-height: 2rem;
  color: #654F35;
  margin-top: 15px !important;
  margin-bottom: 5px !important;
  padding: 0 !important;
  min-height: 4.5rem;
}
.home .sinryo .wp-block-heading.has-text-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home .sinryo h3.wp-block-heading {
  display: flex !important;
}
.home .sinryo p {
  font-size: 0.8888888889rem;
  color: #2B2B2B;
  line-height: 1.8;
  margin-bottom: 1.5em;
  text-align: left;
}
.home .sinryo .smb-btn--little-wider {
  border: 2px solid #f28b00;
  border-radius: 9999px;
  padding: 0.6em 1.8em;
  font-size: 0.95rem;
  color: #f28b00;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.home .sinryo .smb-btn--little-wider:hover {
  background-color: #f28b00;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .home .sinryo {
    background-color: #FFF6ED;
    border-radius: 0px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .home .sinryo .sinryo-block .smb-items__item--free {
    padding: 20px 20px 30px;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.home .feature h2 {
  position: relative;
  text-align: center;
  padding-top: 64px;
}
.home .feature h2::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url("../img/ico-clinic.png") no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home .feature .feature01 .smb-section-break-the-grid__content,
.home .feature .feature02 .smb-section-break-the-grid__content,
.home .feature .feature03 .smb-section-break-the-grid__content {
  border-radius: 30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 50px 2.5rem;
  color: #2B2B2B;
}
.home .feature .feature01 h3,
.home .feature .feature02 h3,
.home .feature .feature03 h3 {
  font-size: 1.375em;
  font-weight: 400;
  color: #654F35 !important;
}
.home .feature .feature01 h3::before,
.home .feature .feature02 h3::before,
.home .feature .feature03 h3::before {
  display: inline-block;
  background-color: #F7D853;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 2.25em;
  margin-right: 0.725em;
  font-weight: 400;
  color: #654F35;
}
.home .feature .feature01.feature01 h3::before,
.home .feature .feature02.feature01 h3::before,
.home .feature .feature03.feature01 h3::before {
  content: "1";
}
.home .feature .feature01.feature02 h3::before,
.home .feature .feature02.feature02 h3::before,
.home .feature .feature03.feature02 h3::before {
  content: "2";
}
.home .feature .feature01.feature03 h3::before,
.home .feature .feature02.feature03 h3::before,
.home .feature .feature03.feature03 h3::before {
  content: "3";
}
.home .feature .feature01 .smb-section__title::after,
.home .feature .feature02 .smb-section__title::after,
.home .feature .feature03 .smb-section__title::after {
  height: 3px;
  width: 100%;
}
.home .feature .feature01 .is-layout-constrained,
.home .feature .feature02 .is-layout-constrained,
.home .feature .feature03 .is-layout-constrained {
  margin-top: 32px;
}
.home .feature .feature01 img,
.home .feature .feature02 img,
.home .feature .feature03 img {
  border-radius: 30px;
}
@media screen and (max-width: 480px) {
  .home .feature01 .smb-section-break-the-grid__content,
  .home .feature02 .smb-section-break-the-grid__content,
  .home .feature03 .smb-section-break-the-grid__content {
    padding: 20px !important;
    margin-left: -30px !important;
    margin-right: -30px !important;
    font-size: 1rem !important;
  }
  .home .feature01 h3,
  .home .feature02 h3,
  .home .feature03 h3 {
    font-size: 1.125em !important;
    font-weight: 400;
  }
  .home .feature01 h3::before,
  .home .feature02 h3::before,
  .home .feature03 h3::before {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
    text-align: center;
    line-height: 1em;
    margin-right: 0.5em !important;
  }
  .home .feature01 .smb-section__title::after,
  .home .feature02 .smb-section__title::after,
  .home .feature03 .smb-section__title::after {
    margin-top: 15px !important;
  }
  .home .feature01 .is-layout-constrained,
  .home .feature02 .is-layout-constrained,
  .home .feature03 .is-layout-constrained {
    margin-top: 15px !important;
  }
}
@media screen and (min-width: 1024px) {
  .home .feature01.feature01 .c-row__col:nth-child(1), .home .feature01.feature03 .c-row__col:nth-child(1),
  .home .feature02.feature01 .c-row__col:nth-child(1),
  .home .feature02.feature03 .c-row__col:nth-child(1),
  .home .feature03.feature01 .c-row__col:nth-child(1),
  .home .feature03.feature03 .c-row__col:nth-child(1) {
    margin-left: -24px;
  }
  .home .feature01.feature01 .smb-section-break-the-grid__figure, .home .feature01.feature03 .smb-section-break-the-grid__figure,
  .home .feature02.feature01 .smb-section-break-the-grid__figure,
  .home .feature02.feature03 .smb-section-break-the-grid__figure,
  .home .feature03.feature01 .smb-section-break-the-grid__figure,
  .home .feature03.feature03 .smb-section-break-the-grid__figure {
    margin-right: -24px !important;
  }
  .home .feature01.feature02 .c-row__col:nth-child(1),
  .home .feature02.feature02 .c-row__col:nth-child(1),
  .home .feature03.feature02 .c-row__col:nth-child(1) {
    margin-right: -24px;
  }
  .home .feature01.feature02 .smb-section-break-the-grid__figure,
  .home .feature02.feature02 .smb-section-break-the-grid__figure,
  .home .feature03.feature02 .smb-section-break-the-grid__figure {
    margin-left: -24px !important;
  }
}
.home .mission {
  background: #F8F6F2 url(../img/bg-logo.png);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: left bottom;
}
@media screen and (max-width: 1024px) {
  .home .mission {
    background-position: right 20%;
  }
}
@media screen and (max-width: 780px) {
  .home .mission {
    background-position: right 30%;
  }
}
@media screen and (max-width: 520px) {
  .home .mission {
    background-position: right 47%;
  }
}
@media screen and (max-width: 460px) {
  .home .mission {
    background-position: right 52%;
  }
}
.home .mission h2 {
  position: relative;
  text-align: left;
  padding-top: 64px;
}
.home .mission h2::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url("../img/ico-mission.png") no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 7%;
  transform: translateX(-50%);
}
.home .mission .smb-section__lede {
  color: #E87600;
  font-size: 1.725rem;
  margin-right: -150px;
  font-weight: 400;
  text-shadow: 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF;
}
@media screen and (max-width: 780px) {
  .home .mission .smb-section__lede {
    margin-right: 0px;
  }
}
.home .mission .smb-section__body {
  margin-top: 34px;
  text-shadow: 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF;
}
.home .mission .smb-section-break-the-grid__figure {
  position: relative;
  border-radius: 40px 0 0 40px;
}
.home .mission .smb-section-break-the-grid__figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  clip-path: inset(0 round 40px 0 0 40px);
}
.home .mission .smb-section-break-the-grid__shadow {
  border-radius: 40px 0 0 40px;
}
@media screen and (max-width: 1024px) {
  .home .mission .smb-section-break-the-grid__content {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 150px;
  }
  .home .mission .smb-section__lede {
    font-size: 1.3725rem;
  }
}
.home .greeting-wrap {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  overflow: visible;
  margin-top: -100px;
}
@media screen and (max-width: 780px) {
  .home .greeting-wrap {
    width: 100%;
    margin-top: -50px;
  }
}
.home .greeting-wrap h2 {
  position: relative;
  text-align: center;
  padding-top: 64px;
}
.home .greeting-wrap h2::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url("../img/ico-doctor.png") no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home .greeting-wrap .smb-section__title {
  display: none;
}
@media screen and (max-width: 1024px) {
  .home .greeting-wrap .smb-section__title {
    display: block;
  }
}
.home .greeting-wrap .greeting-ttl-sp {
  display: block;
  border-bottom: none !important;
}
@media screen and (max-width: 1024px) {
  .home .greeting-wrap .greeting-ttl-sp {
    display: none;
  }
}
.home .greeting-wrap .wp-block-image {
  padding-top: 160px;
}
@media screen and (max-width: 1024px) {
  .home .greeting-wrap .wp-block-image {
    padding-top: 0px;
  }
}
.home .greeting__left {
  position: relative;
  width: calc(50vw + 550px);
  margin-left: calc(50% - 50vw);
  background: #fff;
  border-top: 5px solid #f5d9b5;
  border-right: 5px solid #f5d9b5;
  border-bottom: 5px solid #f5d9b5;
  border-radius: 0 40px 40px 0;
  padding: 60px 0 60px calc(50vw - 550px);
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .home .greeting__left {
    max-width: 100%;
    margin-right: -20px;
  }
}
@media screen and (max-width: 780px) {
  .home .greeting__left {
    width: 100%;
    border: 0;
    border-radius: 40px;
    margin-left: 0px;
  }
}
.home .greeting {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  color: #2B2B2B;
  line-height: 1.8;
}
@media screen and (max-width: 1040px) {
  .home .greeting {
    max-width: 100%;
  }
}
.home .greeting-content {
  width: 90%;
  align-items: flex-start;
}
@media screen and (max-width: 780px) {
  .home .greeting-content {
    width: 100%;
  }
}
.home .greeting-content__text {
  font-size: 1.125rem;
}
@media screen and (max-width: 1040px) {
  .home .greeting-content__text {
    text-align: center !important;
    margin: 24px auto 0 auto !important;
  }
  .home .greeting-content .wp-block-image {
    text-align: center !important;
  }
  .home .greeting-content .wp-block-image img {
    margin: 0px auto 0;
  }
}
.home .greeting-content figure img {
  border-radius: 20px;
}
@media screen and (max-width: 940px) {
  .home .greeting-content {
    flex-direction: column;
    gap: 40px;
  }
  .home .greeting-content > .wp-block-column {
    width: 100%;
    flex: none;
  }
  .home .greeting-content figure {
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 940px) {
  .home .greeting-content > .wp-block-column:first-child {
    order: 2;
  }
  .home .greeting-content > .wp-block-column:last-child {
    order: 1;
  }
}
@media screen and (max-width: 460px) {
  .home .greeting-content {
    width: 100%;
  }
}

/* *****************************************
　固定ページ
***************************************** */
.c-page-header__title {
  color: #654F35;
  font-weight: 400;
  text-shadow: 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF;
}
@media screen and (max-width: 780px) {
  .c-page-header__title {
    font-size: 1.5rem;
  }
}

.c-page-header,
.category-visual {
  height: 300px !important;
}
@media screen and (max-width: 780px) {
  .c-page-header,
  .category-visual {
    height: 200px !important;
  }
}

.content-wrap {
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .content-wrap {
    width: 90%;
  }
}
@media screen and (max-width: 780px) {
  .content-wrap {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .content-wrap .c-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bg-beige {
  background-color: #FFF;
  border: solid 5px #FFF6ED;
}
@media screen and (max-width: 780px) {
  .bg-beige {
    border: solid 3px #FFF6ED;
  }
}

.bg-yellow {
  background-color: #FDF7E1;
}

.bg-moss {
  background-color: #F8F6F2;
}

.list-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5em;
  padding: 0;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 1024px;
}
.list-menu li {
  flex: 0 1 calc(33.333% - 1.5em);
  text-align: center;
  color: #654F35;
  font-size: 1rem;
  font-weight: 300;
  margin-top: 0;
}
.list-menu li:before {
  content: none !important;
}
.list-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65px;
  line-height: 1.25;
  width: 100%;
  padding: 8px 20px 10px;
  border: 1px solid #F29019;
  border-radius: 60px;
  color: #654F35;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.list-menu li a:hover, .list-menu li a.current {
  background: #fff6ed;
  color: #654F35;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.list-menu li:nth-child(1) {
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .list-menu__wrap .c-container {
    padding-left: 0;
    padding-right: 0;
  }
  .list-menu__wrap ul.list-menu {
    padding-left: 0 !important;
  }
  .list-menu__wrap .list-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px 20px;
  }
  .list-menu__wrap .list-menu li {
    font-size: 1rem;
    flex: 1 1 calc(50% - 40px);
  }
  .list-menu__wrap .list-menu li a {
    width: 100%;
  }
  .list-menu__wrap .list-menu::after {
    content: "";
    flex: 1 1 calc(50% - 40px);
    display: block;
  }
}
@media screen and (min-width: 461px) and (max-width: 580px) {
  .list-menu__wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .list-menu__wrap li {
    font-size: 0.875rem !important;
  }
  .list-menu__wrap li a {
    padding: 8px 12px 10px;
  }
}
@media screen and (max-width: 460px) {
  ul.list-menu {
    flex-direction: column;
    gap: 10px;
    margin-top: -25px !important;
  }
  ul.list-menu li {
    flex: none;
    width: 100%;
  }
  ul.list-menu li a {
    width: 100%;
    min-height: 60px;
    font-size: 0.9325rem;
    padding: 8px 30px 10px;
  }
  ul.list-menu::after {
    content: none;
  }
}
.h2-icon .smb-section__title {
  position: relative;
  text-align: center;
  color: #654F35;
  padding-top: 70px;
  line-height: 1.4;
  border-bottom: solid 1px #F29019;
  padding-bottom: 20px;
}
.h2-icon .smb-section__title::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
  background: no-repeat center/contain;
  pointer-events: none;
  /* width: 100px;
  height: 100px;
  top: -50px;
  background-color: #FBF5D5;
  border-radius: 50%;
  background-size: 70%; */
}
@media (max-width: 599px) {
  .h2-icon .smb-section__title {
    padding-top: 50px;
  }
  .h2-icon .smb-section__title::before {
    width: 48px;
    height: 48px;
  }
}

.h2-icon.h2-ico__naika .smb-section__title::before {
  background-image: url(../img/ico-cyoshin.svg);
}

.h2-icon.h2-ico__jyunkan .smb-section__title::before {
  background-image: url(../img/ico-heart.svg);
}

.h2-icon.h2-ico__syuyo .smb-section__title::before {
  background-image: url(../img/ico-cyoshin.svg);
}

.h2-icon.h2-ico__seikastu .smb-section__title::before {
  background-image: url(../img/ico-himan.svg);
}

.h2-icon.h2-ico__corona .smb-section__title::before {
  background-image: url(../img/ico-corona.svg);
}

.h2-icon.h2-ico__yobou .smb-section__title::before {
  background-image: url(../img/ico-tyusya.svg);
}

.h2-icon.h2-ico__kenshin .smb-section__title::before {
  background-image: url(../img/ico-karute.svg);
}

.h2-icon.h2-ico__heart .smb-section__title::before {
  background-image: url(../img/ico-heart.svg);
}

.h2-icon.h2-ico__cyoshin .smb-section__title::before {
  background-image: url(../img/ico-cyoshin.svg);
}

.h2-icon.h2-ico__himan .smb-section__title::before {
  background-image: url(../img/ico-himan.svg);
}

.h2-icon.h2-ico__tyusya .smb-section__title::before {
  background-image: url(../img/ico-tyusya.svg);
}

.h2-icon.h2-ico__nayami .smb-section__title::before {
  background-image: url(../img/ico-nayami.svg);
}

.h2-icon.h2-ico__karute .smb-section__title::before {
  background-image: url(../img/ico-karute.svg);
}

.h2-icon.h2-ico__clinic .smb-section__title::before {
  background-image: url(../img/ico-clinic.svg);
}

.page-id-234 #toc_container {
  display: none;
}

/* *****************************************
　投稿ページ
***************************************** */
.c-page-header__bgimage img {
  opacity: 0.75;
}

.category-visual {
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.category-visual__overlay {
  position: absolute;
  inset: 0;
  background: rgba(90, 70, 50, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-visual__title {
  color: #654F35;
  font-size: 2rem;
  font-weight: 400;
  padding: 0.4em 1em;
  border-radius: 8px;
  text-align: center;
  text-shadow: 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF;
}
@media screen and (max-width: 780px) {
  .category-visual__title {
    font-size: 1.5rem;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.single h1.c-entry__title {
  color: #654F35;
  font-weight: 300;
  border-bottom: solid 1px #F29019;
}
.single .c-meta {
  list-style: none;
}

.c-entry__meta {
  color: #654F35;
}

.c-meta__item--author,
.c-meta__item--categories {
  display: none;
}

.c-meta__item svg {
  color: #F29019;
}

.c-prev-next-nav__item a {
  font-weight: 400 !important;
}

.p-related-posts.c-entry-aside {
  margin-top: 100px;
}

.p-related-posts__title,
.c-entry-summary__title,
.c-meta__item {
  color: #654F35;
  font-weight: 400;
}

.c-entry-aside__title::after, .c-entry-aside__title::before {
  background-color: #654F35;
}

a:hover .p-related-posts__title,
a:hover .c-entry-summary__title,
a:hover .c-meta__item {
  color: #F29019 !important;
}

.c-entry-summary__term {
  display: none;
}

.p-related-posts ul,
.p-related-posts li {
  list-style: none !important;
}

.p-related-posts .c-entries__item::before,
.p-related-posts li::before {
  content: none !important;
  display: none !important;
}

/* *****************************************
　アーカイブ
***************************************** */
.post-type-archive-news,
.archive {
  position: relative;
}
.post-type-archive-news .c-page-header,
.archive .c-page-header {
  position: relative;
  background-image: url("../img/header-news.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.post-type-archive-news .c-page-header::before,
.archive .c-page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(90, 70, 50, 0.25);
  z-index: 1;
}
.post-type-archive-news .c-page-header__title,
.archive .c-page-header__title {
  position: absolute;
  top: 335px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 10;
  font-size: 2rem;
  font-weight: 400 !important;
  text-shadow: 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF, 0 0 3px #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-news .c-page-header__title,
  .archive .c-page-header__title {
    top: 220px;
  }
}
@media screen and (max-width: 780px) {
  .post-type-archive-news .c-page-header__title,
  .archive .c-page-header__title {
    top: 165px;
    font-size: 1.5rem;
  }
}
.post-type-archive-news .l-contents__body .c-entry__title,
.post-type-archive-news .l-contents__body .c-entry-summary__term,
.archive .l-contents__body .c-entry__title,
.archive .l-contents__body .c-entry-summary__term {
  display: none;
}
.post-type-archive-news .l-contents__body .c-entry-summary__title,
.post-type-archive-news .l-contents__body .c-meta__item,
.archive .l-contents__body .c-entry-summary__title,
.archive .l-contents__body .c-meta__item {
  color: #654F35;
  font-weight: 400 !important;
}

.post-type-archive-news .c-page-header__title {
  top: 335px;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-news .c-page-header__title {
    top: 220px;
  }
}
@media screen and (max-width: 780px) {
  .post-type-archive-news .c-page-header__title {
    top: 165px;
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */