@charset "UTF-8";
body {
  color: #623F2B;
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 1.825rem;
  letter-spacing: 0.1em;
  padding-top: 0px;
}

a {
  color: #015E99;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

li a {
  color: #623F2B;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 0px;
}

@media screen and (max-width: 780px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 781px) {
  .tb-none {
    display: none;
  }
}

/* *****************************************
	Layout
***************************************** */
.l-contents__inner {
  margin-top: 0;
  padding-top: 0 !important;
}

.p-breadcrumbs-wrapper {
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-id-16 .l-contents__inner {
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .page-id-16 .l-contents {
    margin-bottom: -30px;
  }
}

/* *****************************************
	Common	（Break:640px、1024px、1280px: Tab 780px）
***************************************** */
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;
}

/* タイポグラフィ：投稿・固定 共通 */
.single .l-contents__body,
.page .l-contents__body {
  /* テーブル */
  /* ボタン */
  /* 画像 */
}
.single .l-contents__body h2.wp-block-heading,
.page .l-contents__body h2.wp-block-heading {
  color: #FFF;
  font-weight: 400;
  background-color: #C6AF83;
  border-radius: 15px;
  padding: 15px 35px;
  margin-top: 80px;
}
.single .l-contents__body h3.wp-block-heading:not(.h3-page-title):not(.h3-style-clear),
.page .l-contents__body h3.wp-block-heading:not(.h3-page-title):not(.h3-style-clear) {
  font-size: 1.5rem;
  color: #015E99;
  font-weight: 600;
  margin-top: 60px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  padding-bottom: 9px;
}
.single .l-contents__body h3.wp-block-heading:not(.h3-page-title):not(.h3-style-clear)::after,
.page .l-contents__body h3.wp-block-heading:not(.h3-page-title):not(.h3-style-clear)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background-color: #C6AF83;
}
.single .l-contents__body h3.wp-block-heading:not(.h3-page-title):not(.h3-style-clear)::before,
.page .l-contents__body h3.wp-block-heading:not(.h3-page-title):not(.h3-style-clear)::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 12px solid #C6AF83;
}
.single .l-contents__body h4.wp-block-heading,
.page .l-contents__body h4.wp-block-heading {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #EDE1C9;
  padding: 1px 24px 1px 24px;
  margin-top: 60px;
}
.single .l-contents__body h4.wp-block-heading::before,
.page .l-contents__body h4.wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background-color: #623F2B;
}
.single .l-contents__body h5.wp-block-heading,
.page .l-contents__body h5.wp-block-heading {
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: solid 3px #C6AF83;
  border-radius: 2px;
  margin-top: 60px;
}
@media screen and (max-width: 780px) {
  .single .l-contents__body h2.wp-block-heading,
  .page .l-contents__body h2.wp-block-heading {
    text-align: center;
    padding: 15px 20px;
  }
  .single .l-contents__body h3.wp-block-heading:not(.h3-page-title):not(.h3-style-clear),
  .page .l-contents__body h3.wp-block-heading:not(.h3-page-title):not(.h3-style-clear) {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .single .l-contents__body h4.wp-block-heading,
  .page .l-contents__body h4.wp-block-heading {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.single .l-contents__body .wp-block-table,
.page .l-contents__body .wp-block-table {
  margin-bottom: 60px;
}
.single .l-contents__body .wp-block-table thead, .single .l-contents__body .wp-block-table tr, .single .l-contents__body .wp-block-table th, .single .l-contents__body .wp-block-table td,
.page .l-contents__body .wp-block-table thead,
.page .l-contents__body .wp-block-table tr,
.page .l-contents__body .wp-block-table th,
.page .l-contents__body .wp-block-table td {
  border: solid 1px #FFF !important;
}
.single .l-contents__body .wp-block-table thead,
.page .l-contents__body .wp-block-table thead {
  border-bottom: 1px;
  background-color: #FFF !important;
}
.single .l-contents__body .wp-block-table thead th:first-child,
.page .l-contents__body .wp-block-table thead th:first-child {
  border-radius: 10px 0 0 0;
}
.single .l-contents__body .wp-block-table tr,
.page .l-contents__body .wp-block-table tr {
  border: none !important;
}
.single .l-contents__body .wp-block-table th,
.page .l-contents__body .wp-block-table th {
  color: #623F2B !important;
  font-weight: 400 !important;
  background-color: #C6AF83;
  padding: 15px 15px !important;
}
.single .l-contents__body .wp-block-table td,
.page .l-contents__body .wp-block-table td {
  background-color: #EDE1C9;
  padding: 15px 15px 17px !important;
}
.single .l-contents__body .wp-block-table.table-set table tr:first-child td:first-child,
.page .l-contents__body .wp-block-table.table-set table tr:first-child td:first-child {
  border-radius: 10px 0 0 0;
  overflow: hidden;
}
.single .l-contents__body .wp-block-table.table-set table td:first-child,
.page .l-contents__body .wp-block-table.table-set table td:first-child {
  background: #C6AF83;
  text-align: center;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  max-width: 367px;
  width: auto;
}
@media screen and (max-width: 780px) {
  .single .l-contents__body .wp-block-table.table-set table td:first-child,
  .page .l-contents__body .wp-block-table.table-set table td:first-child {
    max-width: 100%;
  }
}
.single .l-contents__body .wp-block-table.table-set table td:last-child,
.page .l-contents__body .wp-block-table.table-set table td:last-child {
  white-space: normal;
}
@media screen and (max-width: 780px) {
  .single .l-contents__body .wp-block-table.table-set table, .single .l-contents__body .wp-block-table.table-set tbody, .single .l-contents__body .wp-block-table.table-set tr, .single .l-contents__body .wp-block-table.table-set td,
  .page .l-contents__body .wp-block-table.table-set table,
  .page .l-contents__body .wp-block-table.table-set tbody,
  .page .l-contents__body .wp-block-table.table-set tr,
  .page .l-contents__body .wp-block-table.table-set td {
    display: block;
    width: 100%;
  }
  .single .l-contents__body .wp-block-table.table-set thead,
  .page .l-contents__body .wp-block-table.table-set thead {
    border-bottom: 0;
    background-color: #FFF !important;
  }
  .single .l-contents__body .wp-block-table.table-set td,
  .page .l-contents__body .wp-block-table.table-set td {
    padding: 14px 20px;
  }
  .single .l-contents__body .wp-block-table.table-set td:first-child,
  .page .l-contents__body .wp-block-table.table-set td:first-child {
    border-radius: 10px 0 0 0;
    text-align: center;
  }
}
.single .l-contents__body .wp-block-table.table-set_normal table tr:first-child td:first-child,
.page .l-contents__body .wp-block-table.table-set_normal table tr:first-child td:first-child {
  border-radius: 10px 0 0 0;
  overflow: hidden;
}
.single .l-contents__body .wp-block-table.table-set_normal table td:first-child,
.page .l-contents__body .wp-block-table.table-set_normal table td:first-child {
  background: #C6AF83;
  text-align: center;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  max-width: 367px;
  width: auto;
}
@media screen and (max-width: 780px) {
  .single .l-contents__body .wp-block-table.table-set_normal table td:first-child,
  .page .l-contents__body .wp-block-table.table-set_normal table td:first-child {
    max-width: 100%;
  }
}
.single .l-contents__body .wp-block-table.table-set_normal table td:last-child,
.page .l-contents__body .wp-block-table.table-set_normal table td:last-child {
  white-space: normal;
}
.single .l-contents__body .smb-btn,
.page .l-contents__body .smb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  padding: 20px 80px;
  border-radius: 10px;
}
@media screen and (max-width: 780px) {
  .single .l-contents__body .smb-btn,
  .page .l-contents__body .smb-btn {
    white-space: normal;
    font-size: 1rem;
    line-height: 1.5;
    padding: 15px 40px;
  }
}
@media screen and (max-width: 560px) {
  .single .l-contents__body .smb-btn,
  .page .l-contents__body .smb-btn {
    width: 100%;
    padding: 15px 30px;
  }
}
.single .l-contents__body .smb-btn::after,
.page .l-contents__body .smb-btn::after {
  content: "";
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: url(../img/arrow-ico-wh-brown.png) no-repeat center;
  background-size: 40px 40px;
}
@media screen and (max-width: 780px) {
  .single .l-contents__body .smb-btn::after,
  .page .l-contents__body .smb-btn::after {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
.single .l-contents__body .smb-btn-wrapper:not(.btn-blue):not(.is-style-ghost) .smb-btn:hover,
.page .l-contents__body .smb-btn-wrapper:not(.btn-blue):not(.is-style-ghost) .smb-btn:hover {
  background-color: #C6AF83;
  filter: none;
  color: #623F2B;
}
.single .l-contents__body .btn-blue .smb-btn,
.page .l-contents__body .btn-blue .smb-btn {
  background-color: #015E99;
  color: #fff;
}
.single .l-contents__body .btn-blue .smb-btn::after,
.page .l-contents__body .btn-blue .smb-btn::after {
  background: url(../img/arrow-ico-wh-blue.svg) no-repeat center;
  background-size: 40px 40px;
}
@media screen and (max-width: 780px) {
  .single .l-contents__body .btn-blue .smb-btn::after,
  .page .l-contents__body .btn-blue .smb-btn::after {
    background-size: 30px 30px;
  }
}
.single .l-contents__body .is-style-ghost .smb-btn:hover,
.page .l-contents__body .is-style-ghost .smb-btn:hover {
  background-color: #fff;
  filter: brightness(90%);
}
.single .l-contents__body .is-style-ghost .smb-btn::after,
.page .l-contents__body .is-style-ghost .smb-btn::after {
  background: url(../img/arrow-ico-beige.png) no-repeat center;
  background-size: 40px 40px;
}
@media screen and (max-width: 780px) {
  .single .l-contents__body .is-style-ghost .smb-btn::after,
  .page .l-contents__body .is-style-ghost .smb-btn::after {
    background-size: 30px 30px;
  }
}
.single .l-contents__body .btn-normal .smb-btn,
.page .l-contents__body .btn-normal .smb-btn {
  font-size: 1rem;
  padding: 14px 40px;
}
@media screen and (max-width: 360px) {
  .single .l-contents__body .btn-normal .smb-btn,
  .page .l-contents__body .btn-normal .smb-btn {
    padding: 14px 20px;
  }
}
.single .l-contents__body .img-radius img,
.page .l-contents__body .img-radius img {
  border-radius: 60px;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .single .l-contents__body .img-radius img,
  .page .l-contents__body .img-radius img {
    border-radius: 30px;
  }
}
.single .l-contents__body .radius-zero-tl img,
.page .l-contents__body .radius-zero-tl img {
  border-top-left-radius: 0;
}
.single .l-contents__body .radius-zero-tr img,
.page .l-contents__body .radius-zero-tr img {
  border-top-right-radius: 0;
}
.single .l-contents__body .radius-zero-bl img,
.page .l-contents__body .radius-zero-bl img {
  border-bottom-left-radius: 0;
}
.single .l-contents__body .radius-zero-br img,
.page .l-contents__body .radius-zero-br img {
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 780px) {
  .single .l-contents__body .wp-block-image.alignright,
  .single .l-contents__body .wp-block-image.alignleft,
  .page .l-contents__body .wp-block-image.alignright,
  .page .l-contents__body .wp-block-image.alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

/* リスト */
.single .c-entry__body ul.list-mini {
  list-style: none;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 1.4em;
  padding-right: 0.75em;
  margin-bottom: 60px;
}
.single .c-entry__body ul.list-mini li {
  position: relative;
  padding: 4px 0 15px;
  width: 100%;
}
.single .c-entry__body ul.list-mini li::before {
  content: "•";
  position: absolute;
  left: -1em;
  top: 0.3em;
  font-size: 0.8em;
}
.single .c-entry__body ul.list-mini li::after {
  content: "";
  position: absolute;
  left: -1em;
  bottom: 0;
  width: calc(100% + 1em);
  height: 1px;
  background-image: repeating-linear-gradient(to right, #C6AF83 0, #C6AF83 8px, transparent 8px, transparent 16px);
}

.single .c-entry__body ul.list-big,
ul.list-big {
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.5;
  padding-left: 1.4em;
  padding-right: 0.75em;
  margin-bottom: 60px;
}
@media screen and (max-width: 780px) {
  .single .c-entry__body ul.list-big,
  ul.list-big {
    font-size: 1.125rem;
  }
}
.single .c-entry__body ul.list-big li,
ul.list-big li {
  position: relative;
  padding: 12px 0 24px;
  width: 100%;
}
.single .c-entry__body ul.list-big li::before,
ul.list-big li::before {
  content: "•";
  position: absolute;
  left: -1em;
  top: 0.75em;
  font-size: 0.8em;
}
@media screen and (max-width: 780px) {
  .single .c-entry__body ul.list-big li::before,
  ul.list-big li::before {
    top: 1em;
  }
}
.single .c-entry__body ul.list-big li::after,
ul.list-big li::after {
  content: "";
  position: absolute;
  left: -1em;
  bottom: 0;
  width: calc(100% + 1em);
  height: 1px;
  background-image: repeating-linear-gradient(to right, #C6AF83 0, #C6AF83 8px, transparent 8px, transparent 16px);
}

.list-2col {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 40px;
       column-gap: 40px; /* 列間 */
}
@media screen and (max-width: 780px) {
  .list-2col {
    -moz-columns: 1;
         columns: 1;
  }
}
.list-2col li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.list-button {
  padding: 0 !important;
}
.list-button li {
  max-width: 710px;
  width: auto;
  text-align: center;
  padding: 10px 10px !important;
  margin: 0 auto 26px;
  background-color: #EDE1C9;
  border-radius: 15px;
}
@media screen and (max-width: 780px) {
  .list-button li {
    padding: 15px 10px !important;
  }
}
.list-button li::before {
  content: none !important;
  position: absolute;
  left: 0;
  top: 0;
}
.list-button li::after {
  content: none !important;
  left: 0;
}

.list-button__2col {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding: 0 !important;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 780px) {
  .list-button__2col {
    -moz-columns: 1;
         columns: 1;
  }
}
.list-button__2col li {
  width: 100%;
  text-align: center;
  padding: 20px 10px !important;
  margin-bottom: 26px;
  background-color: #EDE1C9;
  border-radius: 15px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media screen and (max-width: 780px) {
  .list-button__2col li {
    padding: 15px 10px !important;
  }
}
.list-button__2col li::before {
  content: none !important;
  position: absolute;
  left: 0;
  top: 0;
}
.list-button__2col li::after {
  content: none !important;
  left: 0;
}

.f16 {
  font-size: 1rem !important;
  line-height: 1.825 !important;
}

.f18 {
  font-size: 1.5rem !important;
  line-height: 1.825 !important;
}
@media screen and (max-width: 1024px) {
  .f18 {
    font-size: 1.25rem !important;
  }
}
@media screen and (max-width: 780px) {
  .f18 {
    font-size: 1rem !important;
  }
}

.c-entry__content > *:first-child {
  margin-top: 0 !important;
}

/* メタ：投稿者 */
.c-meta__item.c-meta__item--author {
  display: none;
}

/* *****************************************
	Component
***************************************** */
/* インナー対策 ＆ 全幅ブロック
-------------------- */
.single .l-contents__main,
.page .l-contents__main {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}
.single .l-contents__main .wp-block-snow-monkey-blocks-section.alignfull,
.single .l-contents__main .wp-block-snow-monkey-blocks-section-with-bgimage.alignfull,
.page .l-contents__main .wp-block-snow-monkey-blocks-section.alignfull,
.page .l-contents__main .wp-block-snow-monkey-blocks-section-with-bgimage.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* 下層ヘッダー画像調整
-------------------- */
.page .c-page-header,
.archive .c-page-header,
.single .category-visual,
.single .c-page-header {
  height: 380px;
}
@media screen and (max-width: 1023px) {
  .page .c-page-header,
  .archive .c-page-header,
  .single .category-visual,
  .single .c-page-header {
    height: 290px;
    margin-top: 68px;
  }
}
@media screen and (max-width: 780px) {
  .page .c-page-header,
  .archive .c-page-header,
  .single .category-visual,
  .single .c-page-header {
    height: 190px;
  }
}

.c-page-header__title,
.category-visual__title {
  font-size: 2rem;
  font-weight: 500;
  color: #623F2B;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 30px 30px 30px;
  padding: 30px;
  min-width: 500px;
  width: auto;
}
@media screen and (max-width: 780px) {
  .c-page-header__title,
  .category-visual__title {
    font-size: 1.125rem;
    border-radius: 0 15px 15px 15px;
    padding: 12px 30px;
    min-width: 380px;
    width: auto;
  }
}
@media screen and (max-width: 460px) {
  .c-page-header__title,
  .category-visual__title {
    min-width: 80%;
    width: auto;
  }
}

@media screen and (max-width: 780px) {
  .page .c-page-header__title {
    transform: translateY(-10px);
  }
}

.single .c-page-header__content {
  transform: translateY(10px);
}

/*
タイムテーブル
------------------------*/
.timetable {
  max-width: 100%;
  margin: 0 auto;
  color: #623F2B;
}

.timetable-table {
  width: 100%;
  padding: 5px 10px 10px;
  font-size: 1rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 520px) {
  .timetable-table {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 380px) {
  .timetable-table {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  .timetable-table {
    font-size: 0.825rem;
    letter-spacing: 0.1px;
  }
}

.timetable-table th,
.timetable-table tr {
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  padding: 4px 8px;
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .timetable-table th,
  .timetable-table tr {
    padding: 4px 6px;
  }
}
@media screen and (max-width: 540px) {
  .timetable-table th,
  .timetable-table tr {
    padding: 4px 4px;
  }
}
@media screen and (max-width: 410px) {
  .timetable-table th,
  .timetable-table tr {
    padding: 4px 2px;
  }
}
@media screen and (max-width: 380px) {
  .timetable-table th,
  .timetable-table tr {
    padding: 4px 0;
  }
}

.timetable-table th {
  color: #C6AF83;
}

.timetable__time {
  text-align: right;
  padding-right: 10px;
}

.holiday-info {
  font-size: 1rem;
  margin-top: 15px;
  line-height: 1.5;
}

.table-footer {
  transform: translateY(-15px);
}
.table-footer .timetable-wrap {
  width: 100%;
  border: solid 1px #623F2B;
  background-color: #FFF;
  border-radius: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .table-footer .timetable-wrap {
    width: 460px;
  }
}
@media screen and (max-width: 500px) {
  .table-footer .timetable-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .table-footer .timetable-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.table-header {
  width: 460px;
}
.table-header .timetable-wrap {
  background-color: #FFF;
  border-radius: 15px;
}
.table-header .holiday-info {
  text-align: center;
}

.table-mini .timetable-wrap {
  width: 460px;
  border: solid 1px #623F2B;
  background-color: #FFF;
  border-radius: 30px;
}
@media screen and (min-width: 500px) and (max-width: 780px) {
  .table-mini .timetable-wrap .timetable__time {
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  .table-mini .timetable-wrap {
    width: 100%;
  }
}

.table-big .timetable-wrap {
  width: 100%;
  border: solid 1px #623F2B;
  background-color: #FFF;
  border-radius: 30px;
}
.table-big .timetable-table {
  padding: 10px 15px 15px;
}
.table-big .timetable__time {
  text-align: center;
}

/*
サブメニュー展開矢印アイコン（ドロワー・フッター）
------------------------*/
.c-ic-angle-right::before {
  border-color: #623F2B;
  border-width: 3px 3px 0 0;
  height: 13px;
  width: 13px;
}

/*
リスト:ページ内メニューボタン
------------------------*/
.page-menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding-left: 0;
}
.page-menu-list li {
  margin-top: 0;
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 840px) {
  .page-menu-list li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 780px) {
  .page-menu-list li {
    width: 100%;
  }
}
.page-menu-list li a {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  padding: 20px 20px;
  background-color: #EDE1C9;
  border-radius: 15px 15px 0 15px;
  transition: 0.3s ease;
}
@media screen and (max-width: 1110px) {
  .page-menu-list li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 780px) {
  .page-menu-list li a {
    padding: 15px 20px;
    border-radius: 10px 10px 0 10px;
  }
}
.page-menu-list li a:hover {
  filter: brightness(90%);
}

/*
リスト：リンク装飾
------------------------*/
.list-button__link-brown,
.list-button__link-brown {
  list-style: none;
  padding: 0;
  margin: 0 0 60px;
}
.list-button__link-brown li,
.list-button__link-brown li {
  margin-top: 0;
}
.list-button__link-brown li a,
.list-button__link-brown li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #623F2B;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  border-radius: 15px;
  text-decoration: none;
  transition: all 0.25s ease;
}
@media screen and (max-width: 1024px) {
  .list-button__link-brown li a,
  .list-button__link-brown li a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 780px) {
  .list-button__link-brown li a,
  .list-button__link-brown li a {
    font-size: 1rem;
  }
}
.list-button__link-brown li a::after,
.list-button__link-brown li a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fff url("../img/arrow-ico-wh-brown.png") center/18px 18px no-repeat;
  background-size: 40px;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .list-button__link-brown li a::after,
  .list-button__link-brown li a::after {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}
.list-button__link-brown li a:hover,
.list-button__link-brown li a:hover {
  background-color: #C6AF83;
  color: #623F2B;
}

.brown-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
  -moz-column-gap: 110px;
       column-gap: 110px;
  row-gap: 40px;
}
@media screen and (max-width: 1200px) {
  .brown-2col {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .brown-2col {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 780px) {
  .brown-2col {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.brown-2col li {
  margin-top: 0;
}
.brown-2col li a {
  min-height: 74px;
  padding: 0 60px 0 20px;
}
@media screen and (max-width: 780px) {
  .brown-2col li a {
    min-height: 64px;
    padding: 0 50px 0 15px;
  }
}
.brown-2col li a::after {
  right: 25px;
}
@media screen and (max-width: 1024px) {
  .brown-2col li a::after {
    right: 16px;
  }
}

.brown-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .brown-4col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 780px) {
  .brown-4col {
    grid-template-columns: repeat(1, 1fr);
  }
}
.brown-4col li {
  margin-top: 0;
}
.brown-4col li a {
  min-height: 80px;
  padding: 30px 60px 30px 20px;
}
@media screen and (max-width: 1200px) {
  .brown-4col li a br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .brown-4col li a {
    min-height: 74px;
    padding: 0px 60px 0px 20px;
  }
}
@media screen and (max-width: 780px) {
  .brown-4col li a {
    min-height: 64px;
    padding: 0 50px 0 15px;
  }
}

.list-button__link-softcolor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 30px;
  padding: 0 !important;
  list-style: none;
  margin-bottom: 60px;
}
@media screen and (max-width: 780px) {
  .list-button__link-softcolor {
    grid-template-columns: 1fr;
  }
}
.list-button__link-softcolor li {
  position: relative;
  padding: 0 !important;
  margin-top: 0;
  width: 100%;
}
.list-button__link-softcolor li a {
  position: relative;
  display: block;
  color: #623F2B;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  width: 100%;
  background-color: #EDE1C9;
  padding: 25px 10px;
  border-radius: 15px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .list-button__link-softcolor li a {
    padding: 20px 50px 20px 20px;
  }
}
@media screen and (max-width: 780px) {
  .list-button__link-softcolor li a {
    min-height: 64px;
  }
}
.list-button__link-softcolor li a:hover {
  filter: brightness(90%);
}
.list-button__link-softcolor li a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fff url("../img/arrow-ico-wh-brown.png") center/16px 16px no-repeat;
  background-size: 40px 40px;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .list-button__link-softcolor li a::after {
    right: 16px;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}

.c-link-card .smb-items__item {
  position: relative;
  background: #C6AF83;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 6px 6px 0 #623F2B;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
@media screen and (max-width: 1024px) {
  .c-link-card .smb-items__item {
    padding: 30px 20px 20px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 780px) {
  .c-link-card .smb-items__item {
    width: 70%;
    padding: 30px 20px 20px !important;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 420px) {
  .c-link-card .smb-items__item {
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .c-link-card .c-row[data-lg-columns="3"] {
    --_item-width: 33.3333333333% !important;
  }
}
@media screen and (max-width: 780px) {
  .c-link-card .c-row[data-lg-columns="3"] {
    --_item-width: 100% !important;
  }
}
.c-link-card .smb-items__item:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #623F2B;
}
.c-link-card .wp-block-snow-monkey-blocks-items-item-block-link .smb-items__item {
  display: flex;
  flex-direction: column;
}
.c-link-card .wp-block-snow-monkey-blocks-items-item-block-link .smb-items__item__body {
  order: -1;
  margin-bottom: 7px;
}
.c-link-card .wp-block-snow-monkey-blocks-items-item-block-link .smb-items__item__figure {
  margin-bottom: 2px !important;
}
.c-link-card .smb-items__item__body > p,
.c-link-card .smb-items__item__body > .smb-items__item__content {
  position: relative;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 16px;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 46px;
}
.c-link-card .smb-items__item__body > p::after,
.c-link-card .smb-items__item__body > .smb-items__item__content::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fff url("../img/arrow-ico-wh-brown.svg") center/18px 18px no-repeat;
  background-size: 40px 40px;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .c-link-card .smb-items__item__body > p::after,
  .c-link-card .smb-items__item__body > .smb-items__item__content::after {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
}
.c-link-card .wp-block-image,
.c-link-card .smb-items__item__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 0 30px 30px 30px;
  padding: 10px;
  height: 270px;
}
@media screen and (max-width: 1200px) {
  .c-link-card .wp-block-image,
  .c-link-card .smb-items__item__figure {
    height: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .c-link-card .wp-block-image,
  .c-link-card .smb-items__item__figure {
    height: auto;
    padding: 25px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .c-link-card .wp-block-image,
  .c-link-card .smb-items__item__figure {
    border-radius: 0 20px 20px 20px;
  }
}
.c-link-card .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
}
.c-link-card .c-row--margin > .c-row__col {
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 768px) {
  .c-link-card .smb-items__item {
    padding: 20px 16px 24px;
  }
  .c-link-card .smb-items__item__body > p,
  .smb-items__item__body > .smb-items__item__content {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
  .c-l__card02 p,
  .c-l__card02 .smb-items__item__content {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1120px) {
  .c-l__card02 p,
  .c-l__card02 .smb-items__item__content {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 900px) and (min-width: 780px) {
  .c-l__card02 p,
  .c-l__card02 .smb-items__item__content {
    line-height: 1.5;
    min-height: 3em;
    display: flex;
    align-items: center; /* ← 上下中央 */
  }
}
@media screen and (max-width: 780px) {
  .c-l__card02 p,
  .c-l__card02 .smb-items__item__content {
    letter-spacing: 1px;
  }
}

/*
リンクボタン（矢印アイコンのみ）
------------------------*/
.link-btn a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #623F2B;
  text-decoration: none;
}
.link-btn a:hover {
  text-decoration: underline;
}
.link-btn a::after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #C6AF83;
  background: #C6AF83 url("../img/arrow-ico-only.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  flex-shrink: 0;
  transition: background 0.25s ease, transform 0.25s ease;
}
.link-btn a:hover::after {
  background: #623F2B url("../img/arrow-ico-only.svg");
  background-size: 24px;
}

/* *****************************************
	ヘッダー
**************************************** */
.c-section {
  padding-top: 0;
}

/* 
ヘッダー部分のロゴ突き抜け
------------------------*/
.l-header {
  overflow: visible;
  padding-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .l-header {
    background-color: #EDE1C9;
    padding: 8px 0;
  }
}

.c-section {
  padding-top: 0;
}

.custom-logo-link {
  position: absolute;
  top: 0;
  transform: translateX(-90px);
  background-color: #FFF;
  padding: 45px 22px 27px;
  border-radius: 0 0 15px 15px;
  z-index: 10;
}
@media screen and (min-width: 1024px) and (max-width: 1324px) {
  .custom-logo-link {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1023px) {
  .custom-logo-link {
    padding: 18px 12px;
    transform: translateX(0);
  }
}
.custom-logo-link img.custom-logo {
  width: 130px !important;
}
@media screen and (max-width: 1023px) {
  .custom-logo-link img.custom-logo {
    width: 55px !important;
  }
}

/*
ヘッダーレイアウト（左2段 + ボタンエリア）
------------------------*/
.p-global-nav {
  width: 600px;
  margin-left: 100px;
}
@media screen and (min-width: 1024px) and (max-width: 1324px) {
  .p-global-nav {
    width: 80%;
    margin-left: 190px;
  }
}

@media screen and (min-width: 1024px) {
  .l-2row-header__row {
    display: flex;
    justify-content: flex-start;
  }
  .l-2row-header__row .c-header-content {
    margin-left: 70px;
    width: 600px;
    text-align: center;
    padding: 15px 20px 5px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1324px) {
  .l-2row-header__row .c-header-content {
    margin-left: 160px;
    width: 380px;
  }
}
.p-header-sub-nav {
  width: 400px;
  margin-left: auto;
  padding-top: 30px;
}
@media screen and (min-width: 1024px) and (max-width: 1324px) {
  .p-header-sub-nav {
    transform: translate(-20px, -12px);
  }
}

@media screen and (min-width: 1023px) {
  .l-2row-header__row {
    margin-top: -80px;
  }
}
/*
ヘッダー
------------------------*/
.p-global-nav .c-navbar__item > a {
  padding: 0 !important;
  margin-bottom: 20px;
  font-size: 1rem;
  color: #623F2B;
  font-weight: 400;
  line-height: 0.9375rem;
  border-left: solid #623F2B 1px;
}
.p-global-nav .c-navbar__item > a:hover {
  text-decoration: underline;
}
.p-global-nav .c-navbar__item:nth-child(1) > a {
  border-left: none;
}
.p-global-nav .link-none-pointer > a {
  pointer-events: none;
  cursor: default;
}
.p-global-nav .link-none-pointer > a:hover {
  color: #C6AF83;
}
.p-global-nav .link-none-pointer[data-submenu-visibility=visible] > a {
  color: #C6AF83;
  transform: 0.8s;
}
.p-global-nav .c-navbar__item[aria-haspopup=true]::before {
  border-bottom-color: #FFF;
  filter: drop-shadow(3px 3px 3px #623f2b);
}
.p-global-nav .c-navbar__submenu {
  background-color: #FFF;
  padding: 0;
  border-radius: 10px;
  box-shadow: 4px 4px 3px rgba(98, 63, 43, 0.5);
}
.p-global-nav .c-navbar__submenu a {
  font-size: 1rem;
  color: #623F2B;
  display: block;
  padding: 10px 16px;
}
.p-global-nav .c-navbar__submenu li a:hover {
  text-decoration: underline;
}
.p-global-nav .c-navbar__submenu .c-navbar__subitem:first-child > a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.p-global-nav .c-navbar__submenu .c-navbar__subitem:last-child > a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.l-header__drop-nav[aria-hidden=false] .p-global-nav {
  width: 100%;
  margin-left: 0;
}
.l-header__drop-nav[aria-hidden=false] .p-global-nav .c-navbar__item > a {
  padding: 20px !important;
  border: none;
  margin-bottom: 0;
}

/* サブナビアイコン：全体 */
.subnav-ico a {
  padding-left: 55px !important;
}

.ico-doctor {
  background: url(../img/menu-ico-doctor.png) no-repeat;
  background-position: 20px center;
}

.ico-clinic {
  background: url(../img/menu-ico-clinic.png) no-repeat;
  background-position: 20px center;
}

.ico-time {
  background: url(../img/menu-ico-time.png) no-repeat;
  background-position: 20px center;
}

.ico-map {
  background: url(../img/menu-ico-map.png) no-repeat;
  background-position: 20px center;
}

/*
ヘッダー：電話番号
------------------------*/
.header-tel {
  display: inline-flex;
  align-items: center;
  color: #623F2B;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.001px;
}
.header-tel::before {
  content: "";
  width: 35px;
  height: 41px;
  margin-right: 0.4em;
  background: url(../img/head-tel-ico.svg) no-repeat center bottom/contain;
}

/*
ヘッダー：ボタン
------------------------*/
.t-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 0.3s ease;
}

.t-btn:hover {
  filter: brightness(90%);
}

.t-btn > a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.t-btn > a:hover {
  text-decoration: none !important;
}

.t-btn__reserve {
  background-color: #015E99;
  color: #fff;
}
.t-btn__reserve a::before {
  content: "";
  width: 40px;
  height: 40px;
  margin-right: 0.4em;
  background: url(../img/head-reserve.svg) no-repeat center/contain;
}

.t-btn__line {
  background-color: #61D800;
  color: #fff;
}
.t-btn__line a::before {
  content: "";
  width: 40px;
  height: 41px;
  margin-right: 0.4em;
  background: url(../img/head-line.svg) no-repeat center/contain;
}

.t-btn__header {
  padding: 8px 15px;
  border-radius: 10px;
  font-size: 1.875em;
  line-height: 1;
  width: 187px;
}
.t-btn__header a {
  display: inline-flex;
  align-items: center;
  position: relative;
  top: -2px;
}
.t-btn__header a::before {
  position: relative;
  top: 2px;
}

.t-btn__footer {
  padding: 0.9em 1.6em;
  border-radius: 12px;
  font-size: 1.5em;
}

/*
スマホ ヘッダー＆ハンバーガー 
-------------------- */
@media screen and (max-width: 1024px) {
  .l-header .c-site-branding {
    margin-top: 2px;
  }
  .l-header .l-2row-header__row {
    margin-bottom: 8px;
  }
  .l-header .l-header__content {
    padding-bottom: 0;
  }
  .l-header .c-container {
    padding-left: 15px;
    padding-right: 0;
  }
  .c-hamburger-btn__bars {
    position: relative;
    width: 36px !important;
    height: 30px;
    margin-bottom: 0;
  }
  .c-hamburger-btn__bar {
    position: absolute;
    left: 0;
    background-color: #623F2B !important;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    margin: 0;
    transform: none;
  }
  .c-hamburger-btn__bar:nth-child(1) {
    top: 0;
  }
  .c-hamburger-btn__bar:nth-child(2) {
    top: 12px;
  }
  .c-hamburger-btn__bar:nth-child(3) {
    top: 24px;
  }
  .c-hamburger-btn[aria-expanded=true] .c-hamburger-btn__bar:nth-child(2) {
    opacity: 0;
  }
  .c-hamburger-btn {
    padding: 0 20px;
  }
  .c-hamburger-btn[aria-expanded=true] {
    transform: translate(20px, 18px);
  }
}
/*
スマホ ドロワーメニュー
-------------------- */
.c-drawer {
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
  background-color: #FFF;
}
.c-drawer .c-drawer__menu {
  position: absolute;
  top: 80px;
  list-style: none;
  color: #623F2B;
  text-align: center;
  width: 95%;
  margin: 5px auto 40px;
  padding: 0;
  transform: translateX(-7px);
  /* サブメニューを持つ項目 */
}
.c-drawer .c-drawer__menu li {
  padding-bottom: 8px;
}
.c-drawer .c-drawer__menu a {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  height: 42px;
  transition: color 0.2s ease;
}
.c-drawer .c-drawer__menu a:hover {
  text-decoration: underline;
}
.c-drawer .c-drawer__menu .c-drawer__item--has-submenu {
  position: relative;
  display: block;
  /* a を基準に中央寄せ */
}
.c-drawer .c-drawer__menu .c-drawer__item--has-submenu > a {
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  height: 42px;
  margin: 0 auto;
  padding-right: 42px;
}
.c-drawer .c-drawer__menu .c-drawer__item--has-submenu > .c-drawer__toggle {
  position: absolute;
  top: 4px;
  left: 53%;
  transform: translateX(calc(50% + 4px));
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-drawer .c-drawer__menu .c-drawer__item--has-submenu .c-ic-angle-right::before {
  border-color: #623F2B;
}
.c-drawer .c-drawer__menu .c-drawer__item--has-submenu .c-ic-angle-right {
  transform: translateX(2px);
  transition: transform 0.2s ease;
}
.c-drawer .c-drawer__menu .c-drawer__item--has-submenu .c-drawer__toggle[aria-expanded=false] .c-ic-angle-right {
  transform: translateX(2px) rotate(90deg);
}
.c-drawer .c-drawer__menu .c-drawer__item--has-submenu .c-drawer__toggle[aria-expanded=true] .c-ic-angle-right {
  transform: translateX(2px) rotate(-90deg);
}
.c-drawer .c-drawer__menu .c-drawer__submenu {
  width: -moz-max-content;
  width: max-content;
  margin: 0px auto 0;
  text-align: left;
  padding: 0;
  padding-right: 20px;
}
.c-drawer .c-drawer__menu .c-drawer__submenu li {
  border-bottom: solid 1px #623F2B;
  height: 50px;
}

/* *****************************************
	フッター
***************************************** */
.l-footer {
  border-top: 0;
  background-color: #FFF;
}
@media (max-width: 1023px) {
  .l-footer .wp-block-columns {
    flex-direction: column !important;
  }
  .l-footer .wp-block-column {
    width: 100% !important;
  }
}
@media (max-width: 780px) {
  .l-footer .wp-block-snow-monkey-blocks-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.l-footer-widget-area {
  padding-top: 0 !important;
  margin: 0 !important;
}

@media (max-width: 780px) {
  .l-footer .c-row > .c-row__col {
    margin-bottom: 0 !important;
  }
  .l-footer-widget-area__item .wp-block-snow-monkey-blocks-section {
    padding-top: 0 !important;
  }
}
.footer-img {
  width: 100vw;
  height: 460px;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .footer-img {
    display: none;
  }
}
.footer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.footer-logo {
  width: 190px;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.l-footer .footer-logo {
  margin-left: 0;
  margin-right: auto;
  align-self: flex-start;
}

.footer-address {
  font-size: 1rem;
}

.footer-tel {
  display: inline-flex;
  align-items: center;
  color: #623F2B;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.001px;
  margin-top: 10px !important;
}
@media (max-width: 360px) {
  .footer-tel {
    font-size: 1.6725rem;
  }
}
.footer-tel::before {
  content: "";
  width: 55px;
  height: 55px;
  margin-right: 0.4em;
  background: url(../img/footer-tel-ico.svg) no-repeat center bottom/contain;
}

@media (max-width: 1023px) {
  .footer-map-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* フッター：ボタン */
.footer-btn__reserve,
.footer-btn__line {
  display: inline-block;
  width: 100%;
  max-width: 450px;
  margin: 0 10px;
}
.footer-btn__reserve .smb-btn,
.footer-btn__line .smb-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 90px;
  border-radius: 17px;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1;
  text-decoration: none;
}

.footer-btn__reserve .smb-btn {
  background-color: #015E99;
  color: #fff;
}
.footer-btn__reserve .smb-btn::before {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url("../img/footer-reserve.svg");
}

.footer-btn__line .smb-btn {
  background-color: #fff;
  color: #623F2B;
  border: 1px solid #61D800;
}
.footer-btn__line .smb-btn::before {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url("../img/footer-line.svg");
}

/* フッターメニュー */
.widget_nav_menu .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget_nav_menu .menu li {
  margin-top: 0;
  font-size: 1rem;
}

.widget_nav_menu .menu > li.menu-item-has-children > a {
  display: inline-block;
  padding-right: calc(var(--_space) + 5px);
}

.widget_nav_menu .children-expander {
  border-radius: 50%;
}

.sub-menu {
  width: -moz-max-content;
  width: max-content;
  margin: 0px auto 0;
  text-align: left;
  padding: 0;
  padding-right: 20px;
}

/* コピーライト */
.c-copyright {
  font-size: 1rem;
  text-align: center;
  color: #623F2B;
  background-color: #FFF;
}
@media screen and (max-width: 780px) {
  .c-copyright {
    font-size: 0.75rem;
  }
}

/*
フッター：スマホ
-------------------- */
@media (max-width: 1023px) {
  .wp-block-columns {
    flex-direction: column;
  }
  .footer-map-wrap {
    order: -1;
  }
  .footer-info-block {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  .footer-info-block .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
  /* iframe[src*="google.com/maps"] {
  	display: none;
  } */
  .footer-btn-wrap {
    display: none !important;
  }
  .widget_nav_menu .menu {
    display: flex;
    flex-direction: column;
    text-align: center;
    transform: translateY(-60px);
  }
}
@media screen and (max-width: 780px) {
  .footer-map-wrap iframe {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    height: 350px;
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer .footer-info-block {
    border-bottom: solid 1px #C6AF83;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 780px) {
  .l-footer .footer-info-block {
    padding-bottom: 30px;
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 780px) {
  .l-footer .footer-info-block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .l-footer .timetable-wrap {
    width: auto;
  }
  .l-footer table {
    width: auto !important;
  }
}
/*
スマホ：下部固定ボタン と PCでは横の追従ボタン
-------------------- */
.p-footer-sticky-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 10px;
  z-index: 999;
  background: transparent !important;
  box-shadow: none;
}
.p-footer-sticky-nav .c-navbar {
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  justify-content: center;
  gap: 20px;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item {
  flex: 0 0 150px;
  text-align: center;
  margin: 0;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item > a {
  display: flex !important;
  flex-direction: row;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px;
  height: 50px;
  line-height: 1 !important;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff !important;
  border-radius: 13px;
  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-reserv > a {
  background-color: #015E99 !important;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item.btn-reserv > a::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url("../img/sp-footer-reserve.svg") no-repeat center/contain;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item.btn-line > a {
  background-color: #61D800;
  color: #FFF;
}
.p-footer-sticky-nav .c-navbar .c-navbar__item.btn-line > a::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url("../img/sp-footer-line.svg") no-repeat center/contain;
  flex-shrink: 0;
}
@media screen and (max-width: 780px) {
  .p-footer-sticky-nav .c-navbar {
    flex-direction: row !important;
  }
}

@media screen and (min-width: 1024px) {
  .p-footer-sticky-nav {
    display: block !important;
    top: 40%;
    bottom: auto;
    left: auto;
    right: 30px;
    width: auto;
    padding: 0;
    background: none !important;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .p-footer-sticky-nav.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .p-footer-sticky-nav .c-navbar {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  .p-footer-sticky-nav .c-navbar__item {
    flex: none !important;
    width: auto !important;
  }
  /* 丸ボタン化 */
  .p-footer-sticky-nav .c-navbar__item > a {
    width: 90px !important;
    height: 90px !important;
    min-height: 0 !important;
    border-radius: 50% !important;
    flex-direction: column !important;
    gap: 8px;
    font-size: 0.9375rem !important;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 2px 0 0 !important;
  }
  /* アイコン上・文字下に */
  .p-footer-sticky-nav .c-navbar__item > a::before {
    margin-bottom: 4px;
    order: 2;
    width: 28px !important;
    height: 28px !important;
  }
  /* 予約ボタン */
  .p-footer-sticky-nav .btn-reserv > a {
    background-color: #015E99 !important;
  }
  /* LINEボタン */
  .p-footer-sticky-nav .btn-line > a {
    font-size: 0 !important;
    background-color: #fff !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 2px 3px rgba(0, 0, 0, 0.06);
  }
  /* LINEアイコン */
  .p-footer-sticky-nav .btn-line > a::before {
    background: url("../img/pc-side-line.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }
  .p-footer-sticky-nav .btn-line > a::after {
    content: "お問合せ" !important;
    font-size: 0.9rem !important;
    color: #623F2B;
  }
}
/* to Top */
.c-page-top {
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 20px;
  background-color: rgba(98, 63, 43, 0.8);
}
@media screen and (min-width: 1024px) {
  .c-page-top {
    bottom: 20px !important;
    right: 10px !important;
  }
}

/* *****************************************
	投稿
***************************************** */
.single .c-page-header__meta {
  color: #623F2B;
}

/* メタ */
.c-meta__item--categories,
.c-meta__item--modified {
  display: none;
}

/* *****************************************
	固定ページ
***************************************** */
@media screen and (max-width: 780px) {
  .page .l-contents__body {
    background-color: #FFF;
    border-radius: 30px 30px 0 0;
    transform: translateY(-30px);
  }
}
.page .c-page-header__title {
  color: #015E99;
}
.page .wp-block-snow-monkey-blocks-section {
  padding-left: calc(var(--_container-margin-left) + 20px);
  padding-right: calc(var(--_container-margin-left) + 20px);
}
@media screen and (max-width: 780px) {
  .page .wp-block-snow-monkey-blocks-section {
    padding-left: var(--_container-margin-left);
    padding-right: var(--_container-margin-left);
  }
}

.section-anchor {
  scroll-margin-top: 60px;
}
@media screen and (max-width: 780px) {
  .section-anchor {
    scroll-margin-top: 0px;
  }
}

.page-bg__sub-color {
  background-color: #EDE1C9;
}

h2.smb-section__title,
h3.smb-section__title,
.h3-page-title {
  font-family: "Yu Mincho", "YuMincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 500;
}

h2.smb-section__title {
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 780px) {
  h2.smb-section__title {
    font-size: 1.725rem;
  }
}

h3.smb-section__title,
.h3-page-title {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* 上のアクセント */
}
@media screen and (max-width: 780px) {
  h3.smb-section__title,
  .h3-page-title {
    padding-top: 20px;
    font-size: 1.5rem;
  }
}
h3.smb-section__title::before,
.h3-page-title::before {
  content: "";
  display: block;
  width: 90px;
  height: 50px;
  margin-bottom: 18px;
  background-image: url("../img/blue-accent.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/*
糖尿病内科
-------------------- */
.page-id-56 #toc_container {
  display: none !important;
}

.page-id-56 .l-contents__inner {
  padding-bottom: 0 !important;
}
@media screen and (min-width: 420px) {
  .page-id-56 h2.smb-section__title br {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  .page-id-56 h3.smb-section__title br {
    display: none;
  }
}

.list-page-point {
  width: 710px;
}
@media screen and (max-width: 780px) {
  .list-page-point {
    width: 100%;
  }
}

.diabetes-type__white-wrap {
  background-color: #FFF;
  border-radius: 15px;
  padding: 45px 90px;
}
@media screen and (max-width: 1200px) {
  .diabetes-type__white-wrap {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .diabetes-type__white-wrap {
    padding: 40px 20px;
  }
}
.diabetes-type__white-wrap .smb-box__background {
  border: none !important;
}

.gappei-li br {
  display: none;
}

@media screen and (max-width: 780px) {
  .last-block-sp0 {
    margin-bottom: -30px;
  }
}

/* *****************************************
　アーカイブ
***************************************** */
/*
お知らせ アーカイブ
-------------------- */
.post-type-archive-news,
.archive {
  background-color: #EDE1C9;
}
.post-type-archive-news .l-contents__inner,
.archive .l-contents__inner {
  padding-bottom: 90px;
}
.post-type-archive-news h1.c-page-header__title,
.archive h1.c-page-header__title {
  color: #015E99;
  font-weight: 500;
}
.post-type-archive-news h2.c-entry-summary__title,
.archive h2.c-entry-summary__title {
  font-size: 1.5rem;
}
.post-type-archive-news .c-entries--text,
.archive .c-entries--text {
  border: none;
}
.post-type-archive-news .c-entries__item,
.archive .c-entries__item {
  border: none;
  margin-bottom: 30px;
}
.post-type-archive-news .c-entries__item a,
.archive .c-entries__item a {
  position: relative;
  padding: 45px 100px;
  border-radius: 15px;
  background-color: #FFF;
  transition: 0.3s ease;
}
@media screen and (max-width: 780px) {
  .post-type-archive-news .c-entries__item a,
  .archive .c-entries__item a {
    padding: 15px 44px;
  }
  .post-type-archive-news .c-entries__item a .c-meta__item,
  .archive .c-entries__item a .c-meta__item {
    font-size: 0.875rem;
  }
  .post-type-archive-news .c-entries__item a .c-entry-summary__title,
  .archive .c-entries__item a .c-entry-summary__title {
    font-size: 1rem;
  }
}
.post-type-archive-news .c-entries__item a:hover,
.archive .c-entries__item a:hover {
  background-color: #f5f5f5;
}
.post-type-archive-news .c-entries__item a::before,
.archive .c-entries__item a::before {
  content: "";
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url("../img/arrow-ico-beige.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 780px) {
  .post-type-archive-news .c-entries__item a::before,
  .archive .c-entries__item a::before {
    content: none;
  }
}

/*
お知らせ 個別ページ
-------------------- */
.single-news {
  background-color: #EDE1C9;
}
@media screen and (max-width: 1023px) {
  .single-news {
    background-color: #C6AF83;
  }
}
.single-news .p-breadcrumbs-wrapper {
  transform: translateY(105px);
}
.single-news .l-contents__inner {
  padding-bottom: 120px !important;
}
.single-news .news {
  background-color: #FFF;
  padding: 50px 90px;
  margin-top: 105px;
  border-radius: 15px;
}
@media screen and (max-width: 1023px) {
  .single-news .news {
    padding: 24px 15px;
  }
  .single-news .news .c-entry__title {
    font-size: 1rem;
    font-weight: 500;
  }
  .single-news .news .c-meta__item {
    font-size: 0.875rem;
  }
  .single-news .news .c-entry__header {
    display: flex;
    flex-direction: column;
  }
  .single-news .news .c-entry__meta {
    order: 1;
    margin-bottom: 8px;
  }
  .single-news .news .c-entry__title {
    order: 2;
  }
}
.single-news .c-entry__footer {
  display: none;
}

/* *****************************************
	Home
***************************************** */
/* 
Home Common
-------------------- */
.home h2.smb-section__title {
  font-size: 2rem;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .home h2.smb-section__title {
    font-size: 1.5rem;
    margin-top: 4px;
  }
}
.home h3.smb-media-text__title {
  font-family: "Yu Mincho", "YuMincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .home h3.smb-media-text__title {
    font-size: 1.5rem;
  }
}
.home .smb-section__subtitle {
  color: #015E99;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Caveat", cursive;
  letter-spacing: 0.1px;
  line-height: 1;
}
.home .smb-section__header {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .home .smb-section__header {
    text-align: center;
  }
}
.home .wp-block-snow-monkey-blocks-section {
  padding-left: 0;
  padding-right: 0;
}

/* 
Home Contents
-------------------- */
/* HERO */
.hero {
  position: relative;
  width: 100vw;
  overflow: visible;
}
@media (max-width: 780px) {
  .hero {
    padding-bottom: 10px;
  }
}
.hero .swiper-slide {
  position: relative;
  height: 650px;
  overflow: hidden;
}
@media (max-width: 780px) {
  .hero .swiper-slide {
    margin-top: 68px;
    height: calc(100vh - 68px);
  }
}
.hero .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 60px 0;
}
@media (max-width: 780px) {
  .hero .swiper-slide img {
    border-radius: 0;
  }
}
@media (min-width: 1024px) {
  .hero .slide01 img {
    width: 185%;
    height: 185%;
    -o-object-position: 52% -230px;
       object-position: 52% -230px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1023px) {
  .hero .slide01 img {
    width: 185%;
    height: 185%;
    -o-object-position: 58% -230px;
       object-position: 58% -230px;
  }
}
@media (max-width: 780px) {
  .hero .slide01 img {
    width: 110%;
    height: 110%;
    -o-object-position: 69% -65px;
       object-position: 69% -65px;
  }
}
@media (max-width: 780px) {
  .hero .slide02 img {
    -o-object-position: 20% 0;
       object-position: 20% 0;
  }
}
.hero .slide03 img {
  width: 150%;
  height: 150%;
}
@media (min-width: 1024px) {
  .hero .slide03 img {
    -o-object-position: 52% -80px;
       object-position: 52% -80px;
  }
}
.hero .hero-text {
  position: absolute;
  z-index: 2;
  font-family: "Yu Mincho", "YuMincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif !important;
  font-size: 3rem !important;
  line-height: 1.5;
  letter-spacing: 10px;
  color: #623F2B !important;
  text-shadow: 0 0 4px rgb(255, 255, 255), 0 0 4px rgb(255, 255, 255), 0 0 4px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255);
}
@media (max-width: 1024px) {
  .hero .hero-text {
    font-size: 2rem !important;
  }
}
@media (max-width: 780px) {
  .hero .hero-text {
    font-weight: 600;
    font-size: 1.25rem !important;
    letter-spacing: 4px;
    line-height: 1.725;
  }
}
@media (max-width: 420px) {
  .hero .hero-text {
    font-size: 1.125rem !important;
    letter-spacing: 2px;
  }
}
.hero .band01 {
  top: 55%;
  left: 14%;
  transform: translateY(-50%);
  text-align: left;
}
@media (max-width: 1200px) {
  .hero .band01 {
    top: 47%;
    left: 6%;
  }
}
@media (max-width: 1024px) {
  .hero .band01 {
    top: 55%;
    left: 10%;
  }
}
.hero .band02 {
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
  padding: 35px 0;
}
@media (max-width: 780px) {
  .hero .band02 {
    background: none;
    text-align: left;
  }
}
.hero .band03 {
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
  padding: 35px 0;
}
@media (max-width: 780px) {
  .hero .band03 {
    background: none;
    text-align: left;
  }
}
@media (max-width: 780px) {
  .hero .band01,
  .hero .band02,
  .hero .band03 {
    top: 50%;
    left: 20px;
    right: 20px;
    text-align: left;
  }
}
@media (max-width: 420px) {
  .hero .band01,
  .hero .band02,
  .hero .band03 {
    top: 50%;
    left: 20px;
    right: 20px;
  }
}
.hero .swiper-pagination {
  position: absolute;
  transform: translateY(50px);
  z-index: 5;
}
@media (max-width: 780px) {
  .hero .swiper-pagination {
    display: none;
  }
}
.hero .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #C6AF83;
  opacity: 1;
  margin: 0 12px !important;
}
.hero .swiper-pagination-bullet-active {
  background: #623F2B;
  transform: scale(1.2);
}
.hero .hero-timetable {
  position: absolute;
  right: 9%;
  bottom: 17px;
  z-index: 5;
}
@media (max-width: 1200px) {
  .hero .hero-timetable {
    right: 6%;
  }
}
@media (max-width: 1024px) {
  .hero .hero-timetable {
    display: none;
  }
}
.hero .hero-timetable .timetable-wrap {
  padding: 0 !important;
}
.hero .hero-timetable .holiday-info {
  font-size: 1rem;
  margin-top: 10px !important;
  text-shadow: 0 0 4px rgb(255, 255, 255), 0 0 4px rgb(255, 255, 255), 0 0 4px rgb(255, 255, 255), 0 0 4px rgb(255, 255, 255), 0 0 4px rgb(255, 255, 255);
}

/* 特別なお知らせ
-------------------- */
.massageOn {
  display: block;
}

.massageOff {
  height: 5px;
}
@media (max-width: 780px) {
  .massageOff {
    height: 0;
  }
}
.massageOff .post-inner {
  display: none;
}

.pickup-news {
  position: relative;
  display: inline-block;
  background: #F6F5EA;
  border-radius: 30px;
  padding: 20px 40px 15px;
  margin-top: 60px;
  margin-bottom: 10px;
  min-width: 500px;
}
@media (max-width: 780px) {
  .pickup-news {
    padding: 15px 20px;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 30px;
    min-width: 100%;
  }
}
.pickup-news__label {
  position: absolute;
  top: -30px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #C6AF83;
  color: #fff;
  padding: 9px 24px;
  border-radius: 10px;
}
@media (max-width: 780px) {
  .pickup-news__label {
    top: -57px;
    left: 0;
    padding: 6px 34px;
  }
}
.pickup-news__label::before {
  content: "";
  width: 24px;
  height: 23px;
  background-image: url(../img/ico-news.svg);
  background-repeat: no-repeat;
  background-size: 24px 23px;
}
.pickup-news__title {
  font-weight: 600;
  margin-top: 5px;
}
@media (max-width: 780px) {
  .pickup-news__title {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
.pickup-news__text {
  font-size: 1rem;
}

/* お知らせ */
.top-news-headline .smb-section__inner {
  position: relative;
  z-index: 0;
  padding: 54px 0 60px;
}
@media (max-width: 780px) {
  .top-news-headline .smb-section__inner {
    padding: 30px 0 50px;
  }
}
.top-news-headline .smb-section__inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 60px 60px 60px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .top-news-headline .smb-section__inner::before {
    margin-right: 20px;
  }
}
@media (max-width: 780px) {
  .top-news-headline .smb-section__inner::before {
    left: 0;
    border-radius: 0 30px 30px 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-news-headline .c-container {
  --_container-max-width: 80%;
  --_container-margin: 0px;
}
.top-news-headline .smb-section__contents-wrapper {
  --smb-section--contents-wrapper-width: 100% !important;
  width: 100%;
}
.top-news-headline .smb-section__header {
  width: 100% !important;
  margin: 0 !important;
}
.top-news-headline .smb-section__title,
.top-news-headline .smb-section__subtitle {
  text-align: left;
}
@media (max-width: 780px) {
  .top-news-headline .smb-section__title,
  .top-news-headline .smb-section__subtitle {
    text-align: center;
    margin-bottom: 20px;
  }
}
.top-news-headline .smb-section__contents-wrapper {
  --_margin2: 10px;
}
@media screen and (min-width: 420px) {
  .top-news-headline h2.smb-section__title br {
    display: none;
  }
}
.top-news-headline ul {
  width: 100%;
}
@media (max-width: 780px) {
  .top-news-headline ul {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.top-news-headline li {
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  gap: 50px;
  border-bottom: solid 2px #DFDDC3;
  padding: 25px 25px 25px 0;
}
@media (max-width: 780px) {
  .top-news-headline li {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 5px 5px 10px 0;
  }
}
.top-news-headline li:last-child {
  border-bottom: none;
}
.top-news-headline .wp-block-latest-posts__post-date {
  order: -1;
  white-space: nowrap;
  font-size: 1rem;
  background-color: #FCF9F6;
  border-radius: 10px;
  padding: 5px 40px;
}
@media (max-width: 780px) {
  .top-news-headline .wp-block-latest-posts__post-date {
    font-size: 0.875rem;
    background-color: transparent;
    padding: 5px 0 0 0;
  }
}

/* クリニックの特徴 */
.c-feature {
  padding-top: 20px;
}
.c-feature .smb-items {
  counter-reset: feature-num;
}
.c-feature .c-feature-card {
  counter-increment: feature-num;
}
.c-feature .c-feature-card img {
  border-radius: 20px;
  display: block;
  box-shadow: -10px 10px 0 #FCF9F6;
}
@media screen and (max-width: 780px) {
  .c-feature .c-feature-card img {
    box-shadow: none;
  }
}
.c-feature .c-feature-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 14px;
       column-gap: 14px;
  align-items: start;
  min-height: 3em;
  margin-top: 20px;
  margin-bottom: 0px;
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .c-feature .c-feature-card h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 780px) {
  .c-feature .c-feature-card h3 {
    min-height: 1.5em;
  }
}
.c-feature .c-feature-card h3::before {
  content: counter(feature-num);
  font-size: 3rem;
  font-weight: 700;
  color: #015E99;
  line-height: 1;
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .c-feature .c-feature-card h3::before {
    font-size: 2rem;
  }
}
.c-feature .c-feature-card p {
  margin-top: 15px;
  line-height: 180%;
  font-size: 1rem;
}

/* 診療案内
------------------ */
.top-service-1st {
  background-image: url("../img/service-bg.png"), linear-gradient(to bottom, #f6f5ea 0, #f6f5ea 68%, #ffffff 68%, #ffffff 100%);
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 1024px) {
  .top-service-1st {
    background-position: calc(50% + 7px) -70px, center top;
  }
  .top-service-1st .smb-section__header {
    margin-top: -30px;
  }
}

.top-service-2nd {
  background: linear-gradient(to bottom, #FFFFFF 0, #FFFFFF 40%, #f6f5ea 40%, #f6f5ea 100%);
  background-repeat: no-repeat;
  background-position: center bottom;
  transform: translateY(-50px);
}
@media screen and (max-width: 1024px) {
  .top-service-2nd {
    background-image: linear-gradient(#FFFFFF 55%, #f6f5ea 45%);
    transform: none;
  }
}

/* Service card */
.service-card {
  position: relative;
  padding: 0 20px 20px 20px;
  overflow: hidden;
}

.service-card__img {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 45%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
  border-radius: 0 30px 30px 0;
  z-index: 2;
}

.service-card__img02 {
  position: absolute;
  top: 20px;
  right: 0;
  left: auto;
  width: 45%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
  border-radius: 30px 0 0 30px;
  z-index: 2;
}

/* 白いカード本体 */
.service-card__body {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 30px;
  padding: 40px 26px 28px;
  margin-top: 120px;
  margin-bottom: 20px;
  box-shadow: 0 10px 0 #f6f5ea;
}

.s-c__body-02 {
  box-shadow: 0 -10px 0 #f6f5ea;
}

.service-card__title {
  font-family: "Yu Mincho", "YuMincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  margin: 0 0 70px;
  padding-left: calc(45% + 20px);
  font-size: 1.5rem;
  font-weight: 700;
  color: #623F2B;
}

.s-c__title02 {
  padding-left: 0;
  padding-right: calc(45% + 20px);
}

.service-card__text {
  margin: 0;
  line-height: 1.875;
  color: #623F2B;
}

@media screen and (max-width: 420px) {
  .service-card__body {
    padding: 40px 20px 28px;
  }
  .service-card__title {
    font-size: 1.4375rem;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .service-card__img,
  .service-card__img02 {
    width: 280px;
    height: 400px;
  }
  /* 白いカード本体 */
  .service-card__body {
    width: calc(100% - 280px);
  }
  .service-card__body:not(.s-c__body-02) {
    margin-left: 280px;
  }
  .service-card__title {
    margin: 0;
    padding: 0 0 20px 0;
  }
  .service-card__img,
  .service-card__img02 {
    -o-object-position: 50% 0% !important;
       object-position: 50% 0% !important;
    height: 390px !important;
  }
  .service-card__img {
    border-radius: 0 30px 30px 0 !important;
  }
  .service-card__img02 {
    border-radius: 30px 0 0 30px !important;
  }
}
@media (min-width: 1024px) {
  .service-card {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .s-c__02 {
    flex-direction: row-reverse !important;
  }
  .service-card__img {
    position: relative;
    top: auto;
    left: auto;
    width: 340px;
    height: 540px;
    border-radius: 0 60px 60px 0;
    flex-shrink: 0;
    margin-right: 24px;
    z-index: 2;
  }
  .service-card__img02 {
    position: relative;
    top: auto;
    right: 0;
    width: 340px;
    height: 540px;
    border-radius: 60px 0 0 60px;
    flex-shrink: 0;
    margin-left: 24px;
    z-index: 2;
  }
  .service-card__body {
    margin: 0;
    padding: 36px 34px 40px;
    max-width: 900px;
    box-shadow: 20px 10px 0 #f6f5ea;
    border-radius: 15px;
  }
  .s-c__body-02 {
    box-shadow: -20px -10px 0 #f6f5ea;
  }
  .service-card__title {
    padding-left: 0;
    margin-bottom: 25px;
    font-size: 2rem;
    text-align: center;
  }
  .s-c__title02 {
    padding-right: 0;
  }
  .service-card__text {
    font-size: 1rem;
    line-height: 2.2;
  }
}
/* 糖尿病について
------------------ */
.about-menu .smb-items__item {
  text-align: center;
}
.about-menu h3 {
  background: #C6AF83;
  color: #fff;
  font-weight: 500;
  font-size: 1.75rem;
  padding: 0 30px;
  height: 68px;
  border-radius: 15px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .about-menu h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .about-menu h3 {
    font-size: 1.5rem;
    border-radius: 5px;
    height: auto;
  }
}
.about-menu figure {
  margin: 0 auto 25px;
}
@media screen and (max-width: 1024px) {
  .about-menu figure {
    margin: 0;
  }
}
.about-menu figure img {
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 2px solid #C6AF83;
  border-radius: 50%;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .about-menu figure img {
    display: none;
  }
}
.about-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .about-menu ul {
    width: 96%;
    margin: 0 !important;
    text-align: center;
  }
}
.about-menu li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .about-menu li {
    width: 100%;
    padding-left: 0 !important;
    padding-bottom: 12px;
  }
  .about-menu li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(to right, #C6AF83 0, #C6AF83 8px, transparent 8px, transparent 16px);
  }
}
.about-menu li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .about-menu li::before {
    content: none;
  }
}

/* 院長ごあいさつ */
.top-message-wrap .smb-section__header {
  display: none;
}
@media screen and (max-width: 1024px) {
  .top-message-wrap .smb-section__header {
    display: block;
  }
}

.top-message .c-row__col:first-child {
  align-self: flex-start !important;
}
.top-message .smb-media-text__contents-wrapper {
  transform: translateX(50px);
}
@media screen and (max-width: 1024px) {
  .top-message .smb-media-text__contents-wrapper {
    transform: translateX(0px);
  }
}
.top-message h2.smb-media-text__title {
  font-family: "Yu Mincho", "YuMincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  margin-bottom: 110px;
}
@media screen and (max-width: 1024px) {
  .top-message h2.smb-media-text__title {
    display: none;
  }
}
.top-message h2.smb-media-text__title .top-message-en {
  display: block;
  font-family: "Caveat", cursive;
  font-size: 1.5rem;
  font-weight: 400;
  color: #015E99;
  letter-spacing: 0.1px;
}
.top-message .smb-media-text__figure {
  text-align: center;
}
@media screen and (max-width: 780px) {
  .top-message .smb-media-text__figure {
    transform: none;
    width: auto;
    height: 400px;
  }
}
.top-message .smb-media-text__figure img {
  display: inline-block;
  max-width: 100%;
  width: 350px;
  border-radius: 50px 50px 0 0;
}
@media screen and (max-width: 780px) {
  .top-message .smb-media-text__figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-message .smb-media-text__caption {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .top-message .smb-media-text__caption {
    transform: translateX(0);
  }
}
@media screen and (max-width: 780px) {
  .top-message .smb-media-text__caption {
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */