@charset "UTF-8";
/* パンくずリスト */
#breadcrumb {
  background-color: #fef2e2;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#breadcrumb .p-breadcrumb__list {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  #breadcrumb .p-breadcrumb__list {
    font-size: 12px;
  }
}
#breadcrumb .p-breadcrumb__item:last-child span {
  display: block !important;
  opacity: 1;
}
#breadcrumb .p-breadcrumb__text .__home:before {
  color: #e39c2a;
}

/* コンテンツの大枠 */
.l-content {
  margin-bottom: 0;
}

.w-beforeFooter {
  margin-top: 0 !important;
}

/* ハイライトボックス */
.highlight-box {
  margin: 50px auto;
}
.highlight-box strong {
  font-family: "Zen Maru Gothic", serif;
  color: #7c6849;
  background-color: #fff;
  border: 3px solid #7c6849;
  border-radius: 100px;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  padding: 10px 40px;
}
@media only screen and (max-width: 768px) {
  .highlight-box strong {
    border: 2px solid #7c6849;
    font-size: 16px;
    padding: 10px 25px;
  }
}

/* 一覧を見るボタン */
.btn-base a {
  color: #fff;
  background-color: #7c6849;
  border: 2px solid #ded7c5;
  border-radius: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 230px;
  --the-min-width: 230px;
}
@media only screen and (max-width: 768px) {
  .btn-base a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 180px;
    --the-min-width: fit-content;
  }
}
.btn-base a .__icon {
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-base a:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-base a:hover .__icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media only screen and (max-width: 768px) {
  .btn-base a:hover .__icon {
    -webkit-transform: none;
            transform: none;
  }
}

.btn-border a {
  color: #7c6849;
  background-color: #fff;
  border: 2px solid #7c6849;
  border-radius: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 240px;
  --the-min-width: 240px;
}
.btn-border a .__icon {
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-border a:hover {
  opacity: 1;
  color: #7c6849 !important;
  background-color: #fff;
  border-color: #7c6849;
}
.btn-border a:hover .__icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media only screen and (max-width: 768px) {
  .btn-border a:hover .__icon {
    -webkit-transform: none;
            transform: none;
  }
}

/* ページタイトル */
#top_title_area {
  background-color: #fef2e2;
  display: block;
  padding: 0 60px !important;
}
@media only screen and (max-width: 768px) {
  #top_title_area {
    padding: 0 20px !important;
  }
}
#top_title_area .page-ttl-wrapper {
  width: 100% !important;
  top: auto !important;
  left: auto !important;
  bottom: 0 !important;
  right: 0 !important;
  position: relative;
  border-radius: 25px;
  aspect-ratio: 1320/300;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  #top_title_area .page-ttl-wrapper {
    aspect-ratio: 900/300;
  }
}
@media only screen and (max-width: 768px) {
  #top_title_area .page-ttl-wrapper {
    border-radius: 15px;
    aspect-ratio: 350/150;
    margin-bottom: 0;
  }
}
#top_title_area .page-ttl-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  overflow: unset;
}
#top_title_area .l-topTitleArea__body {
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding: 40px 0 50px;
  margin-top: -100px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  #top_title_area .l-topTitleArea__body {
    padding: 30px 0 40px;
    margin-top: -80px;
  }
}
@media only screen and (max-width: 768px) {
  #top_title_area .l-topTitleArea__body {
    padding: 20px 0;
    margin-top: -40px;
  }
}
#top_title_area .l-topTitleArea__body:before {
  content: "";
  display: inline-block;
  width: 80vw;
  max-width: 600px;
  height: 250px;
  border-radius: 50%/100% 100% 0 0;
  background-color: #fef2e2;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 960px) {
  #top_title_area .l-topTitleArea__body:before {
    width: 50vw;
    height: 150px;
  }
}
@media only screen and (max-width: 768px) {
  #top_title_area .l-topTitleArea__body:before {
    width: 60vw;
    max-width: 280px;
    height: 100px;
  }
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl,
#top_title_area .l-topTitleArea__body .c-pageTitle {
  font-family: "Zen Maru Gothic", serif;
  font-size: 48px;
  font-weight: bold;
  text-shadow: none;
  line-height: 1.4;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 960px) {
  #top_title_area .l-topTitleArea__body .c-postTitle__ttl,
  #top_title_area .l-topTitleArea__body .c-pageTitle {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #top_title_area .l-topTitleArea__body .c-postTitle__ttl,
  #top_title_area .l-topTitleArea__body .c-pageTitle {
    font-size: 24px;
  }
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl .c-pageTitle-wrapper span:nth-child(1),
#top_title_area .l-topTitleArea__body .c-pageTitle .c-pageTitle-wrapper span:nth-child(1) {
  color: #e39c2a;
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl .c-pageTitle-wrapper span:nth-child(2),
#top_title_area .l-topTitleArea__body .c-pageTitle .c-pageTitle-wrapper span:nth-child(2) {
  color: #26ad6b;
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl .c-pageTitle-wrapper span:nth-child(3),
#top_title_area .l-topTitleArea__body .c-pageTitle .c-pageTitle-wrapper span:nth-child(3) {
  color: #de765b;
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl .c-pageTitle-wrapper span:nth-child(4),
#top_title_area .l-topTitleArea__body .c-pageTitle .c-pageTitle-wrapper span:nth-child(4) {
  color: #1499ba;
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl .c-pageTitle-wrapper span:nth-child(5),
#top_title_area .l-topTitleArea__body .c-pageTitle .c-pageTitle-wrapper span:nth-child(5) {
  color: #e39c2a;
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl .c-pageTitle-wrapper span:nth-child(6),
#top_title_area .l-topTitleArea__body .c-pageTitle .c-pageTitle-wrapper span:nth-child(6) {
  color: #26ad6b;
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl .c-pageTitle-wrapper span:nth-child(7),
#top_title_area .l-topTitleArea__body .c-pageTitle .c-pageTitle-wrapper span:nth-child(7) {
  color: #de765b;
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl .c-pageTitle-wrapper span:nth-child(8),
#top_title_area .l-topTitleArea__body .c-pageTitle .c-pageTitle-wrapper span:nth-child(8) {
  color: #1499ba;
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl .c-pageTitle-wrapper span:nth-child(9),
#top_title_area .l-topTitleArea__body .c-pageTitle .c-pageTitle-wrapper span:nth-child(9) {
  color: #e39c2a;
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl .c-pageTitle-wrapper span:nth-child(10),
#top_title_area .l-topTitleArea__body .c-pageTitle .c-pageTitle-wrapper span:nth-child(10) {
  color: #26ad6b;
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl .c-pageTitle-wrapper span:nth-child(11),
#top_title_area .l-topTitleArea__body .c-pageTitle .c-pageTitle-wrapper span:nth-child(11) {
  color: #de765b;
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl .c-pageTitle-wrapper span:nth-child(12),
#top_title_area .l-topTitleArea__body .c-pageTitle .c-pageTitle-wrapper span:nth-child(12) {
  color: #1499ba;
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl .c-pageTitle-wrapper span:nth-child(13),
#top_title_area .l-topTitleArea__body .c-pageTitle .c-pageTitle-wrapper span:nth-child(13) {
  color: #e39c2a;
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl .c-pageTitle-wrapper span:nth-child(14),
#top_title_area .l-topTitleArea__body .c-pageTitle .c-pageTitle-wrapper span:nth-child(14) {
  color: #26ad6b;
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl .c-pageTitle-wrapper span:nth-child(15),
#top_title_area .l-topTitleArea__body .c-pageTitle .c-pageTitle-wrapper span:nth-child(15) {
  color: #de765b;
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl .c-pageTitle-wrapper span:nth-child(16),
#top_title_area .l-topTitleArea__body .c-pageTitle .c-pageTitle-wrapper span:nth-child(16) {
  color: #1499ba;
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl .c-pageTitle-wrapper span:nth-child(17),
#top_title_area .l-topTitleArea__body .c-pageTitle .c-pageTitle-wrapper span:nth-child(17) {
  color: #e39c2a;
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl .c-pageTitle-wrapper span:nth-child(18),
#top_title_area .l-topTitleArea__body .c-pageTitle .c-pageTitle-wrapper span:nth-child(18) {
  color: #26ad6b;
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl .c-pageTitle-wrapper span:nth-child(19),
#top_title_area .l-topTitleArea__body .c-pageTitle .c-pageTitle-wrapper span:nth-child(19) {
  color: #de765b;
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl .c-pageTitle-wrapper span:nth-child(20),
#top_title_area .l-topTitleArea__body .c-pageTitle .c-pageTitle-wrapper span:nth-child(20) {
  color: #1499ba;
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl small,
#top_title_area .l-topTitleArea__body .c-pageTitle small {
  font-family: "Quicksand", sans-serif;
  color: #7c6849;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  opacity: 1;
  margin: 0 !important;
  top: 0;
}
@media only screen and (max-width: 960px) {
  #top_title_area .l-topTitleArea__body .c-postTitle__ttl small,
  #top_title_area .l-topTitleArea__body .c-pageTitle small {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #top_title_area .l-topTitleArea__body .c-postTitle__ttl small,
  #top_title_area .l-topTitleArea__body .c-pageTitle small {
    font-size: 14px;
  }
}
#top_title_area .l-topTitleArea__body .c-postTitle__ttl small:after,
#top_title_area .l-topTitleArea__body .c-pageTitle small:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e39c2a;
}
#top_title_area .l-topTitleArea__body.ttl-long:before {
  max-width: 950px;
  border-radius: 25%/100% 100% 0 0;
}
@media only screen and (max-width: 960px) {
  #top_title_area .l-topTitleArea__body.ttl-long:before {
    width: 85vw;
    max-width: 400px;
    border-radius: 20%/100% 100% 0 0;
  }
}
@media only screen and (max-width: 960px) {
  #top_title_area .l-topTitleArea__body.ttl-long .c-postTitle__ttl,
  #top_title_area .l-topTitleArea__body.ttl-long .c-pageTitle {
    font-size: 22px !important;
  }
}
@media only screen and (max-width: 768px) {
  #top_title_area .l-topTitleArea__body.ttl-long .c-postTitle__ttl,
  #top_title_area .l-topTitleArea__body.ttl-long .c-pageTitle {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 960px) {
  #top_title_area .l-topTitleArea__body.ttl-long .c-postTitle__ttl small,
  #top_title_area .l-topTitleArea__body.ttl-long .c-pageTitle small {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  #top_title_area .l-topTitleArea__body.ttl-long .c-postTitle__ttl small,
  #top_title_area .l-topTitleArea__body.ttl-long .c-pageTitle small {
    font-size: 14px;
  }
}

/* 投稿ページ */
.custom-notice-header {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
  /* ページタイトルSP */
}
@media only screen and (max-width: 768px) {
  .custom-notice-header .page-ttl-wrapper {
    background: url("../images/pagettl_news_sp.jpg") no-repeat center center/cover;
  }
  .custom-notice-header .page-ttl-wrapper img {
    opacity: 0;
  }
}

/* ページタイトルSP - 各ページ */
@media only screen and (max-width: 768px) {
  .page-clinic .page-ttl-wrapper {
    background: url("../images/pagettl_clinic_sp.jpg") no-repeat center center/cover;
  }
  .page-clinic .page-ttl-wrapper img {
    opacity: 0;
  }
  .page-information .page-ttl-wrapper {
    background: url("../images/pagettl_information_sp.jpg") no-repeat center center/cover;
  }
  .page-information .page-ttl-wrapper img {
    opacity: 0;
  }
  .page-doctor .page-ttl-wrapper {
    background: url("../images/pagettl_doctor_sp.jpg") no-repeat center center/cover;
  }
  .page-doctor .page-ttl-wrapper img {
    opacity: 0;
  }
  .page-medical .page-ttl-wrapper {
    background: url("../images/pagettl_medical_sp.jpg") no-repeat center center/cover;
  }
  .page-medical .page-ttl-wrapper img {
    opacity: 0;
  }
  .page-access .page-ttl-wrapper {
    background: url("../images/pagettl_access_sp.jpg") no-repeat center center/cover;
  }
  .page-access .page-ttl-wrapper img {
    opacity: 0;
  }
  .page-faq .page-ttl-wrapper {
    background: url("../images/pagettl_faq_sp.jpg") no-repeat center center/cover;
  }
  .page-faq .page-ttl-wrapper img {
    opacity: 0;
  }
  .page-calendar .page-ttl-wrapper {
    background: url("../images/pagettl_calendar_sp.jpg") no-repeat center center/cover;
  }
  .page-calendar .page-ttl-wrapper img {
    opacity: 0;
  }
  .page-recruit .page-ttl-wrapper {
    background: url("../images/pagettl_recruit_sp.jpg") no-repeat center center/cover;
  }
  .page-recruit .page-ttl-wrapper img {
    opacity: 0;
  }
  .category-news .page-ttl-wrapper,
  .category-appeal .page-ttl-wrapper,
  .page-news .page-ttl-wrapper {
    background: url("../images/pagettl_news_sp.jpg") no-repeat center center/cover;
  }
  .category-news .page-ttl-wrapper img,
  .category-appeal .page-ttl-wrapper img,
  .page-news .page-ttl-wrapper img {
    opacity: 0;
  }
}
.single-medical .page-ttl-wrapper {
  background: url("../images/pagettl_single_medical.jpg") no-repeat center center/cover;
}
@media only screen and (max-width: 768px) {
  .single-medical .page-ttl-wrapper {
    background: url("../images/pagettl_single_medical_sp.jpg") no-repeat center center/cover;
  }
}
.single-medical .page-ttl-wrapper img {
  opacity: 0;
}

/* 見出し */
.is-style-section_ttl {
  font-family: "Zen Maru Gothic", serif;
  font-size: 40px !important;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 960px) {
  .is-style-section_ttl {
    font-size: 32px !important;
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .is-style-section_ttl {
    font-size: 24px !important;
    margin-bottom: 30px !important;
  }
}
.is-style-section_ttl .mininote {
  font-family: "Quicksand", sans-serif;
  color: #26ad6b;
  font-size: 20px !important;
  padding-top: 0 !important;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .is-style-section_ttl .mininote {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 768px) {
  .is-style-section_ttl .mininote {
    font-size: 16px !important;
  }
}
.is-style-section_ttl .mininote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e39c2a;
}
.is-style-section_ttl.ttl-border-orange {
  font-family: "Noto Sans JP", sans-serif;
  color: #e39c2a;
  font-size: 20px !important;
  font-weight: bold;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 2px solid #e39c2a;
  padding-bottom: 15px;
  margin-bottom: 22px !important;
}
.is-style-section_ttl.ttl-border-green {
  font-family: "Noto Sans JP", sans-serif;
  color: #7c6849;
  font-size: 24px !important;
  font-weight: bold;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #26ad6b;
  padding-bottom: 14px;
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 768px) {
  .is-style-section_ttl.ttl-border-green {
    font-size: 16px !important;
  }
}
.is-style-section_ttl.ttl-flow {
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px !important;
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 768px) {
  .is-style-section_ttl.ttl-flow {
    font-size: 20px !important;
  }
}

/* 共通パーツ */
#content {
  padding-top: 0 !important;
}

/* 診療内容 */
.info-medical {
  max-width: 850px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .info-medical .p-postList__item {
    margin-bottom: 20px;
  }
}
.info-medical .p-postList__link {
  background-color: #fffbf5;
  border: 2px solid #e39c2a;
  border-radius: 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .info-medical .p-postList__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px 70px;
  }
}
.info-medical .p-postList__link:before {
  content: "";
  background: url(../images/icon_arrow.svg) no-repeat center center/cover;
  width: 18px;
  height: 14px;
  display: block;
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info-medical .p-postList__link:after {
  content: "";
  display: block;
  background-color: #e39c2a;
  border-radius: 100px;
  width: 114px;
  height: 114px;
  position: absolute;
  right: -50px;
  bottom: -50px;
}
.info-medical .p-postList__link:hover .c-postThumb__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  .info-medical .p-postList__link:hover .c-postThumb__img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.info-medical .p-postList__link:hover:before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media only screen and (max-width: 768px) {
  .info-medical .p-postList__link:hover:before {
    -webkit-transform: none;
            transform: none;
  }
}
.info-medical .p-postList__thumb {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 180px;
  margin-right: 20px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .info-medical .p-postList__thumb {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.info-medical .p-postList__thumb .c-postThumb__figure {
  width: 180px;
  height: 180px;
  border-radius: 100px;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 768px) {
  .info-medical .p-postList__thumb .c-postThumb__figure {
    width: 150px;
    height: 150px;
  }
}
.info-medical .p-postList__thumb:before {
  display: none;
}
.info-medical .p-postList__body {
  padding: 0;
}
.info-medical .p-postList__title {
  color: #26ad6b !important;
  font-family: "Zen Maru Gothic", serif !important;
  font-size: 24px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin: 0 auto 10px !important;
  border: none !important;
}
@media only screen and (max-width: 768px) {
  .info-medical .p-postList__title {
    text-align: center !important;
  }
}
.info-medical .p-postList__title:before, .info-medical .p-postList__title:after {
  display: none;
}
.info-medical .p-postList__excerpt {
  margin: 0;
}
.info-medical .p-postList__excerpt .post_content {
  font-size: 16px !important;
}
@media only screen and (max-width: 768px) {
  .info-medical .p-postList__item:nth-child(6) .p-postList__title, .info-medical .p-postList__item:nth-child(7) .p-postList__title {
    max-width: 8em;
  }
}
.info-medical .p-postList__meta {
  display: none;
}

/* よくある質問 */
.qa-wrap .p-postList__title {
  display: none;
}

.qa-block {
  background-color: #fff;
  border: 2px solid #ded7c5;
  border-radius: 15px;
}
.qa-block .swell-block-accordion__title {
  background-color: #fff;
  border-radius: 15px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 60px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .qa-block .swell-block-accordion__title {
    font-size: 16px;
    padding: 15px 15px 15px 45px;
  }
}
.qa-block .swell-block-accordion__title::before {
  content: "Q";
  color: #fff;
  background-color: #7c6849;
  border: 1px solid #7c6849;
  border-radius: 100px;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 22px;
  left: 20px;
}
@media only screen and (max-width: 768px) {
  .qa-block .swell-block-accordion__title::before {
    font-size: 14px;
    width: 25px;
    height: 25px;
    top: 18px;
    left: 15px;
  }
}
.qa-block .swell-block-accordion__body {
  color: #fff;
  background-color: #e39c2a;
  border-radius: 10px;
  font-size: 16px;
  padding: 15px;
  padding-left: 50px;
  margin: 20px;
  margin-top: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .qa-block .swell-block-accordion__body {
    font-size: 14px;
    padding: 10px;
    padding-left: 40px;
    margin: 15px;
    margin-top: 0;
  }
}
.qa-block .swell-block-accordion__body::before {
  content: "A";
  color: #7c6849;
  background-color: #fff;
  border: 1px solid #7c6849;
  border-radius: 100px;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media only screen and (max-width: 768px) {
  .qa-block .swell-block-accordion__body::before {
    font-size: 14px;
    width: 25px;
    height: 25px;
    top: 10px;
    left: 10px;
  }
}

/* ご相談はこちら */
.consultation-section .consultation-txt {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .consultation-section .consultation-txt {
    font-size: 16px;
  }
}
.consultation-section .consultation-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .consultation-section .consultation-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .consultation-section .consultation-btn .swell-block-button a {
    min-width: 280px;
  }
}

/* 院長について */
/* doctor-block */
.doctor-block figure {
  overflow: hidden;
}
.doctor-block figure img {
  border-radius: 15px !important;
}
@media only screen and (max-width: 768px) {
  .doctor-block figure img {
    border-radius: 20px !important;
  }
}
.doctor-block__title {
  border-bottom: 1px dashed #beb7ab;
  font-family: "Zen Maru Gothic", serif;
  font-size: 32px !important;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 960px) {
  .doctor-block__title {
    font-size: 28px !important;
  }
}
@media only screen and (max-width: 768px) {
  .doctor-block__title {
    font-size: 24px !important;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
}
.doctor-block__title small {
  color: #fff;
  background-color: #e39c2a;
  border: 2px solid #fff5aa;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 4px 20px;
  margin-right: 10px;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .doctor-block__title small {
    font-size: 14px;
  }
}
.doctor-block__title strong {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .doctor-block__title strong {
    padding-top: 12px;
    margin: 0;
  }
}
.doctor-block__text {
  line-height: 2;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .doctor-block__text {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .doctor-block .btn-base {
    text-align: center;
  }
}

.single-medical #top_title_area .c-postTitle__ttl {
  color: black;
  z-index: 1;
}
.single-medical #top_title_area .c-postTitle__date {
  display: none;
}
.single-medical #top_title_area .p-articleMetas {
  display: none;
}
.single-medical .post_content {
  margin-bottom: 0 !important;
}
.single-medical .p-articleFoot {
  display: none !important;
}

/* 症状 */
.m-condition-section {
  padding-top: 0 !important;
}

.m-condition__title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 40px !important;
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 960px) {
  .m-condition__title {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .m-condition__title {
    font-size: 24px !important;
    margin-bottom: 60px !important;
  }
}
.m-condition__title > span,
.m-condition__title > strong {
  border-bottom: 3px solid #7c6849;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .m-condition__title > span,
  .m-condition__title > strong {
    padding: 0 0 16px;
  }
}
.m-condition__title > span::before,
.m-condition__title > strong::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  z-index: 2;
}
.m-condition__title > span::after,
.m-condition__title > strong::after {
  content: "";
  position: absolute;
  top: calc(100% + 15px);
  left: calc(50% - 42px);
  z-index: 0;
  width: 60px;
  height: 3px;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #7c6849;
}
.m-condition__title > span strong,
.m-condition__title > strong strong {
  color: #e39c2a;
}
.m-condition__list, .m-condition__list ul, .m-condition__list ol {
  list-style: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding: 0 !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 768px) {
  .m-condition__list, .m-condition__list ul, .m-condition__list ol {
    gap: 10px;
    margin-bottom: 20px !important;
  }
}
.m-condition__list li, .m-condition__list ul li, .m-condition__list ol li {
  width: calc(50% - 10px);
  background-color: #f4fffb;
  border-radius: 10px;
  padding: 20px 20px 20px 60px;
  margin: 0 !important;
}
@media only screen and (max-width: 768px) {
  .m-condition__list li, .m-condition__list ul li, .m-condition__list ol li {
    width: 100%;
    padding: 15px 15px 15px 45px;
  }
}
.m-condition__list li strong, .m-condition__list ul li strong, .m-condition__list ol li strong {
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.m-condition__list li strong + br, .m-condition__list ul li strong + br, .m-condition__list ol li strong + br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .m-condition__list li strong, .m-condition__list ul li strong, .m-condition__list ol li strong {
    font-size: 16px;
  }
}
.m-condition__list li::before, .m-condition__list ul li::before, .m-condition__list ol li::before {
  content: "";
  background: url("../images/icon_check.svg") no-repeat center center/cover;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 22px;
  left: 15px;
}
@media only screen and (max-width: 768px) {
  .m-condition__list li::before, .m-condition__list ul li::before, .m-condition__list ol li::before {
    width: 25px;
    height: 25px;
    top: 15px;
  }
}
.m-condition__list + p, .m-condition__list ul + p, .m-condition__list ol + p {
  padding-top: 40px;
  border-top: 1px dashed #beb7ab;
}
@media only screen and (max-width: 768px) {
  .m-condition__list + p, .m-condition__list ul + p, .m-condition__list ol + p {
    padding-top: 20px;
  }
}

.m-emergency__title {
  margin-top: 60px !important;
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 768px) {
  .m-emergency__title {
    margin-top: 50px !important;
    margin-bottom: 12px !important;
  }
}
.m-emergency__title > span,
.m-emergency__title > strong {
  color: #fff;
  background-color: #de765b;
  border: 3px solid #fff0ea;
  border-radius: 100px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px !important;
  font-weight: bold;
  padding: 15px 60px;
}
@media only screen and (max-width: 768px) {
  .m-emergency__title > span,
  .m-emergency__title > strong {
    font-size: 16px !important;
    padding: 10px 30px;
    width: 100%;
  }
}
.m-emergency__list, .m-emergency__list ul, .m-emergency__list ol {
  list-style: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 !important;
  gap: 20px 40px;
}
@media only screen and (max-width: 768px) {
  .m-emergency__list, .m-emergency__list ul, .m-emergency__list ol {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 12px 0;
    gap: 11px 10px;
  }
}
.m-emergency__list li, .m-emergency__list ul li, .m-emergency__list ol li {
  color: #de765b;
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .m-emergency__list li, .m-emergency__list ul li, .m-emergency__list ol li {
    font-size: 16px;
    padding-left: 23px;
  }
}
.m-emergency__list li::before, .m-emergency__list ul li::before, .m-emergency__list ol li::before {
  content: "";
  background: url("../images/icon_emergency.svg") no-repeat center center/cover;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media only screen and (max-width: 768px) {
  .m-emergency__list li::before, .m-emergency__list ul li::before, .m-emergency__list ol li::before {
    width: 20px;
    height: 20px;
  }
}

/* 主な疾患 */
.m-disease-section {
  margin-bottom: 120px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .m-disease-section {
    margin-bottom: 80px;
  }
}
.m-disease-section:before {
  content: "";
  width: 98%;
  max-width: 1320px;
  height: 100%;
  background-color: #fef2e2;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .m-disease-section:before {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .m-disease-section > .swell-block-fullWide__inner {
    width: 90vw;
  }
}
.m-disease-section .p-postList__body {
  padding: 0 !important;
}
.m-disease-section .p-postList__item {
  background-color: #fff;
  border: 2px solid #7c6849;
  border-radius: 15px;
  width: 100%;
  padding: 40px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 768px) {
  .m-disease-section .p-postList__item {
    padding: 20px !important;
    margin-bottom: 25px !important;
  }
}
.m-disease-section .p-postList__item:hover .p-postList__body {
  opacity: 1;
}
.m-disease-section .p-postList__title {
  border-bottom: 2px solid #e39c2a;
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 14px;
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 768px) {
  .m-disease-section .p-postList__title {
    font-size: 18px !important;
    padding-bottom: 10px;
    margin-bottom: 12px !important;
  }
}
.m-disease-section .p-postList__excerpt {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .m-disease-section .p-postList__excerpt {
    margin-bottom: 22px;
  }
}
.m-disease-section .p-postList__treatment {
  background-color: #fff0ea;
  border-radius: 5px;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .m-disease-section .p-postList__treatment {
    padding: 13px 10px;
  }
}
.m-disease-section .p-postList__treatment span {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .m-disease-section .p-postList__treatment span {
    display: block;
  }
}
.m-disease-section .p-postList__treatment span.caetgory-treatment {
  color: #fff;
  background-color: #e39c2a;
  border: 2px solid #fff5aa;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 4px 20px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .m-disease-section .p-postList__treatment span.caetgory-treatment {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.m-disalbe-block {
  background-color: #fff;
  border: 2px solid #7c6849;
  border-radius: 15px;
  width: 100%;
  padding: 40px !important;
}
@media only screen and (max-width: 768px) {
  .m-disalbe-block {
    padding: 20px !important;
  }
}
.m-disalbe-block__title {
  border-bottom: 2px solid #e39c2a;
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 14px;
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 768px) {
  .m-disalbe-block__title {
    font-size: 18px !important;
    padding-bottom: 10px;
    margin-bottom: 12px !important;
  }
}
.m-disalbe-block__excerpt {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .m-disalbe-block__excerpt {
    margin-bottom: 22px;
  }
}
.m-disalbe-block__treatment {
  background-color: #fff0ea;
  border-radius: 5px;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .m-disalbe-block__treatment {
    padding: 13px 10px;
  }
}
.m-disalbe-block__treatment strong {
  color: #fff;
  background-color: #e39c2a;
  border: 2px solid #fff5aa;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 4px 20px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .m-disalbe-block__treatment strong {
    font-size: 14px;
    margin-right: calc(100% - 9em);
    margin-bottom: 5px;
  }
}

/* 治療方法 */
.m-treatment-section {
  margin-bottom: 120px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .m-treatment-section {
    margin-bottom: 80px;
  }
}
.m-treatment-section:before {
  content: "";
  width: 98%;
  max-width: 1320px;
  height: 100%;
  background-color: #fffbf5;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .m-treatment-section:before {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .m-treatment-section > .swell-block-fullWide__inner {
    width: 90vw;
  }
}
.m-treatment-section .p-postList {
  gap: 4%;
}
@media only screen and (max-width: 768px) {
  .m-treatment-section .p-postList {
    gap: 20px;
  }
}
.m-treatment-section .p-postList__body {
  padding: 0 !important;
}
.m-treatment-section .p-postList__item {
  background-color: #fff;
  border: 2px solid #7c6849;
  border-radius: 15px;
  width: 48%;
  padding: 25px !important;
}
@media only screen and (max-width: 768px) {
  .m-treatment-section .p-postList__item {
    width: 100%;
    padding: 20px !important;
    margin-bottom: 0 !important;
  }
}
.m-treatment-section .p-postList__item:hover .p-postList__body {
  opacity: 1;
}
.m-treatment-section .p-postList__title {
  border-bottom: 2px solid #26ad6b;
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .m-treatment-section .p-postList__title {
    font-size: 18px !important;
    margin-bottom: 15px;
  }
}
.m-treatment-section .p-postList__excerpt {
  background-color: #f4fffb;
  border-radius: 5px;
  font-size: 16px;
  padding: 20px;
  margin: 0 !important;
}
@media only screen and (max-width: 768px) {
  .m-treatment-section .p-postList__excerpt {
    padding: 10px;
  }
}

.m-treatment-block {
  background-color: #fff;
  border: 2px solid #7c6849;
  border-radius: 15px;
  width: 48%;
  padding: 25px !important;
}
@media only screen and (max-width: 768px) {
  .m-treatment-block {
    width: 100%;
    padding: 20px !important;
    margin-bottom: 0 !important;
  }
}
.m-treatment-block__title {
  border-bottom: 2px solid #26ad6b;
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 16px !important;
}
@media only screen and (max-width: 768px) {
  .m-treatment-block__title {
    font-size: 18px !important;
    margin-bottom: 15px !important;
  }
}
.m-treatment-block__excerpt {
  background-color: #f4fffb;
  border-radius: 5px;
  font-size: 16px;
  padding: 20px;
  margin: 0 !important;
}
@media only screen and (max-width: 768px) {
  .m-treatment-block__excerpt {
    padding: 10px;
  }
}

/* 診察・治療の流れ */
.m-flow-section {
  padding-top: 0 !important;
}
@media only screen and (max-width: 768px) {
  .m-flow-section {
    padding-bottom: 20px !important;
  }
}

ol.m-flow__list,
ul.m-flow__list,
div.m-flow__list ul,
div.m-flow__list ol {
  list-style: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  counter-reset: number 0 !important;
  position: relative;
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  ol.m-flow__list,
  ul.m-flow__list,
  div.m-flow__list ul,
  div.m-flow__list ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
ol.m-flow__list:before,
ul.m-flow__list:before,
div.m-flow__list ul:before,
div.m-flow__list ol:before {
  content: "";
  width: 70%;
  height: 3px;
  background-color: #e39c2a;
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  ol.m-flow__list:before,
  ul.m-flow__list:before,
  div.m-flow__list ul:before,
  div.m-flow__list ol:before {
    width: 3px;
    height: 70%;
    top: 50%;
    left: 45px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
ol.m-flow__list li,
ul.m-flow__list li,
div.m-flow__list ul li,
div.m-flow__list ol li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  margin: 10px !important;
}
@media only screen and (max-width: 768px) {
  ol.m-flow__list li,
  ul.m-flow__list li,
  div.m-flow__list ul li,
  div.m-flow__list ol li {
    width: 100%;
    text-align: left;
    padding-left: 100px;
    margin: 30px 0 !important;
  }
}
ol.m-flow__list li:before,
ul.m-flow__list li:before,
div.m-flow__list ul li:before,
div.m-flow__list ol li:before {
  font-family: "Quicksand", sans-serif;
  counter-increment: number 1;
  content: "STEP\a" counter(number, decimal-leading-zero);
  color: #fff;
  background-color: #e39c2a;
  border: 3px solid #fef2e2;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  border-radius: 100px;
  white-space: pre;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  max-width: 100px;
  height: 100px;
  margin: 0 auto 24px;
}
@media only screen and (max-width: 768px) {
  ol.m-flow__list li:before,
  ul.m-flow__list li:before,
  div.m-flow__list ul li:before,
  div.m-flow__list ol li:before {
    font-size: 16px;
    width: 90px;
    max-width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
ol.m-flow__list li strong,
ul.m-flow__list li strong,
div.m-flow__list ul li strong,
div.m-flow__list ol li strong {
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  ol.m-flow__list li strong,
  ul.m-flow__list li strong,
  div.m-flow__list ul li strong,
  div.m-flow__list ol li strong {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
ol.m-flow__list li strong + br,
ul.m-flow__list li strong + br,
div.m-flow__list ul li strong + br,
div.m-flow__list ol li strong + br {
  display: none;
}

/* 関連する診療内容 */
.m-related-section {
  padding: 60px 0 !important;
}
@media only screen and (max-width: 768px) {
  .m-related-section {
    padding: 30px 0 !important;
  }
}
.m-related-section:before {
  content: "";
  width: 98%;
  max-width: 1320px;
  height: 100%;
  background-color: #fef2e2;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .m-related-section:before {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .m-related-section > .swell-block-fullWide__inner {
    width: 90vw;
  }
}
.m-related-section .is-style-section_ttl {
  font-size: 32px !important;
}
@media only screen and (max-width: 768px) {
  .m-related-section .is-style-section_ttl {
    font-size: 20px !important;
    margin-bottom: 30px !important;
  }
}
.m-related-section .m-related__list .p-postList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .m-related-section .m-related__list .p-postList {
    gap: 10px;
  }
}
.m-related-section .m-related__list .p-postList__body {
  padding: 0 !important;
}
.m-related-section .m-related__list .p-postList__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
}
.m-related-section .m-related__list .p-postList__item a {
  background-color: #fff;
  border: 2px solid #7c6849;
  border-radius: 100px;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 20px;
}
@media only screen and (max-width: 768px) {
  .m-related-section .m-related__list .p-postList__item a {
    padding: 10px 15px;
  }
}

.home #content {
  padding-top: 0 !important;
}

/* メインビジュアル */
.mv-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#fef2e2), color-stop(50%, #fef2e2), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(180deg, #fef2e2 0%, #fef2e2 50%, #fff 50%, #fff 100%);
  padding: 60px;
  margin-bottom: 127px;
}
@media only screen and (max-width: 1200px) {
  .mv-section {
    margin-bottom: 30%;
  }
}
.mv-section .swell-block-fullWide__inner {
  max-width: 1320px !important;
  margin: 0 auto !important;
}
@media only screen and (max-width: 960px) {
  .mv-section {
    background: -webkit-gradient(linear, left top, left bottom, from(#fef2e2), color-stop(30%, #fef2e2), color-stop(30%, #fff), to(#fff));
    background: linear-gradient(180deg, #fef2e2 0%, #fef2e2 30%, #fff 30%, #fff 100%);
    padding: 20px;
    margin-bottom: 50px;
  }
}
.mv-section.swell-block-fullWide:first-child {
  padding-top: 0 !important;
}
.mv-section .mv-copy {
  padding-top: 30px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 960px) {
  .mv-section .mv-copy {
    padding-top: 20px;
    line-height: 1.6;
    letter-spacing: -0.05em;
    margin: 0 -10px 20px !important;
  }
}
.mv-section .mv-copy__subtitle {
  font-family: "Zen Maru Gothic", serif;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .mv-section .mv-copy__subtitle {
    font-size: 28px;
  }
}
@media only screen and (max-width: 960px) {
  .mv-section .mv-copy__subtitle {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.mv-section .mv-copy__title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 48px;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  .mv-section .mv-copy__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 960px) {
  .mv-section .mv-copy__title {
    font-size: 24px;
  }
}
.mv-section .mv-copy__title span {
  display: inline-block;
}
.mv-section .mv-copy__title span:after {
  content: "";
  display: block;
  width: 110%;
  height: 3px;
  background-color: #e39c2a;
  margin-left: -5%;
}
.mv-section .mv-copy__title span strong:nth-child(1) {
  color: #e39c2a;
}
.mv-section .mv-copy__title span strong:nth-child(2) {
  color: #de765b;
}
.mv-section .mv-copy__title span strong:nth-child(3) {
  color: #1499ba;
}
.mv-section .mv-image {
  width: 100% !important;
  top: auto !important;
  left: auto !important;
  bottom: 0 !important;
  right: 0 !important;
  position: relative;
  border-radius: 25px;
  aspect-ratio: 1320/560;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .mv-section .mv-image {
    border-radius: 15px;
    aspect-ratio: 350/200;
    margin-bottom: 0;
  }
}
.mv-section .mv-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-section .mv-block {
  position: absolute;
  bottom: 2%;
  left: 2%;
}
@media only screen and (max-width: 1200px) {
  .mv-section .mv-block {
    bottom: -30%;
  }
}
@media only screen and (max-width: 960px) {
  .mv-section .mv-block {
    position: inherit;
    bottom: auto;
    left: auto;
    margin-top: -50px !important;
  }
}
.mv-section .mv-block > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 20px;
}
@media only screen and (max-width: 960px) {
  .mv-section .mv-block > .wp-block-group__inner-container {
    display: block;
  }
}
.mv-section .mv-block .mv-info {
  background-color: #fff;
  border: 1px solid #beb7ab;
  border-radius: 15px;
  color: #7c6849;
  text-shadow: none !important;
  padding: 25px 25px 15px;
  width: 100%;
  max-width: 540px !important;
}
@media only screen and (max-width: 960px) {
  .mv-section .mv-block .mv-info {
    border-radius: 10px;
    padding: 15px 15px 0;
    margin: 0 auto;
  }
}
.mv-section .mv-block .mv-info__text {
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .mv-section .mv-block .mv-info__text {
    font-size: 12px;
  }
}
.mv-section .mv-block .mv-info__inner {
  position: relative;
}
.mv-section .mv-block .mv-info__today {
  border-top: 1px dashed #beb7ab;
  padding-top: 10px;
}
.mv-section .mv-block .mv-info__today > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .mv-section .mv-block .mv-info__today > div {
    display: block;
  }
}
.mv-section .mv-block .mv-info__today p {
  color: #fff;
  background-color: #e39c2a;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 960px) {
  .mv-section .mv-block .mv-info__today p {
    font-size: 14px;
    text-align: center;
  }
}
.mv-section .mv-block .mv-info__btn {
  margin-right: 0;
}
.mv-section .mv-block .mv-info__btn a {
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 !important;
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 960px) {
  .mv-section .mv-block .mv-info__btn a {
    padding: 15px 0;
  }
}
.mv-section .mv-block .mv-info__btn a .__icon {
  color: #fff;
  background-color: #7c6849;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  padding: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mv-section .mv-block .mv-info__btn a:hover {
  opacity: 1;
  color: #7c6849 !important;
  background-color: #fff;
  border-color: #7c6849;
}
.mv-section .mv-block .mv-info__btn a:hover .__icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media only screen and (max-width: 768px) {
  .mv-section .mv-block .mv-info__btn a:hover .__icon {
    -webkit-transform: none;
            transform: none;
  }
}
.mv-section .mv-block .mv-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 960px) {
  .mv-section .mv-block .mv-btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.mv-section .mv-block .mv-btn .mv-btn-blue,
.mv-section .mv-block .mv-btn .mv-btn-orange {
  width: 140px;
  height: 140px;
}
@media only screen and (max-width: 960px) {
  .mv-section .mv-block .mv-btn .mv-btn-blue,
  .mv-section .mv-block .mv-btn .mv-btn-orange {
    width: 100px;
    height: 100px;
  }
}
.mv-section .mv-block .mv-btn .mv-btn-blue a,
.mv-section .mv-block .mv-btn .mv-btn-orange a {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .mv-section .mv-block .mv-btn .mv-btn-blue a,
  .mv-section .mv-block .mv-btn .mv-btn-orange a {
    font-size: 14px;
  }
}
.mv-section .mv-block .mv-btn .mv-btn-blue a .__icon,
.mv-section .mv-block .mv-btn .mv-btn-orange a .__icon {
  color: #fff;
  background-color: #7c6849;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  padding: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
@media only screen and (max-width: 960px) {
  .mv-section .mv-block .mv-btn .mv-btn-blue a .__icon,
  .mv-section .mv-block .mv-btn .mv-btn-orange a .__icon {
    width: 25px;
    height: 25px;
    bottom: 0;
  }
}
.mv-section .mv-block .mv-btn .mv-btn-blue a:hover,
.mv-section .mv-block .mv-btn .mv-btn-orange a:hover {
  opacity: 1;
}
.mv-section .mv-block .mv-btn .mv-btn-blue a:hover .__icon,
.mv-section .mv-block .mv-btn .mv-btn-orange a:hover .__icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media only screen and (max-width: 768px) {
  .mv-section .mv-block .mv-btn .mv-btn-blue a:hover .__icon,
  .mv-section .mv-block .mv-btn .mv-btn-orange a:hover .__icon {
    -webkit-transform: none;
            transform: none;
  }
}
.mv-section .mv-block .mv-btn .mv-btn-blue.btn-none,
.mv-section .mv-block .mv-btn .mv-btn-orange.btn-none {
  display: none !important;
}
.mv-section .mv-block .mv-btn .mv-btn-blue a {
  background-color: #1499ba;
}
.mv-section .mv-block .mv-btn .mv-btn-orange a {
  background-color: #e39c2a;
}

/* お知らせ */
.info-section-top {
  position: relative;
  /* お知らせブロック */
}
.info-section-top:before {
  content: "";
  width: 98%;
  max-width: 1320px;
  height: 100%;
  background-color: #fffbf5;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .info-section-top:before {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .info-section-top > .swell-block-fullWide__inner {
    width: 90vw;
  }
}
.info-section-top .info-block {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .info-section-top .info-block {
    gap: 80px !important;
    margin-top: 60px;
  }
}
.info-section-top .info-block__news, .info-section-top .info-block__appeal {
  padding: 0 20px 20px;
  border-radius: 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .info-section-top .info-block__news, .info-section-top .info-block__appeal {
    border-radius: 10px;
  }
}
.info-section-top .info-block__news::before, .info-section-top .info-block__appeal::before {
  content: "";
  width: 60%;
  height: 60px;
  border-radius: 20px 20px 0 0;
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .info-section-top .info-block__news::before, .info-section-top .info-block__appeal::before {
    border-radius: 10px 10px 0 0;
    top: -35px;
  }
}
.info-section-top .info-block__news .wp-block-heading, .info-section-top .info-block__appeal .wp-block-heading {
  font-family: "Zen Maru Gothic", serif !important;
  font-size: 20px !important;
  font-weight: bold !important;
  border: none !important;
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 768px) {
  .info-section-top .info-block__news .wp-block-heading, .info-section-top .info-block__appeal .wp-block-heading {
    font-size: 16px !important;
    margin-bottom: 15px !important;
  }
}
.info-section-top .info-block__news .wp-block-heading::before, .info-section-top .info-block__appeal .wp-block-heading::before {
  display: none;
}
.info-section-top .info-block__news .wp-block-heading::after, .info-section-top .info-block__appeal .wp-block-heading::after {
  font-size: 16px;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.info-section-top .info-block__news .info-list .p-postList, .info-section-top .info-block__appeal .info-list .p-postList {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
}
@media only screen and (max-width: 768px) {
  .info-section-top .info-block__news .info-list .p-postList, .info-section-top .info-block__appeal .info-list .p-postList {
    padding: 5px 15px;
  }
}
.info-section-top .info-block__news .info-list .p-postList__item a, .info-section-top .info-block__appeal .info-list .p-postList__item a {
  border-bottom: 1px dashed #beb7ab;
}
@media only screen and (max-width: 768px) {
  .info-section-top .info-block__news .info-list .p-postList__item a, .info-section-top .info-block__appeal .info-list .p-postList__item a {
    padding: 10px 0;
  }
}
.info-section-top .info-block__news .info-list .p-postList__item:last-child a, .info-section-top .info-block__appeal .info-list .p-postList__item:last-child a {
  border-bottom: none;
}
.info-section-top .info-block__news .info-list .p-postList__meta, .info-section-top .info-block__appeal .info-list .p-postList__meta {
  font-size: 14px;
  font-weight: 500;
}
.info-section-top .info-block__news .info-list .p-postList__meta :before, .info-section-top .info-block__appeal .info-list .p-postList__meta :before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .info-section-top .info-block__news .info-list .p-postList__meta, .info-section-top .info-block__appeal .info-list .p-postList__meta {
    font-size: 12px;
  }
}
.info-section-top .info-block__news .info-list .p-postList .u-thin, .info-section-top .info-block__appeal .info-list .p-postList .u-thin {
  opacity: 1;
}
.info-section-top .info-block__news .info-list .p-postList__times, .info-section-top .info-block__appeal .info-list .p-postList__times {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.info-section-top .info-block__news .info-list .p-postList__cat, .info-section-top .info-block__appeal .info-list .p-postList__cat {
  color: transparent;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 100px;
  width: 70px;
  padding: 2px 10px;
  position: relative;
}
.info-section-top .info-block__news .info-list .p-postList__cat:before, .info-section-top .info-block__appeal .info-list .p-postList__cat:before {
  content: "お知らせ";
  color: #fff;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 10px;
}
.info-section-top .info-block__news .info-list .p-postList__title, .info-section-top .info-block__appeal .info-list .p-postList__title {
  font-weight: normal !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 16px !important;
}
@media only screen and (max-width: 768px) {
  .info-section-top .info-block__news .info-list .p-postList__title, .info-section-top .info-block__appeal .info-list .p-postList__title {
    font-size: 14px !important;
  }
}
.info-section-top .info-block__news .info-list .p-postList__title:before, .info-section-top .info-block__news .info-list .p-postList__title:after, .info-section-top .info-block__appeal .info-list .p-postList__title:before, .info-section-top .info-block__appeal .info-list .p-postList__title:after {
  display: none;
}
.info-section-top .info-block__news {
  background-color: #fff0ea;
}
.info-section-top .info-block__news::before {
  background-color: #fff0ea;
}
.info-section-top .info-block__news .wp-block-heading::after {
  content: "News";
  color: #de765b;
}
.info-section-top .info-block__news .info-list .p-postList__cat {
  background-color: #de765b !important;
}
.info-section-top .info-block__news .info-list .p-postList__link:hover {
  background: none !important;
  color: #de765b !important;
}
.info-section-top .info-block__news .info-list .p-postList__link:hover .p-postList__title {
  color: #de765b !important;
}
.info-section-top .info-block__appeal {
  background-color: #f4fffb;
}
.info-section-top .info-block__appeal::before {
  background-color: #f4fffb;
}
.info-section-top .info-block__appeal .wp-block-heading::after {
  content: "Appeal";
  color: #26ad6b;
}
.info-section-top .info-block__appeal .info-list .p-postList__cat {
  background-color: #26ad6b !important;
}
.info-section-top .info-block__appeal .info-list .p-postList__link:hover {
  background: none !important;
  color: #26ad6b !important;
}
.info-section-top .info-block__appeal .info-list .p-postList__link:hover .p-postList__title {
  color: #26ad6b !important;
}

/* 当院の強み */
.strengths-section-top .strengths-box {
  overflow: hidden;
}
.strengths-section-top .strengths-box__wrap .swell-block-columns__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .strengths-section-top .strengths-box figure {
    position: absolute;
    top: 20px;
    left: 20px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .strengths-section-top .strengths-box figure img {
    max-width: 80px;
  }
}
.strengths-section-top .strengths-box .cap_box_ttl {
  border-radius: 15px 15px 0 0;
  color: #fff;
  background-color: #26ad6b;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .strengths-section-top .strengths-box .cap_box_ttl {
    font-size: 16px;
  }
}
.strengths-section-top .strengths-box .cap_box_content {
  background-color: #fff;
  background-image: linear-gradient(90deg, rgba(236, 236, 236, 0.5019607843) 1px, transparent 1px), linear-gradient(rgba(236, 236, 236, 0.5019607843) 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 17px 17px;
  border: 2px solid #26ad6b;
  border-radius: 0 0 15px 15px;
  min-height: 228px !important;
  padding: 26px 20px 35px;
}
@media only screen and (max-width: 1200px) {
  .strengths-section-top .strengths-box .cap_box_content {
    padding: 20px;
    min-height: 150px !important;
  }
}
@media only screen and (max-width: 768px) {
  .strengths-section-top .strengths-box .cap_box_content .wp-block-columns {
    gap: 0 !important;
  }
}
.strengths-section-top .strengths-box__title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .strengths-section-top .strengths-box__title {
    font-size: 16px;
    padding-left: 90px;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.strengths-section-top .strengths-box__title.text-small {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .strengths-section-top .strengths-box__title.text-small {
    font-size: 14px;
  }
}

/* 診療内容 */
.medical-section-top {
  /* 診療内容 */
}
.medical-section-top .info-medical-top .p-postList {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
@media only screen and (max-width: 768px) {
  .medical-section-top .info-medical-top .p-postList {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}
.medical-section-top .info-medical-top .p-postList__item {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media only screen and (max-width: 768px) {
  .medical-section-top .info-medical-top .p-postList__item {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 10px 0 !important;
  }
}
.medical-section-top .info-medical-top .p-postList__link {
  background-color: #fffbf5;
  border: 2px solid #e39c2a;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 30px 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .medical-section-top .info-medical-top .p-postList__link {
    padding: 15px 10px;
  }
}
.medical-section-top .info-medical-top .p-postList__link:hover .c-postThumb__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  .medical-section-top .info-medical-top .p-postList__link:hover .c-postThumb__img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.medical-section-top .info-medical-top .p-postList__thumb {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 10px;
  width: 100%;
  z-index: 0;
}
.medical-section-top .info-medical-top .p-postList__thumb .c-postThumb__figure {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 768px) {
  .medical-section-top .info-medical-top .p-postList__thumb .c-postThumb__figure {
    width: 100px;
    height: 100px;
  }
}
.medical-section-top .info-medical-top .p-postList__thumb:before {
  display: none;
}
.medical-section-top .info-medical-top .p-postList__body {
  padding: 0;
}
.medical-section-top .info-medical-top .p-postList__title {
  color: #26ad6b !important;
  font-family: "Zen Maru Gothic", serif !important;
  font-size: 24px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin: 0 auto 10px !important;
  border: none !important;
}
@media only screen and (max-width: 768px) {
  .medical-section-top .info-medical-top .p-postList__title {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }
}
.medical-section-top .info-medical-top .p-postList__title:before, .medical-section-top .info-medical-top .p-postList__title:after {
  display: none;
}
.medical-section-top .info-medical-top .p-postList__excerpt {
  margin: 0;
}
.medical-section-top .info-medical-top .p-postList__excerpt .post_content {
  font-size: 16px !important;
}
@media only screen and (max-width: 768px) {
  .medical-section-top .info-medical-top .p-postList__excerpt .post_content {
    font-size: 10px !important;
  }
}
.medical-section-top .info-medical-top .p-postList__item:nth-child(6) .p-postList__title, .medical-section-top .info-medical-top .p-postList__item:nth-child(7) .p-postList__title {
  max-width: 8em;
}
.medical-section-top .info-medical-top .p-postList__meta {
  display: none;
}

/* 院長紹介 */
.doctor-section-top .doctor-block-top figure {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .doctor-section-top .doctor-block-top figure {
    max-width: 90%;
    margin: 0 auto !important;
  }
}
.doctor-section-top .doctor-block-top figure img {
  border-radius: 15px !important;
}
@media only screen and (max-width: 768px) {
  .doctor-section-top .doctor-block-top figure img {
    border-radius: 20px !important;
  }
}
.doctor-section-top .doctor-block-top .wp-block-column:last-child {
  margin-top: 40px !important;
  position: relative;
  padding: 60px 40px 60px 20px;
}
@media only screen and (max-width: 768px) {
  .doctor-section-top .doctor-block-top .wp-block-column:last-child {
    margin-top: 0 !important;
    padding: 0 20px 50px;
  }
}
.doctor-section-top .doctor-block-top .wp-block-column:last-child:before {
  content: "";
  width: 140%;
  height: 100%;
  background-color: #f4fffb;
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .doctor-section-top .doctor-block-top .wp-block-column:last-child:before {
    width: 100%;
    height: 130%;
    top: auto;
    bottom: 0;
  }
}
.doctor-section-top .doctor-block-top__title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 32px !important;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 960px) {
  .doctor-section-top .doctor-block-top__title {
    font-size: 28px !important;
  }
}
@media only screen and (max-width: 768px) {
  .doctor-section-top .doctor-block-top__title {
    font-size: 24px !important;
    margin-bottom: 20px;
  }
}
.doctor-section-top .doctor-block-top__title small {
  color: #fff;
  background-color: #e39c2a;
  border: 2px solid #fff5aa;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 4px 20px;
  margin-left: 10px;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .doctor-section-top .doctor-block-top__title small {
    font-size: 14px;
  }
}
.doctor-section-top .doctor-block-top__text {
  line-height: 2;
  margin-bottom: 24px;
}
.doctor-section-top .doctor-block-top__box {
  background-color: #fff;
  background-image: linear-gradient(90deg, rgba(236, 236, 236, 0.5019607843) 1px, transparent 1px), linear-gradient(rgba(236, 236, 236, 0.5019607843) 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 17px 17px;
  border: 2px solid #26ad6b;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .doctor-section-top .doctor-block-top__box {
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px !important;
  }
}
.doctor-section-top .doctor-block-top__list li {
  font-size: 16px;
  font-weight: bold;
}
.doctor-section-top .doctor-block-top__list li::marker {
  color: #26ad6b;
}
@media only screen and (max-width: 768px) {
  .doctor-section-top .doctor-block-top__list li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .doctor-section-top .doctor-block-top .btn-base {
    text-align: center;
  }
}

/* よくある質問 */
.qa-section .p-postList__body,
.qa-section-top .p-postList__body {
  padding: 0;
}
.qa-section .p-postList__body:hover,
.qa-section-top .p-postList__body:hover {
  opacity: 1 !important;
}
.qa-section .p-postList__meta,
.qa-section-top .p-postList__meta {
  display: none;
}
.qa-section .p-postList__item,
.qa-section-top .p-postList__item {
  padding: 0;
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 768px) {
  .qa-section .p-postList__item,
  .qa-section-top .p-postList__item {
    margin-bottom: 12px !important;
  }
}
.qa-section .p-postList__excerpt,
.qa-section-top .p-postList__excerpt {
  margin: 0;
}

/* お知らせタブ切り替え */
.tab-news-appeal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 640px;
  margin: 0 auto;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .tab-news-appeal {
    gap: 10px;
  }
}
.tab-news-appeal > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab-news-appeal > li > a {
  color: #7c6849;
  border: 2px solid #7c6849;
  border-radius: 100px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 15px 60px;
}
@media only screen and (max-width: 768px) {
  .tab-news-appeal > li > a {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.tab-news-appeal > li > a.is-active {
  color: #fff;
  background-color: #7c6849;
  border-bottom-color: #7c6849;
}
.tab-news-appeal > li:first-child > a {
  color: #de765b;
  background-color: #fff0ea;
  border-color: #de765b;
}
.tab-news-appeal > li:last-child > a {
  color: #26ad6b;
  background-color: #f4fffb;
  border-color: #26ad6b;
}

/* お知らせ一覧 */
.category-news,
.category-appeal {
  /* ページネーション */
}
.category-news #content,
.category-appeal #content {
  padding-top: 100px !important;
}
@media only screen and (max-width: 768px) {
  .category-news #content,
  .category-appeal #content {
    padding-top: 50px !important;
  }
}
.category-news .u-thin,
.category-appeal .u-thin {
  opacity: 1;
}
.category-news .p-postList,
.category-appeal .p-postList {
  border: none;
}
.category-news .p-postList__item a,
.category-appeal .p-postList__item a {
  border-bottom: 1px dashed #beb7ab;
  padding: 24px 40px 24px 0;
}
@media only screen and (max-width: 768px) {
  .category-news .p-postList__item a,
  .category-appeal .p-postList__item a {
    padding: 20px 25px 20px 0;
  }
}
.category-news .p-postList__item a:before,
.category-appeal .p-postList__item a:before {
  content: "";
  background: url(../images/icon_arrow_b.svg) no-repeat center center/cover;
  width: 26px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .category-news .p-postList__item a:before,
  .category-appeal .p-postList__item a:before {
    width: 15px;
    height: 7px;
    right: 0;
  }
}
.category-news .p-postList__item a:hover:before,
.category-appeal .p-postList__item a:hover:before {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}
@media only screen and (max-width: 768px) {
  .category-news .p-postList__item a:hover:before,
  .category-appeal .p-postList__item a:hover:before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.category-news .p-postList__item:last-child a,
.category-appeal .p-postList__item:last-child a {
  border-bottom: none;
}
.category-news .p-postList__meta,
.category-appeal .p-postList__meta {
  font-size: 14px;
  font-weight: 500;
}
.category-news .p-postList__meta :before,
.category-appeal .p-postList__meta :before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .category-news .p-postList__meta,
  .category-appeal .p-postList__meta {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.category-news .p-postList__times,
.category-appeal .p-postList__times {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.category-news .p-postList__cat,
.category-appeal .p-postList__cat {
  color: transparent;
  background-color: #de765b;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 100px;
  width: 70px;
  padding: 2px 10px;
  position: relative;
}
.category-news .p-postList__cat:before,
.category-appeal .p-postList__cat:before {
  content: "お知らせ";
  color: #fff;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 10px;
}
.category-news .p-postList__title,
.category-appeal .p-postList__title {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .category-news .p-postList__title,
  .category-appeal .p-postList__title {
    font-size: 14px;
    font-weight: 500;
  }
}
.category-news .c-pagination .page-numbers,
.category-appeal .c-pagination .page-numbers {
  color: #7c6849;
  background-color: #fffbf5;
  border: 1px solid #7c6849;
  border-radius: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: 500;
  width: 30px;
  height: 30px;
  min-width: 30px;
  line-height: 30px;
}
.category-news .c-pagination .page-numbers:hover, .category-news .c-pagination .page-numbers.current,
.category-appeal .c-pagination .page-numbers:hover,
.category-appeal .c-pagination .page-numbers.current {
  color: #fff;
  background-color: #7c6849;
}

/* 医院からのお知らせ */
.category-news .tab-news-appeal > li:first-child > a {
  pointer-events: none;
}
.category-news .tab-news-appeal > li:last-child > a {
  color: #cecece;
  background-color: #f4fffb;
  border-color: #f4fffb;
}
.category-news .p-postList__link:hover {
  background: none !important;
  color: #de765b;
}
.category-news .p-postList__cat {
  background-color: #de765b;
}

/* 当院の診療 最新情報 */
.category-appeal .tab-news-appeal > li:first-child > a {
  color: #cecece;
  background-color: #fff0ea;
  border-color: #fff0ea;
}
.category-appeal .tab-news-appeal > li:last-child > a {
  pointer-events: none;
}
.category-appeal .p-postList__link:hover {
  background: none !important;
  color: #26ad6b;
}
.category-appeal .p-postList__cat {
  background-color: #26ad6b;
}

.single-medical #main_content,
.single-post #main_content {
  padding: 100px 0 0 !important;
  max-width: 882px;
  margin: 0 auto;
  /* カテゴリー */
  /* タイトル */
  /* ページ下部 */
}
@media only screen and (max-width: 768px) {
  .single-medical #main_content,
  .single-post #main_content {
    padding: 50px 0 0 !important;
  }
}
.single-medical #main_content .p-articleMetas,
.single-post #main_content .p-articleMetas {
  max-width: 850px;
  margin: 16px auto;
}
.single-medical #main_content .p-articleMetas .u-thin,
.single-post #main_content .p-articleMetas .u-thin {
  opacity: 1;
}
.single-medical #main_content .p-articleMetas .c-postTimes__posted,
.single-post #main_content .p-articleMetas .c-postTimes__posted {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.single-medical #main_content .p-articleMetas .c-postTimes__posted:before,
.single-post #main_content .p-articleMetas .c-postTimes__posted:before {
  display: none;
}
.single-medical #main_content .p-articleMetas .c-categoryList:before,
.single-post #main_content .p-articleMetas .c-categoryList:before {
  display: none;
}
.single-medical #main_content .p-articleMetas .c-categoryList__link,
.single-post #main_content .p-articleMetas .c-categoryList__link {
  color: transparent;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 100px;
  width: 70px;
  padding: 4px 10px;
  position: relative;
}
.single-medical #main_content .p-articleMetas .c-categoryList__link:before,
.single-post #main_content .p-articleMetas .c-categoryList__link:before {
  content: "お知らせ";
  color: #fff;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 10px;
}
.single-medical #main_content .p-articleHead,
.single-post #main_content .p-articleHead {
  max-width: 850px;
  margin: 16px auto;
  font-size: 28px !important;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .single-medical #main_content .p-articleHead,
  .single-post #main_content .p-articleHead {
    font-size: 20px !important;
  }
}
.single-medical #main_content .btn-base,
.single-post #main_content .btn-base {
  margin-bottom: 0;
}
.single-medical #main_content .p-articleFoot,
.single-post #main_content .p-articleFoot {
  display: none;
}

.cat-news .c-categoryList__link {
  background-color: #de765b;
}

.cat-appeal .c-categoryList__link {
  background-color: #26ad6b;
}

.page:not(.home),
.editor-styles-wrapper,
.single-medical,
.single-post {
  /* 余白調整 */
}
.page:not(.home) .wp-block-post-content,
.page:not(.home) .post_content,
.editor-styles-wrapper .wp-block-post-content,
.editor-styles-wrapper .post_content,
.single-medical .wp-block-post-content,
.single-medical .post_content,
.single-post .wp-block-post-content,
.single-post .post_content {
  /* 見出し */
  /* 画像 */
}
.page:not(.home) .wp-block-post-content h2:not(.is-style-section_ttl),
.page:not(.home) .post_content h2:not(.is-style-section_ttl),
.editor-styles-wrapper .wp-block-post-content h2:not(.is-style-section_ttl),
.editor-styles-wrapper .post_content h2:not(.is-style-section_ttl),
.single-medical .wp-block-post-content h2:not(.is-style-section_ttl),
.single-medical .post_content h2:not(.is-style-section_ttl),
.single-post .wp-block-post-content h2:not(.is-style-section_ttl),
.single-post .post_content h2:not(.is-style-section_ttl) {
  color: #7c6849;
  position: relative;
  border-bottom: 2px solid #ddd;
  font-size: 24px;
  font-weight: bold;
  padding: 16px 0;
  margin-top: 40px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .page:not(.home) .wp-block-post-content h2:not(.is-style-section_ttl),
  .page:not(.home) .post_content h2:not(.is-style-section_ttl),
  .editor-styles-wrapper .wp-block-post-content h2:not(.is-style-section_ttl),
  .editor-styles-wrapper .post_content h2:not(.is-style-section_ttl),
  .single-medical .wp-block-post-content h2:not(.is-style-section_ttl),
  .single-medical .post_content h2:not(.is-style-section_ttl),
  .single-post .wp-block-post-content h2:not(.is-style-section_ttl),
  .single-post .post_content h2:not(.is-style-section_ttl) {
    font-size: 18px;
    padding: 14px 0;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
    margin-bottom: 12px;
  }
}
.page:not(.home) .wp-block-post-content h2:not(.is-style-section_ttl):before,
.page:not(.home) .post_content h2:not(.is-style-section_ttl):before,
.editor-styles-wrapper .wp-block-post-content h2:not(.is-style-section_ttl):before,
.editor-styles-wrapper .post_content h2:not(.is-style-section_ttl):before,
.single-medical .wp-block-post-content h2:not(.is-style-section_ttl):before,
.single-medical .post_content h2:not(.is-style-section_ttl):before,
.single-post .wp-block-post-content h2:not(.is-style-section_ttl):before,
.single-post .post_content h2:not(.is-style-section_ttl):before {
  content: "";
  border-bottom: 2px solid #e39c2a;
  width: 15%;
  position: absolute;
  left: 0;
  bottom: -2px;
}
@media only screen and (max-width: 768px) {
  .page:not(.home) .wp-block-post-content h2:not(.is-style-section_ttl):before,
  .page:not(.home) .post_content h2:not(.is-style-section_ttl):before,
  .editor-styles-wrapper .wp-block-post-content h2:not(.is-style-section_ttl):before,
  .editor-styles-wrapper .post_content h2:not(.is-style-section_ttl):before,
  .single-medical .wp-block-post-content h2:not(.is-style-section_ttl):before,
  .single-medical .post_content h2:not(.is-style-section_ttl):before,
  .single-post .wp-block-post-content h2:not(.is-style-section_ttl):before,
  .single-post .post_content h2:not(.is-style-section_ttl):before {
    border-bottom: 1px solid #e39c2a;
    bottom: -1px;
  }
}
.page:not(.home) .wp-block-post-content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title),
.page:not(.home) .post_content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title),
.editor-styles-wrapper .wp-block-post-content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title),
.editor-styles-wrapper .post_content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title),
.single-medical .wp-block-post-content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title),
.single-medical .post_content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title),
.single-post .wp-block-post-content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title),
.single-post .post_content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title) {
  color: #e39c2a !important;
  background-color: #fffbf5;
  border-radius: 0 5px 5px 0;
  font-size: 20px !important;
  padding: 15px 20px;
  margin-top: 32px !important;
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 768px) {
  .page:not(.home) .wp-block-post-content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title),
  .page:not(.home) .post_content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title),
  .editor-styles-wrapper .wp-block-post-content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title),
  .editor-styles-wrapper .post_content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title),
  .single-medical .wp-block-post-content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title),
  .single-medical .post_content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title),
  .single-post .wp-block-post-content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title),
  .single-post .post_content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title) {
    font-size: 16px !important;
    margin-top: 20px !important;
    margin-bottom: 12px !important;
  }
}
.page:not(.home) .wp-block-post-content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title):before,
.page:not(.home) .post_content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title):before,
.editor-styles-wrapper .wp-block-post-content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title):before,
.editor-styles-wrapper .post_content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title):before,
.single-medical .wp-block-post-content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title):before,
.single-medical .post_content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title):before,
.single-post .wp-block-post-content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title):before,
.single-post .post_content h3:not(.is-style-section_ttl):not(.m-disalbe-block__title):not(.m-treatment-block__title):not(.p-postList__title):before {
  content: "";
  background-color: #e39c2a;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 5px 0 0 5px;
}
.page:not(.home) .wp-block-post-content h4:not(.is-style-section_ttl),
.page:not(.home) .wp-block-post-content h5:not(.is-style-section_ttl),
.page:not(.home) .post_content h4:not(.is-style-section_ttl),
.page:not(.home) .post_content h5:not(.is-style-section_ttl),
.editor-styles-wrapper .wp-block-post-content h4:not(.is-style-section_ttl),
.editor-styles-wrapper .wp-block-post-content h5:not(.is-style-section_ttl),
.editor-styles-wrapper .post_content h4:not(.is-style-section_ttl),
.editor-styles-wrapper .post_content h5:not(.is-style-section_ttl),
.single-medical .wp-block-post-content h4:not(.is-style-section_ttl),
.single-medical .wp-block-post-content h5:not(.is-style-section_ttl),
.single-medical .post_content h4:not(.is-style-section_ttl),
.single-medical .post_content h5:not(.is-style-section_ttl),
.single-post .wp-block-post-content h4:not(.is-style-section_ttl),
.single-post .wp-block-post-content h5:not(.is-style-section_ttl),
.single-post .post_content h4:not(.is-style-section_ttl),
.single-post .post_content h5:not(.is-style-section_ttl) {
  margin-top: 32px !important;
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 768px) {
  .page:not(.home) .wp-block-post-content h4:not(.is-style-section_ttl),
  .page:not(.home) .wp-block-post-content h5:not(.is-style-section_ttl),
  .page:not(.home) .post_content h4:not(.is-style-section_ttl),
  .page:not(.home) .post_content h5:not(.is-style-section_ttl),
  .editor-styles-wrapper .wp-block-post-content h4:not(.is-style-section_ttl),
  .editor-styles-wrapper .wp-block-post-content h5:not(.is-style-section_ttl),
  .editor-styles-wrapper .post_content h4:not(.is-style-section_ttl),
  .editor-styles-wrapper .post_content h5:not(.is-style-section_ttl),
  .single-medical .wp-block-post-content h4:not(.is-style-section_ttl),
  .single-medical .wp-block-post-content h5:not(.is-style-section_ttl),
  .single-medical .post_content h4:not(.is-style-section_ttl),
  .single-medical .post_content h5:not(.is-style-section_ttl),
  .single-post .wp-block-post-content h4:not(.is-style-section_ttl),
  .single-post .wp-block-post-content h5:not(.is-style-section_ttl),
  .single-post .post_content h4:not(.is-style-section_ttl),
  .single-post .post_content h5:not(.is-style-section_ttl) {
    margin-top: 20px !important;
    margin-bottom: 12px !important;
  }
}
.page:not(.home) .wp-block-post-content .wp-block-image img,
.page:not(.home) .post_content .wp-block-image img,
.editor-styles-wrapper .wp-block-post-content .wp-block-image img,
.editor-styles-wrapper .post_content .wp-block-image img,
.single-medical .wp-block-post-content .wp-block-image img,
.single-medical .post_content .wp-block-image img,
.single-post .wp-block-post-content .wp-block-image img,
.single-post .post_content .wp-block-image img {
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .page:not(.home) .wp-block-post-content .wp-block-image img,
  .page:not(.home) .post_content .wp-block-image img,
  .editor-styles-wrapper .wp-block-post-content .wp-block-image img,
  .editor-styles-wrapper .post_content .wp-block-image img,
  .single-medical .wp-block-post-content .wp-block-image img,
  .single-medical .post_content .wp-block-image img,
  .single-post .wp-block-post-content .wp-block-image img,
  .single-post .post_content .wp-block-image img {
    border-radius: 15px;
  }
}
.page:not(.home) .post_content > h2,
.editor-styles-wrapper .post_content > h2,
.single-medical .post_content > h2,
.single-post .post_content > h2 {
  margin: 40px 0 24px !important;
}
.page:not(.home) .post_content > h3,
.editor-styles-wrapper .post_content > h3,
.single-medical .post_content > h3,
.single-post .post_content > h3 {
  margin: 32px 0 24px !important;
}
.page:not(.home) .post_content > h4,
.page:not(.home) .post_content > h5,
.editor-styles-wrapper .post_content > h4,
.editor-styles-wrapper .post_content > h5,
.single-medical .post_content > h4,
.single-medical .post_content > h5,
.single-post .post_content > h4,
.single-post .post_content > h5 {
  margin: 32px 0 24px !important;
}

/* リード文 */
.info-lead {
  padding: 0 0 40px !important;
  margin-bottom: 4em;
}
.info-lead .highlight-box strong {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .info-lead .highlight-box strong {
    border: 1px solid #7c6849;
    font-size: 12px;
    padding: 6px 20px;
  }
}

/* 初心の方へ・再診の方へ */
.examination-section {
  border-radius: 20px;
}
.examination-section.first .is-style-section_ttl small {
  color: #de765b;
}
.examination-section .examination__list {
  max-width: 665px;
  padding-left: 30px;
  margin: 40px auto;
  counter-reset: number 0;
}
@media only screen and (max-width: 768px) {
  .examination-section .examination__list {
    padding-left: 14px;
  }
}
.examination-section .examination__list > li {
  background-color: #fff;
  border: 2px solid #7c6849;
  border-radius: 100px;
  margin: 0 0 32px;
  position: relative;
  list-style: none;
  padding: 20px 55px;
}
@media only screen and (max-width: 768px) {
  .examination-section .examination__list > li {
    padding: 15px 20px 15px 35px;
    margin: 0 0 16px;
  }
}
.examination-section .examination__list > li::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  color: #fff;
  background-color: #7c6849;
  border-radius: 100px;
  font-family: "Quicksand", sans-serif;
  font-size: 24px;
  font-weight: bold;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .examination-section .examination__list > li::before {
    font-size: 18px;
    width: 40px;
    height: 40px;
    left: -14px;
  }
}
.examination-section .examination__list > li.color-red::before {
  background-color: #de765b;
}
.examination-section .examination__list > li.color-blue::before {
  background-color: #1499ba;
}
.examination-section .examination__list > li.color-green::before {
  background-color: #26ad6b;
}
.examination-section .examination__list strong {
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .examination-section .examination__list strong {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.page-clinic {
  /* 当院が選ばれる強み */
  /* 院長紹介 */
  /* 医院の様子 */
}
.page-clinic .strengths-section .strengths-block {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .page-clinic .strengths-section .strengths-block {
    gap: 0 !important;
  }
}
.page-clinic .strengths-section .strengths-block figure {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page-clinic .strengths-section .strengths-block figure {
    max-width: 90%;
    margin: 0 auto !important;
  }
}
.page-clinic .strengths-section .strengths-block figure img {
  border-radius: 15px !important;
}
@media only screen and (max-width: 768px) {
  .page-clinic .strengths-section .strengths-block figure img {
    border-radius: 20px !important;
  }
}
.page-clinic .strengths-section .strengths-block .is-style-section_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 24px !important;
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 768px) {
  .page-clinic .strengths-section .strengths-block .is-style-section_ttl {
    font-size: 18px !important;
    margin-bottom: 12px !important;
  }
}
.page-clinic .strengths-section .strengths-block .is-style-section_ttl strong {
  position: relative;
  padding-bottom: 10px;
}
.page-clinic .strengths-section .strengths-block .is-style-section_ttl strong:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e39c2a;
}
.page-clinic .strengths-section .strengths-block .is-style-section_ttl .mininote {
  font-size: 16px !important;
}
@media only screen and (max-width: 768px) {
  .page-clinic .strengths-section .strengths-block .is-style-section_ttl .mininote {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }
}
.page-clinic .strengths-section .strengths-block .is-style-section_ttl .mininote:after {
  display: none;
}
.page-clinic .strengths-section .strengths-block .wp-block-column:last-child {
  margin-top: 40px !important;
  position: relative;
  padding: 60px 40px 60px 20px;
}
@media only screen and (max-width: 768px) {
  .page-clinic .strengths-section .strengths-block .wp-block-column:last-child {
    margin-top: 0 !important;
    padding: 20px;
  }
}
.page-clinic .strengths-section .strengths-block .wp-block-column:last-child:before {
  content: "";
  width: 120%;
  height: 100%;
  background-color: #fffbf5;
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .page-clinic .strengths-section .strengths-block .wp-block-column:last-child:before {
    width: 100%;
    height: 160%;
    top: auto;
    bottom: 0;
  }
}
.page-clinic .strengths-section .strengths-block.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-clinic .strengths-section .strengths-block.reverse .wp-block-column:last-child {
  padding: 60px 20px 60px 40px;
}
@media only screen and (max-width: 768px) {
  .page-clinic .strengths-section .strengths-block.reverse .wp-block-column:last-child {
    margin-top: 0 !important;
    padding: 20px;
  }
}
.page-clinic .strengths-section .strengths-block.reverse .wp-block-column:last-child:before {
  background-color: #f4fffb;
  right: auto;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .page-clinic .info-section .clinic-info-block .swell-block-columns__inner {
    row-gap: 20px;
  }
}
.page-clinic .info-section .clinic-info-block__item figure {
  overflow: hidden;
}
.page-clinic .info-section .clinic-info-block__item figure img {
  border-radius: 15px !important;
}
.page-clinic .info-section .clinic-info-block__item p {
  font-family: "Zen Maru Gothic", serif;
  color: #e39c2a;
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-clinic .info-section .clinic-info-block__item p {
    font-size: 20px;
  }
}

.page-doctor {
  /* パーツ共通スタイル */
  /* profile-block */
  /* 理事長・院長挨拶 */
  /* 当クリニックの理念 */
  /* 名誉院長挨拶 */
}
.page-doctor .profile-block {
  background-color: #fff;
  background-image: linear-gradient(90deg, rgba(236, 236, 236, 0.5019607843) 1px, transparent 1px), linear-gradient(rgba(236, 236, 236, 0.5019607843) 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 17px 17px;
  border: 2px solid #26ad6b;
  border-radius: 15px;
  padding: 20px 15px !important;
}
@media only screen and (max-width: 768px) {
  .page-doctor .profile-block {
    padding: 15px !important;
  }
}
.page-doctor .profile-block__title {
  color: #26ad6b;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page-doctor .profile-block__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.page-doctor .profile-block__list li {
  font-size: 16px;
  font-weight: bold;
}
.page-doctor .profile-block__list li::marker {
  color: #26ad6b;
}
@media only screen and (max-width: 768px) {
  .page-doctor .profile-block__list li {
    font-size: 14px;
  }
}
.page-doctor .profile-block.color-green {
  border-color: #26ad6b;
}
.page-doctor .profile-block.color-green .profile-block__title {
  color: #26ad6b;
}
.page-doctor .profile-block.color-green .profile-block__list li::marker {
  color: #26ad6b;
}
.page-doctor .profile-block.color-red {
  border-color: #de765b;
}
.page-doctor .profile-block.color-red .profile-block__title {
  color: #de765b;
}
.page-doctor .profile-block.color-red .profile-block__list li::marker {
  color: #de765b;
}
.page-doctor .profile-block.color-blue {
  border-color: #1499ba;
}
.page-doctor .profile-block.color-blue .profile-block__title {
  color: #1499ba;
}
.page-doctor .profile-block.color-blue .profile-block__list li::marker {
  color: #1499ba;
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .doctor-block__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .doctor-block__title strong {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .doctor-block__title > br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .media__wrap {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .media__wrap .p-postList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: 0;
    overflow-x: auto;
  }
}
.page-doctor .message-section .media__wrap .p-postList__item {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .media__wrap .p-postList__item {
    font-size: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 60%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .media__wrap .p-postList__item:first-child {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .media__wrap .p-postList__item:last-child {
    margin-right: 20px;
  }
}
.page-doctor .message-section .media__wrap .p-postList__item:hover .p-postList__body {
  opacity: 1;
}
.page-doctor .message-section .media__wrap .p-postList__title {
  display: none;
}
.page-doctor .message-section .media__image {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 10px;
}
.page-doctor .message-section .media__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-doctor .message-section .media__year {
  color: #e39c2a;
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .media__list {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .media__list .swell-block-columns__inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: 0;
    overflow-x: auto;
  }
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .media__list .swell-block-columns__inner > .swell-block-column {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 60%;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .media__list .swell-block-columns__inner > .swell-block-column:last-child {
    margin-right: 20px;
  }
}
.page-doctor .message-section .media__list figure {
  overflow: hidden;
}
.page-doctor .message-section .media__list figure img {
  border-radius: 15px !important;
}
.page-doctor .message-section .media__year {
  font-size: 16px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .media__year {
    font-size: 12px;
  }
}
.page-doctor .message-section .media__title {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .page-doctor .message-section .media__title {
    font-size: 12px;
  }
}
.page-doctor .philosophy-section {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .page-doctor .philosophy-section {
    margin: 40px auto 80px;
  }
}
.page-doctor .philosophy-section:before {
  content: "";
  width: 98%;
  max-width: 1320px;
  height: 100%;
  background-color: #fffbf5;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .page-doctor .philosophy-section:before {
    width: calc(100% - 30px);
  }
}
.page-doctor .philosophy-section__inner {
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .page-doctor .philosophy-section__inner {
    padding: 50px 17px !important;
  }
}
.page-doctor .philosophy-section__inner:before, .page-doctor .philosophy-section__inner:after {
  content: "";
  display: block;
  background-color: #beb7ab;
  position: absolute;
}
.page-doctor .philosophy-section__inner:before {
  background: url("../images/img_philosophy01.jpg") no-repeat center center/cover;
  border-radius: 25px 0 0 25px;
  width: 22vw;
  max-width: 320px;
  height: 24vw;
  max-height: 350px;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .page-doctor .philosophy-section__inner:before {
    background: url("../images/img_philosophy01_sp.jpg") no-repeat center center/cover;
    border-radius: 15px 0 0 15px;
    width: 55vw;
    max-width: 280px;
    height: 35vw;
    max-height: 160px;
    top: -100px;
  }
}
@media only screen and (max-width: 960px) {
  .page-doctor .philosophy-section__inner:before {
    max-width: 200px;
    max-height: 130px;
  }
}
.page-doctor .philosophy-section__inner:after {
  background: url("../images/img_philosophy02.jpg") no-repeat center center/cover;
  border-radius: 0 25px 25px 0;
  width: 20vw;
  max-width: 290px;
  height: 22vw;
  max-height: 320px;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .page-doctor .philosophy-section__inner:after {
    background: url("../images/img_philosophy02_sp.jpg") no-repeat center center/cover;
    border-radius: 0 15px 15px 0;
    width: 55vw;
    max-width: 280px;
    height: 35vw;
    max-height: 160px;
    bottom: -200px;
  }
}
@media only screen and (max-width: 960px) {
  .page-doctor .philosophy-section__inner:after {
    max-width: 200px;
    max-height: 130px;
    bottom: -150px;
  }
}
@media only screen and (max-width: 768px) {
  .page-doctor .philosophy-section__inner:after {
    bottom: -100px;
  }
}
.page-doctor .philosophy-section .philosophy__list {
  max-width: 560px;
  padding-left: 0;
  margin: 40px auto;
  counter-reset: number 0;
}
.page-doctor .philosophy-section .philosophy__list > li {
  font-family: "Zen Maru Gothic", serif;
  background-color: #fff;
  border: 2px solid #7c6849;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
  position: relative;
  list-style: none;
  padding: 14px 10px 14px 50px;
}
@media only screen and (max-width: 768px) {
  .page-doctor .philosophy-section .philosophy__list > li {
    font-size: 14px;
    padding: 10px 20px 10px 45px;
    margin-bottom: 12px;
  }
}
.page-doctor .philosophy-section .philosophy__list > li::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  color: #fff;
  background-color: #7c6849;
  border-radius: 100px;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .page-doctor .philosophy-section .philosophy__list > li::before {
    font-size: 14px;
  }
}
.page-doctor .philosophy-section .philosophy__list > li:nth-child(1) {
  color: #de765b;
  border-color: #de765b;
}
.page-doctor .philosophy-section .philosophy__list > li:nth-child(1)::before {
  background-color: #de765b;
}
.page-doctor .philosophy-section .philosophy__list > li:nth-child(2) {
  color: #e39c2a;
  border-color: #e39c2a;
}
.page-doctor .philosophy-section .philosophy__list > li:nth-child(2)::before {
  background-color: #e39c2a;
}
.page-doctor .philosophy-section .philosophy__list > li:nth-child(3) {
  color: #26ad6b;
  border-color: #26ad6b;
}
.page-doctor .philosophy-section .philosophy__list > li:nth-child(3)::before {
  background-color: #26ad6b;
}
.page-doctor .philosophy-section .philosophy__list > li:nth-child(4) {
  color: #1499ba;
  border-color: #1499ba;
}
.page-doctor .philosophy-section .philosophy__list > li:nth-child(4)::before {
  background-color: #1499ba;
}
.page-doctor .honorary-section .is-style-section_ttl {
  font-size: 32px !important;
  font-weight: bold;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 35px;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 768px) {
  .page-doctor .honorary-section .is-style-section_ttl {
    font-size: 24px !important;
    padding-left: 30px;
    margin-bottom: 20px !important;
  }
}
.page-doctor .honorary-section .is-style-section_ttl:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #e39c2a !important;
  border: 2px solid #fff5aa;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .page-doctor .honorary-section .is-style-section_ttl:before {
    width: 20px;
    height: 20px;
  }
}

.page-calendar {
  /* ページタイトル */
  /* 線の色 */
  /* カレンダー */
}
.page-calendar #top_title_area .l-topTitleArea__body .c-postTitle__ttl,
.page-calendar #top_title_area .l-topTitleArea__body .c-pageTitle {
  letter-spacing: 0;
}
.page-calendar td,
.page-calendar th,
.page-calendar thead {
  border-color: #e1e1e1 !important;
}
.page-calendar .fc-unthemed {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .page-calendar .fc-unthemed {
    margin-bottom: 30px;
  }
}
.page-calendar .fc-unthemed .fc-toolbar {
  background-color: #fef2e2;
  border: 1px solid #e1e1e1;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  padding: 15px 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-calendar .fc-unthemed .fc-toolbar {
    padding: 8px 10px;
  }
}
.page-calendar .fc-unthemed .fc-toolbar .fc-left {
  float: left;
  display: inline-block;
}
.page-calendar .fc-unthemed .fc-toolbar .fc-left h2 {
  color: #7c6849;
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-calendar .fc-unthemed .fc-toolbar .fc-left h2 {
    font-size: 16px;
  }
}
.page-calendar .fc-unthemed .fc-toolbar .fc-left h2:before {
  display: none;
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right {
  float: right;
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group {
  margin: 0;
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group + .fc-button-group {
  margin-left: 10px;
  float: left !important;
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group + .fc-button-group:last-child {
  margin-left: 0;
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-button {
  color: #7c6849;
  background-color: #fff;
  border: 1px solid #7c6849;
  border-radius: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  font-weight: bold;
  text-shadow: none;
  line-height: 1;
  padding: 6px 16px;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-button {
    font-size: 12px;
  }
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-button:after {
  content: "";
  background: url(../images/icon_btn_arrow_b.svg) no-repeat center center/cover;
  width: 6px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-button:hover {
  color: #fff;
  background-color: #7c6849;
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-button:hover:after {
  width: 6px;
  background: url(../images/icon_btn_arrow.svg) no-repeat center center/cover;
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-button.fc-prev-button {
  padding-left: 23px;
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-button.fc-prev-button:before {
  content: "前の月";
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-button.fc-prev-button:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 13px;
  right: auto;
  left: 10px;
}
@media only screen and (max-width: 768px) {
  .page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-button.fc-prev-button:after {
    top: 8px;
  }
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-button.fc-next-button {
  padding-right: 23px;
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-button.fc-next-button:before {
  content: "次の月";
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-button .fc-icon {
  display: none;
}
.page-calendar .fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-today-button {
  display: none !important;
}
.page-calendar .fc-unthemed .fc-toolbar > * > * {
  float: left !important;
}
.page-calendar .fc-unthemed .fc-view > table > thead {
  background-color: #e39c2a;
}
.page-calendar .fc-unthemed .fc-view > table > thead .fc-day-header {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-calendar .fc-unthemed .fc-view > table > thead .fc-day-header {
    font-size: 12px;
  }
}
.page-calendar .fc-unthemed .fc-view > table > tbody .fc-event {
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  border-radius: 100px;
  padding: 2px 8px;
  margin: 5px;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .page-calendar .fc-unthemed .fc-view > table > tbody .fc-event {
    font-size: 8px;
    border-radius: 2px;
    padding: 2px;
    margin: 3px;
  }
}
.page-calendar .fc-unthemed .fc-view > table > tbody .fc-event .fc-time {
  display: none !important;
}
.page-calendar .fc-unthemed .fc-view .fc-day-number {
  color: #7c6849;
  background-color: #e8e8e8 !important;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 1px 5px !important;
}
@media only screen and (max-width: 768px) {
  .page-calendar .fc-unthemed .fc-view .fc-day-number {
    font-size: 10px;
    padding: 1px 3px !important;
  }
}
.page-calendar .fc-unthemed .fc-view .fc-day-number.fc-sat {
  color: #1499ba;
  background-color: #e6faff;
}
.page-calendar .fc-unthemed .fc-view .fc-day-number.fc-sun {
  color: #de765b;
  background-color: #fff0ea;
}
.page-calendar .fc-unthemed .fc-view .fc-today {
  background-color: #fff;
}
.page-calendar .btn-base a {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .page-calendar .btn-base a {
    font-size: 14px;
  }
}

.page-recruit {
  /* toc-recruit-list */
  /* features-section */
  /* value-section */
  /* flow-section */
  /* message-section */
  /* job-section */
}
.page-recruit .toc-recruit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding-top: 100px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-recruit .toc-recruit-list {
    gap: 10px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page-recruit .toc-recruit-list > li {
    width: calc(50% - 5px) !important;
  }
}
.page-recruit .toc-recruit-list > li a {
  border: 2px solid #7c6849 !important;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  min-width: 280px;
}
@media only screen and (max-width: 768px) {
  .page-recruit .toc-recruit-list > li a {
    font-size: 12px;
    min-width: 100%;
    padding: 10px 5px;
  }
}
.page-recruit .features-section {
  /* 当院の3つの特徴 */
  /* Features01~03 */
}
.page-recruit .features-section .features-img-block {
  max-width: 800px;
  margin: 40px auto;
}
@media only screen and (max-width: 768px) {
  .page-recruit .features-section .features-img-block {
    margin: 20px auto;
  }
}
@media only screen and (max-width: 768px) {
  .page-recruit .features-section .features-img-block .swell-block-columns__inner {
    row-gap: 18px;
    margin-left: -18px;
  }
}
@media only screen and (max-width: 768px) {
  .page-recruit .features-section .features-img-block__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 0 18px;
  }
}
.page-recruit .features-section .features-img-block__item p {
  font-family: "Zen Maru Gothic", serif;
  color: #e39c2a;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page-recruit .features-section .features-img-block__item p {
    font-size: 14px;
  }
}
.page-recruit .features-section .features-wrap {
  margin: 100px auto;
}
@media only screen and (max-width: 768px) {
  .page-recruit .features-section .features-wrap {
    margin: 50px auto;
  }
}
.page-recruit .features-section .features-block {
  margin-left: calc(50% - 50vw);
}
@media only screen and (max-width: 768px) {
  .page-recruit .features-section .features-block {
    gap: 0 !important;
  }
}
.page-recruit .features-section .features-block figure {
  overflow: hidden;
  aspect-ratio: 580/400;
}
.page-recruit .features-section .features-block figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 20px 20px 0 !important;
}
.page-recruit .features-section .features-block .is-style-section_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 24px !important;
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 768px) {
  .page-recruit .features-section .features-block .is-style-section_ttl {
    font-size: 18px !important;
    margin-bottom: 12px !important;
  }
}
.page-recruit .features-section .features-block .is-style-section_ttl strong {
  position: relative;
  padding-bottom: 10px;
}
.page-recruit .features-section .features-block .is-style-section_ttl strong:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e39c2a;
}
.page-recruit .features-section .features-block .is-style-section_ttl .mininote {
  font-size: 16px !important;
}
@media only screen and (max-width: 768px) {
  .page-recruit .features-section .features-block .is-style-section_ttl .mininote {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }
}
.page-recruit .features-section .features-block .is-style-section_ttl .mininote:after {
  display: none;
}
.page-recruit .features-section .features-block .wp-block-column:last-child {
  position: relative;
  padding: 35px 20px;
}
@media only screen and (max-width: 768px) {
  .page-recruit .features-section .features-block .wp-block-column:last-child {
    margin-top: 0 !important;
    padding: 20px 0 20px 20px;
  }
}
.page-recruit .features-section .features-block.reverse {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-recruit .features-section .features-block.reverse figure img {
  border-radius: 20px 0 0 20px !important;
}
@media only screen and (max-width: 768px) {
  .page-recruit .features-section .features-block.reverse .wp-block-column:last-child {
    margin-top: 0 !important;
    padding: 20px 20px 20px 0;
  }
}
.page-recruit .value-section {
  /* value-list */
}
.page-recruit .value-section .value-list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0 !important;
}
@media only screen and (max-width: 768px) {
  .page-recruit .value-section .value-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page-recruit .value-section .value-list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style: none;
  font-family: "Zen Maru Gothic", serif;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  margin: 0 -10px;
  width: 100%;
  max-width: 190px;
  max-height: 190px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 960px) {
  .page-recruit .value-section .value-list > li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .page-recruit .value-section .value-list > li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    font-size: 16px;
    width: 33%;
    margin: -5px;
  }
}
.page-recruit .value-section .value-list > li:nth-child(odd) {
  background-color: rgba(227, 156, 42, 0.7);
  font-size: 14px;
}
.page-recruit .value-section .value-list > li:nth-child(even) {
  background-color: rgba(222, 118, 91, 0.7);
}
.page-recruit .value-section .value-list > li br:first-of-type {
  display: none;
}
.page-recruit .value-section .value-list > li strong {
  font-family: "Quicksand", sans-serif;
  color: #7c6849;
  font-size: 16px;
  letter-spacing: 0.1em;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page-recruit .value-section .value-list > li strong {
    font-size: 12px;
  }
}
.page-recruit .value-section .value-list > li span {
  font-size: clamp(12px, 1.6vw, 18px) !important;
}
@media only screen and (max-width: 768px) {
  .page-recruit .value-section .value-list > li span {
    font-size: 12px !important;
  }
}
.page-recruit .flow-section .step-list {
  counter-reset: number 0;
}
.page-recruit .flow-section .step-list__item {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-recruit .flow-section .step-list__item {
    width: 100% !important;
    padding-left: 90px;
  }
}
.page-recruit .flow-section .step-list__item::before {
  content: "Step" counter(number, decimal-leading-zero);
  counter-increment: number 1;
  color: #fff;
  background-color: #7c6849;
  font-family: "Quicksand", sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  display: block;
  width: calc(100% - 15px);
  padding: 15px 15px 15px 30px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 960px) {
  .page-recruit .flow-section .step-list__item::before {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page-recruit .flow-section .step-list__item::before {
    max-width: 70px;
    height: 100%;
    padding: 20px 10px;
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100% - 15px);
  }
}
.page-recruit .flow-section .step-list__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 15px);
  border-width: 37px 34px;
  border-color: transparent transparent transparent #7c6849;
  border-style: solid;
}
@media only screen and (max-width: 960px) {
  .page-recruit .flow-section .step-list__item::after {
    border-width: 29px 24px;
  }
}
@media only screen and (max-width: 768px) {
  .page-recruit .flow-section .step-list__item::after {
    border-color: #7c6849 transparent transparent transparent;
    border-width: 23px 35px;
    top: calc(100% - 15px);
    left: 0;
  }
}
.page-recruit .flow-section .step-list__item figure {
  width: 100px;
  margin: auto;
}
.page-recruit .flow-section .step-list__item figure img {
  max-width: 100%;
  height: auto;
}
.page-recruit .flow-section .step-list__item:nth-child(1)::before {
  background-color: #e3be2a;
}
.page-recruit .flow-section .step-list__item:nth-child(1)::after {
  border-color: transparent transparent transparent #e3be2a;
}
@media only screen and (max-width: 768px) {
  .page-recruit .flow-section .step-list__item:nth-child(1)::after {
    border-color: #e3be2a transparent transparent transparent;
  }
}
.page-recruit .flow-section .step-list__item:nth-child(2)::before {
  background-color: #e39c2a;
}
.page-recruit .flow-section .step-list__item:nth-child(2)::after {
  border-color: transparent transparent transparent #e39c2a;
}
@media only screen and (max-width: 768px) {
  .page-recruit .flow-section .step-list__item:nth-child(2)::after {
    border-color: #e39c2a transparent transparent transparent;
  }
}
.page-recruit .flow-section .step-list__item:nth-child(3)::before {
  background-color: #e39c2a;
}
.page-recruit .flow-section .step-list__item:nth-child(3)::after {
  border-color: transparent transparent transparent #e39c2a;
}
@media only screen and (max-width: 768px) {
  .page-recruit .flow-section .step-list__item:nth-child(3)::after {
    border-color: #e39c2a transparent transparent transparent;
  }
}
.page-recruit .flow-section .step-list__item:nth-child(4)::before {
  background-color: #de765b;
}
.page-recruit .flow-section .step-list__item:nth-child(4)::after {
  border-color: transparent transparent transparent #de765b;
}
@media only screen and (max-width: 768px) {
  .page-recruit .flow-section .step-list__item:nth-child(4)::after {
    border-color: #de765b transparent transparent transparent;
  }
}
.page-recruit .flow-section .step-list__text {
  background-color: #fffbf5;
  border-radius: 10px;
  letter-spacing: 0.1em;
  padding: 15px;
}
.page-recruit .job-section .job_tab .c-tabList {
  gap: 25px !important;
}
@media only screen and (max-width: 768px) {
  .page-recruit .job-section .job_tab .c-tabList {
    gap: 10px !important;
  }
}
.page-recruit .job-section .job_tab .c-tabList__item {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .page-recruit .job-section .job_tab .c-tabList__item {
    margin-bottom: 20px;
  }
}
.page-recruit .job-section .job_tab .c-tabList__item button {
  color: #e39c2a;
  background-color: #fff;
  border: 2px solid #e39c2a;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  opacity: 1;
  position: relative;
}
.page-recruit .job-section .job_tab .c-tabList__item button:hover, .page-recruit .job-section .job_tab .c-tabList__item button[aria-selected=true] {
  color: #fff;
  background-color: #e39c2a;
}
.page-recruit .job-section .job_tab .c-tabList__item button:hover:after, .page-recruit .job-section .job_tab .c-tabList__item button[aria-selected=true]:after {
  content: "";
  background: url(../images/icon_triangle.svg) no-repeat center center/cover;
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .page-recruit .job-section .job_tab .c-tabList__item button:hover:after, .page-recruit .job-section .job_tab .c-tabList__item button[aria-selected=true]:after {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .page-recruit .job-section .job_tab .c-tabList__item button {
    font-size: 14px;
    padding: 5px;
  }
}
.page-recruit .job-section .job_tab .c-tabBody {
  border-radius: 10px;
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .page-recruit .job-section .job_tab .c-tabBody {
    padding: 20px;
  }
}
.page-recruit .job-section .job_tab .c-tabBody .is-style-section_ttl {
  font-size: 32px !important;
  font-weight: bold;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 35px;
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 960px) {
  .page-recruit .job-section .job_tab .c-tabBody .is-style-section_ttl {
    font-size: 24px !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-recruit .job-section .job_tab .c-tabBody .is-style-section_ttl {
    font-size: 20px !important;
    padding-left: 25px;
    margin-bottom: 10px !important;
  }
}
.page-recruit .job-section .job_tab .c-tabBody .is-style-section_ttl:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #e39c2a !important;
  border: 2px solid #fff5aa;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .page-recruit .job-section .job_tab .c-tabBody .is-style-section_ttl:before {
    width: 15px;
    height: 15px;
  }
}
.page-recruit .job-section .job_tab .c-tabBody table {
  border: none;
}
.page-recruit .job-section .job_tab .c-tabBody table tr th,
.page-recruit .job-section .job_tab .c-tabBody table tr td {
  background: none;
  border: none;
  border-bottom: 1px dashed #beb7ab;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .page-recruit .job-section .job_tab .c-tabBody table tr th,
  .page-recruit .job-section .job_tab .c-tabBody table tr td {
    padding: 10px 0;
  }
}
.page-recruit .job-section .job_tab .c-tabBody table tr:last-child th,
.page-recruit .job-section .job_tab .c-tabBody table tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}
.page-recruit .job-section .job_tab .c-tabBody table tr th {
  width: 10em;
  padding-right: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-recruit .job-section .job_tab .c-tabBody table tr th {
    width: 8.5em;
    padding-right: 10px;
  }
}

/* アクセス */
.access-section {
  position: relative;
}
.access-section:before {
  content: "";
  width: 98%;
  max-width: 1320px;
  height: 100%;
  background-color: #fffbf5;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .access-section:before {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .access-section > .swell-block-fullWide__inner {
    width: 90vw;
  }
}
@media only screen and (max-width: 954px) {
  .access-section .swell-block-columns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.access-section .access-table {
  background-color: #fff;
  border: 1px solid #7c6849;
  border-radius: 10px;
  padding: 10px 20px;
}
@media only screen and (max-width: 768px) {
  .access-section .access-table {
    padding: 10px 15px;
  }
}
.access-section .access-table table {
  border: none;
}
.access-section .access-table table tr th,
.access-section .access-table table tr td {
  background: none;
  border: none;
  border-bottom: 1px dashed #beb7ab;
}
.access-section .access-table table tr:last-child th,
.access-section .access-table table tr:last-child td {
  border-bottom: none;
}
.access-section .access-table table tr th {
  width: 100px !important;
}
@media only screen and (max-width: 768px) {
  .access-section .access-table table tr th {
    width: 90px !important;
  }
}
.access-section .access-map {
  position: relative;
  width: 100%;
  aspect-ratio: 470/430;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  overflow: hidden;
}
.access-section .access-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* 診療時間 */
.schedule-block__table {
  border: 1px solid #26ad6b !important;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .schedule-block__table {
    font-size: 14px !important;
  }
}
.schedule-block__table table thead th {
  font-weight: normal;
  background-color: #26ad6b !important;
  border-color: #26ad6b !important;
  padding: 8px 10px;
}
@media only screen and (max-width: 768px) {
  .schedule-block__table table thead th {
    padding: 8px 5px;
  }
}
.schedule-block__table table thead th:first-of-type {
  width: 130px !important;
}
@media only screen and (max-width: 768px) {
  .schedule-block__table table thead th:first-of-type {
    width: 90px !important;
  }
}
@media only screen and (max-width: 768px) {
  .schedule-block__table table thead th:nth-last-of-type(2) {
    padding: 8px 1px;
  }
}
@media only screen and (max-width: 768px) {
  .schedule-block__table table thead th:nth-last-of-type(2):after {
    content: "祝";
  }
}
@media only screen and (max-width: 768px) {
  .schedule-block__table table thead th:last-of-type {
    display: none;
  }
}
.schedule-block__table table tbody {
  background-color: #fff;
}
.schedule-block__table table tbody td {
  border-color: #26ad6b !important;
  padding: 8px 5px;
}
.schedule-block__table table tbody td .swl-inline-icon:after {
  background-color: #e39c2a;
}
.schedule-block__table table tbody td:first-of-type {
  border-left: none;
  color: #333333;
}
.schedule-block__table table tbody td:nth-last-of-type(2) {
  border-right: none;
}
.schedule-block__table table tbody td:last-of-type {
  border-right: none;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .schedule-block__table table tbody td:last-of-type {
    display: none;
  }
}
.schedule-block__table table tr:last-child td {
  border-bottom: none;
}
.schedule-block__text .swl-inline-icon:after {
  background-color: #e39c2a;
}

.fv-schedule__text {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .fv-schedule__text {
    font-size: 14px;
  }
}
.fv-schedule__text .swl-inline-icon:after {
  background-color: #e39c2a;
}

.post_content .access-section {
  margin-top: 100px !important;
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 768px) {
  .post_content .access-section {
    margin-top: 50px !important;
    margin-bottom: 10px !important;
  }
}

/* アクセス中ページ */
.access-info-section .access-map {
  position: relative;
  width: 100%;
  aspect-ratio: 470/430;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  overflow: hidden;
}
.access-info-section .access-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.access-info-section .access-logo {
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  .access-info-section .access-logo {
    max-width: 200px;
  }
}
.access-info-section .access-table {
  background-color: #fff;
  border: 1px solid #beb7ab;
  border-radius: 10px;
  padding: 0;
}
.access-info-section .access-table table {
  border: none;
  border-collapse: collapse;
}
.access-info-section .access-table table tr th,
.access-info-section .access-table table tr td {
  background: none;
  border: none;
  border-bottom: 1px solid #beb7ab;
  padding: 15px 10px;
}
@media only screen and (max-width: 768px) {
  .access-info-section .access-table table tr th,
  .access-info-section .access-table table tr td {
    font-size: 14px;
    padding: 10px;
  }
}
.access-info-section .access-table table tr:last-child th,
.access-info-section .access-table table tr:last-child td {
  border-bottom: none;
}
.access-info-section .access-table table tr th {
  width: 160px !important;
  background-color: #f4fffb;
  border-right: 1px solid #beb7ab;
  vertical-align: middle;
}
@media only screen and (max-width: 960px) {
  .access-info-section .access-table table tr th {
    width: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  .access-info-section .access-table table tr th {
    width: 90px !important;
  }
}
.access-info-section .schedule-block {
  margin: 40px auto 60px;
}
@media only screen and (max-width: 768px) {
  .access-info-section .schedule-block {
    margin: 0 auto 40px;
  }
}
.access-info-section .schedule-block__table table thead th:first-of-type {
  width: 160px !important;
}
@media only screen and (max-width: 768px) {
  .access-info-section .schedule-block__table table thead th:first-of-type {
    width: 90px !important;
  }
}
.access-info-section .map-box-wrap .map-box {
  border: 2px solid #7c6849;
  border-radius: 15px;
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .access-info-section .map-box-wrap .map-box {
    padding: 20px;
  }
}
.access-info-section .map-box-wrap .map-box figure {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .access-info-section .map-box-wrap .map-box figure {
    padding: 5px;
  }
}
.access-info-section .map-box-wrap .map-box figure img {
  border-radius: 0 !important;
}

.page-contact {
  /* エラーテキスト */
  /* 送信ボタン */
}
.page-contact .contact7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 60px;
  /* プレイスホルダー */
}
.page-contact .contact7 dt {
  font-size: 16px;
  font-weight: 500;
  width: 30%;
  padding-right: 30px;
  margin-top: 13px;
  /* 必須・任意 */
}
@media only screen and (max-width: 768px) {
  .page-contact .contact7 dt {
    font-size: 14px;
    width: 100%;
    padding: 0;
    margin-bottom: 13px;
  }
}
.page-contact .contact7 dt .must,
.page-contact .contact7 dt .any {
  color: #fff;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 2px 10px;
  margin-right: 5px;
}
.page-contact .contact7 dt .must {
  background-color: #de765b;
}
.page-contact .contact7 dt .any {
  background-color: #beb7ab;
}
.page-contact .contact7 dd {
  width: 70%;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact7 dd {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.page-contact .contact7 dd input,
.page-contact .contact7 dd select,
.page-contact .contact7 dd textarea {
  color: #333333;
  background-color: #fffbf5;
  border: 1px solid #7c6849;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  padding: 15px;
}
.page-contact .contact7 dd select {
  font-size: 14px;
  padding-right: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.page-contact .contact7 dd .select-wrapper {
  position: relative;
  max-width: 260px;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact7 dd .select-wrapper {
    max-width: 100%;
  }
}
.page-contact .contact7 dd .select-wrapper:after {
  content: "";
  background: url("../images/icon_form_arrow.svg") no-repeat center center/cover;
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 10px;
  height: 6px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-contact .contact7 ::-webkit-input-placeholder {
  color: #beb7ab;
}
.page-contact .contact7 ::-moz-placeholder {
  color: #beb7ab;
}
.page-contact .contact7 :-ms-input-placeholder {
  color: #beb7ab;
}
.page-contact .contact7 ::-ms-input-placeholder {
  color: #beb7ab;
}
.page-contact .contact7 ::placeholder {
  color: #beb7ab;
}
.page-contact .wpcf7-not-valid-tip {
  color: #de765b;
  font-size: 14px;
}
.page-contact .contact7_btn {
  text-align: center;
  width: 100%;
  padding-top: 30px;
  margin: 0 auto !important;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact7_btn {
    padding-top: 20px;
  }
}
.page-contact .contact7_btn input {
  color: #fff;
  background-color: #7c6849;
  border: 2px solid #ded7c5;
  border-radius: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 20px;
  font-weight: bold;
  width: 300px;
  padding: 15px 60px;
  margin-left: 72px;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact7_btn input {
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 30px;
    margin-left: 34px;
  }
}
.page-contact .contact7_btn:hover {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact7_btn .wpcf7-spinner {
    margin: 0 5px;
  }
}

/* header */
.l-header,
.l-fixHeader {
  /* スマホメニュー */
}
.l-header__inner,
.l-fixHeader__inner {
  max-width: 100% !important;
  padding: 20px 40px;
}
@media only screen and (max-width: 1200px) {
  .l-header__inner,
  .l-fixHeader__inner {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__inner,
  .l-fixHeader__inner {
    padding: 10px;
  }
}
.l-header__logo,
.l-fixHeader__logo {
  padding: 0 !important;
  display: block !important;
  min-width: 310px;
}
@media only screen and (max-width: 768px) {
  .l-header__logo,
  .l-fixHeader__logo {
    min-width: auto;
  }
}
.l-header__logo .c-catchphrase,
.l-fixHeader__logo .c-catchphrase {
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 5px !important;
  display: block !important;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .l-header__logo .c-catchphrase,
  .l-fixHeader__logo .c-catchphrase {
    font-size: 10px;
    padding: 0 !important;
  }
}
.l-header__customBtn,
.l-fixHeader__customBtn {
  display: none;
}
.l-header__menuBtn,
.l-fixHeader__menuBtn {
  color: #fff;
  background-color: #7c6849;
  border: 2px solid #fffbf5;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  margin-left: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .l-header__menuBtn,
  .l-fixHeader__menuBtn {
    border-radius: 5px;
    width: 35px;
    height: 35px;
  }
}
.l-header__menuBtn .c-iconBtn__icon,
.l-fixHeader__menuBtn .c-iconBtn__icon {
  font-size: 20px;
}
.l-header .w-header__title,
.l-fixHeader .w-header__title {
  display: none;
}
@media not all and (min-width: 960px) {
  .l-header .w-header.pc_,
  .l-fixHeader .w-header.pc_ {
    display: block !important;
  }
}

.c-gnav {
  background-color: #7c6849;
  border: 2px solid #fffbf5;
  border-radius: 100px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
}
.c-gnav > .menu-item > a {
  padding: 10px 0;
  margin: 0 15px;
}
@media only screen and (max-width: 1200px) {
  .c-gnav > .menu-item > a {
    margin: 0 10px;
  }
}
.c-gnav > .menu-item > a .ttl {
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 1200px) {
  .c-gnav > .menu-item > a .ttl {
    font-size: 14px;
  }
}
.c-gnav > .menu-item > a::after {
  background-color: #fff;
  height: 1.5px;
}
.c-gnav > .menu-item .sub-menu {
  background-color: #fffbf5;
  border: 2px solid #e39c2a;
  border-radius: 15px;
  overflow: hidden;
  min-width: 260px;
  padding: 10px 5px !important;
  z-index: 2;
}
.c-gnav > .menu-item .sub-menu li > a {
  color: #7c6849 !important;
}
.c-gnav > .menu-item .sub-menu li > a:before {
  color: #7c6849 !important;
}
.c-gnav > .menu-item .sub-menu li > a:hover {
  background-color: transparent !important;
}

.header-btn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .header-btn__list {
    gap: 5px;
  }
}
.header-btn__list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header-btn__list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  border-radius: 15px;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 768px) {
  .header-btn__list > li a {
    border-radius: 5px;
    width: 35px;
    height: 35px;
    padding: 7px;
  }
}
.header-btn__list > li:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .header-btn__list > li:hover {
    opacity: 1;
  }
}
.header-btn__list > li .btn-phone {
  background-color: #de765b;
  border: 2px solid #fff0ea;
}
.header-btn__list > li .btn-line {
  background-color: #26ad6b;
  border: 2px solid #f1fffa;
}

/* ハンバーガーメニュー */
/* 元々あるハンバーガーアイコンを非表示に */
.c-iconBtn__icon {
  opacity: 0;
}
.c-iconBtn__icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ハンバーガーの3本線をCSSで作成 */
.l-header__menuBtn {
  position: relative;
}
.l-header__menuBtn .c-iconBtn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  background-color: #fff;
  border-radius: 100px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.l-header__menuBtn .c-iconBtn::before, .l-header__menuBtn .c-iconBtn::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: inherit;
  border-radius: 100px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.125s;
  transition: -webkit-transform 0.125s;
  transition: transform 0.125s;
  transition: transform 0.125s, -webkit-transform 0.125s;
}
.l-header__menuBtn .c-iconBtn::before {
  top: -7px;
}
.l-header__menuBtn .c-iconBtn::after {
  top: 7px;
}

/* ハンバーガーがクリックされた時の動き */
[data-spmenu=opened] .l-header {
  top: 0 !important;
}
[data-spmenu=opened] .c-iconBtn {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
[data-spmenu=opened] .c-iconBtn::before, [data-spmenu=opened] .c-iconBtn::after {
  top: auto;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
[data-spmenu=opened] .c-iconBtn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
[data-spmenu=opened] .c-iconBtn::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

/* スマホ開閉メニューのデザインを調整 */
.p-spMenu__inner {
  width: 100vw;
  height: 100%;
  --color_menu_bg: rgba(0, 0, 0, 0.8);
  color: #fff;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  z-index: 1;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  padding-bottom: 100px;
}
.p-spMenu__inner::before {
  background-color: var(--color_menu_bg);
}

/* オーバーレイ背景 */
.p-spMenu {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .p-spMenu {
    margin-top: 65px;
  }
}
.p-spMenu .c-widget__title {
  display: none;
}
.p-spMenu__body {
  background-color: #fffbf5;
  border-radius: 20px;
  padding: 20px;
  margin: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-spMenu__overlay {
  background-color: transparent;
}
.p-spMenu__inner {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  background-color: #fef2e2;
  padding-top: 0 !important;
  opacity: 0;
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
}
.p-spMenu__inner:before {
  background-color: transparent;
}
.p-spMenu a {
  color: #7c6849 !important;
  border-bottom: 1px dashed #beb7ab;
  font-size: 14px;
  padding: 15px 0;
}
.p-spMenu a:before {
  display: none;
}
.p-spMenu a:hover {
  background-color: transparent !important;
  padding-left: 0 !important;
}
@media only screen and (max-width: 960px) {
  .p-spMenu .sub-menu a:hover {
    background-color: transparent !important;
    padding-left: 2.5em !important;
  }
}

/* footer */
.l-footer__widgetArea {
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  .l-footer__widgetArea {
    padding: 30px 0;
  }
}
.l-footer .w-footer__box {
  padding: 0;
}
.l-footer .w-footer__box:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media only screen and (max-width: 768px) {
  .l-footer .w-footer__box:last-child {
    margin-top: 27px;
  }
}
.l-footer .widget_media_image > a {
  display: block;
}
@media only screen and (max-width: 768px) {
  .l-footer .widget_media_image > a {
    width: 180px;
  }
}
.l-footer .c-widget + .c-widget {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .l-footer .c-widget + .c-widget {
    margin-top: 12px;
  }
}
.l-footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .l-footer .menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
}
.l-footer .menu-item a {
  text-decoration: underline;
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.l-footer .menu-item a:before, .l-footer .menu-item a:after {
  display: none;
}
.l-footer .menu-item a:hover {
  opacity: 0.8;
  text-decoration: none;
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  .l-footer .menu-item a:hover {
    opacity: 1;
  }
}
.l-footer .menu-item .sub-menu a:hover {
  padding-left: 0 !important;
}
.l-footer__foot {
  font-size: 12px;
  color: #7c6849;
  background-color: #fffbf5;
}

.p-fixBtnWrap {
  display: none;
}
/*# sourceMappingURL=common.css.map */