@charset "UTF-8";
/* ===================================

  @mixin name で設定
  @include name で呼び出し

====================================== */
/*
Theme Name: パーク統合クリニック
Description: パーク統合クリニックのWordPressテーマ
Version: 1.0.0
*/
/* --- reset.css --- */
/* === 使わないセレクタは消去する --- */
/* --- reset.css --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

main {
  display: block;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body figure {
  margin: 0;
  padding: 0;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* --- reset.cssここまで --- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus-visible {
  outline: 2px solid #5a9f4d;
  outline-offset: 2px;
}

html {
  overflow-x: hidden;
}

body {
  max-width: 100%;
  color: #282d27;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
  word-break: break-all;
  line-break: strict;
  background-color: #fcf7e1;
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  body {
    font-size: 12px;
  }
}
ul {
  list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.container {
  margin: 0 auto;
  max-width: 100%;
}

a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1199px) {
  a:hover {
    opacity: 1;
  }
}
a[href*="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 758px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}
button,
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  cursor: pointer;
}

::-webkit-file-upload-button {
  touch-action: manipulation;
  -webkit-user-select: none;
          user-select: none;
}

.btn,
::file-selector-button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

  ボタン（背景黒）

====================================== */
.link-btn {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  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;
  background-color: #282d27;
  background-image: url(img/ico/ico-arrow-right-wh-nr.webp);
  background-repeat: no-repeat;
  background-size: 11px 9px;
  background-position: center left 40px;
  width: 280px;
  height: 60px;
  font-size: 16px;
  color: #fff;
  z-index: 1;
  border-radius: 9999px;
}

@media screen and (max-width: 1199px) {
  .link-btn {
    background-size: 9px 8px;
    background-position: center left 80px;
    width: 300px;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .link-btn {
    width: 100%;
    font-size: 12px;
  }
}
/* ===================================

  下層MV

====================================== */
.l-mv {
  margin-top: 180px;
}
.l-mv__inner {
  width: 1260px;
  padding: 0 30px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.l-mv__txt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #5a9f4d;
}
.l-mv__title {
  margin-top: 28px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .l-mv {
    margin-top: 60px;
  }
  .l-mv__inner {
    width: 100%;
    padding: 0 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .l-mv__title {
    margin-top: 20px;
    font-size: 28px;
  }
}
@media screen and (max-width: 758px) {
  .l-mv__inner {
    padding: 0 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .l-mv__title {
    margin-top: 16px;
    font-size: 22px;
  }
}
/* ===================================

  ページネーション

====================================== */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.pagination-wrap {
  margin-top: 80px;
}
.pagination-wrap .pagination .nav-links {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination-wrap .pagination .page-numbers {
  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: 50px;
  height: 50px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  border: 1px solid #ccc;
}
.pagination-wrap .pagination .page-numbers.current, .pagination-wrap .pagination .page-numbers:hover {
  background-color: #282d27;
  border: 1px solid #282d27;
  color: #fff;
  opacity: 1;
}
.pagination-wrap .pagination .page-numbers + .page-numbers {
  margin-left: 10px;
}

@media screen and (max-width: 1199px) {
  .pagination-wrap {
    margin-top: 50px;
  }
  .pagination-wrap .pagination .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .pagination-wrap .pagination .page-numbers:hover {
    background-color: transparent;
    border: 1px solid #ccc;
  }
  .pagination-wrap .pagination .page-numbers + .page-numbers {
    margin-left: 8px;
  }
}
@media screen and (max-width: 758px) {
  .pagination-wrap {
    margin-top: 30px;
  }
  .pagination-wrap .pagination .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  .pagination-wrap .pagination .page-numbers + .page-numbers {
    margin-left: 5px;
  }
}
/* ===================================

  パンくず

====================================== */
.breadcrumb-wrap .breadcrumb {
  word-break: break-all;
  line-height: 1.5;
}

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

  ヘッダー

====================================== */
.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 180px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header.narrow {
  height: 100px;
  background-color: #fcf7e1;
}
.header__inner {
  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;
  width: 100%;
  height: 100%;
  padding: 0 60px;
}
.header-logo {
  width: 306px;
}
.header-logo__link, .header-logo__img {
  display: block;
  width: 100%;
}
.header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav .menu-item + .menu-item {
  margin-left: 32px;
}
.header-nav .menu-item a {
  color: #4d4d4d;
}
.header-tel {
  margin-left: 40px;
}
.header-tel__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 30px;
}
.header-tel__link span {
  padding-bottom: 3px;
  font-size: 16px;
  margin-right: 6px;
}
.header-acs {
  margin-left: 20px;
}
.header-acs__link {
  position: relative;
  width: 160px;
  height: 40px;
  background-color: #5a9f4d;
  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;
  color: #fff;
  border-radius: 9999px;
}
.header-acs__img {
  width: 14px;
  margin-right: 14px;
}
.header-acs__img.sp {
  display: none;
}
.header .menu-btn {
  display: none;
}

@media screen and (max-width: 1499px) {
  .header__inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1299px) {
  .header__inner {
    padding: 0 30px;
  }
  .header-logo {
    width: 280px;
  }
  .header-nav .menu-item + .menu-item {
    margin-left: 24px;
  }
  .header-nav .menu-item a {
    font-size: 14px;
  }
  .header-tel {
    margin-left: 25px;
  }
  .header-tel__link {
    font-size: 26px;
  }
  .header-tel__link span {
    font-size: 14px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .header {
    height: 60px;
    background-color: #fcf7e1;
  }
  .header__inner {
    padding: 0 0 0 30px;
  }
  .header-logo {
    width: 220px;
  }
  .header-nav, .header-tel {
    display: none;
  }
  .header-acs {
    margin-left: 0;
  }
  .header-acs__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 15px;
    width: 60px;
    height: 60px;
    background-color: #eee8d1;
    font-size: 10px;
    color: #282d27;
    border-radius: 0;
  }
  .header-acs__img {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .header-acs__img.pc {
    display: none;
  }
  .header-acs__img.sp {
    display: block;
  }
  .header .menu-btn {
    display: block;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    z-index: 10;
    width: 60px;
    height: 60px;
    border: none;
    background-color: #5a9f4d;
    overflow: hidden;
    outline: none;
  }
  .header .menu-btn span {
    position: absolute;
    top: 18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header .menu-btn span:nth-child(2) {
    top: 28px;
  }
  .header .menu-btn__txt {
    position: absolute;
    left: 50%;
    bottom: 9px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 10px;
    color: #fff;
    white-space: nowrap;
  }
  .header .menu-btn.active span:first-of-type {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 22px;
    left: 17px;
  }
  .header .menu-btn.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 22px;
    left: 17px;
    bottom: auto;
  }
}
@media screen and (max-width: 758px) {
  .header__inner {
    padding: 0 0 0 20px;
  }
  .header-logo {
    width: 190px;
  }
}
/* ===================================

  ドロワーナビゲーション

====================================== */
.dnav {
  position: fixed;
  top: 60px;
  right: -100%;
  width: 360px;
  max-height: 100vh;
  z-index: -11;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fcf7e1;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.dnav::-webkit-scrollbar {
  display: none;
}
.dnav.show {
  right: 0;
  z-index: 101;
  opacity: 1;
}
.dnav__inner {
  padding: 30px 30px 40px;
}
.dnav-head {
  padding-bottom: 26px;
  border-bottom: 1px solid #282d27;
}
.dnav-head__title {
  font-size: 16px;
  font-weight: 500;
}
.dnav-head__list {
  margin-top: 25px;
  padding-left: 15px;
}
.dnav-head__list .menu-item + .menu-item {
  margin-top: 20px;
}
.dnav-head__list .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.dnav-head__list .menu-item a::before {
  content: "";
  width: 10px;
  height: 8px;
  margin-right: 14px;
  background-image: url(img/ico/ico-arrow-right-bk.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.dnav-foot {
  padding-top: 30px;
}
.dnav-foot__list li + li {
  margin-top: 18px;
}
.dnav-foot__list a {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 758px) {
  .dnav {
    width: 100%;
    height: 100vh;
  }
  .dnav__inner {
    padding: 30px 30px 140px;
  }
}
/* ===================================

  パンくずリスト

====================================== */
.breadcrumb-wrap {
  padding-top: 120px;
}
.breadcrumb-wrap .container {
  width: 1260px;
  padding: 0 30px;
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .breadcrumb-wrap {
    padding-top: 80px;
  }
  .breadcrumb-wrap .container {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 758px) {
  .breadcrumb-wrap {
    padding-top: 60px;
  }
  .breadcrumb-wrap .container {
    padding: 0 20px;
  }
}
/* ===================================

  インフォメーション

====================================== */
.c-info {
  padding-top: 25px;
}
.c-info .container {
  width: 1260px;
  padding: 0 30px;
  max-width: 100%;
}
.c-info__box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 480px;
  z-index: 1;
}
.c-info__box .box-head {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
  width: 360px;
  padding: 100px 30px 0;
  color: #fff;
  background-image: url(img/c-info-bg-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 12px 0 0 12px;
}
.c-info__box .box-head__txt {
  font-weight: 500;
  line-height: 2;
}
.c-info__box .box-head__txt a {
  display: inline-block;
  text-decoration: none !important;
}
.c-info__box .box-head__gm .gm-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  font-weight: 500;
}
.c-info__box .box-head__gm .gm-link::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background-image: url(img/ico/ico-arrow-right-circle.webp);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center center;
}
.c-info__box .box-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 105px 88px 0;
  background-color: #5a9f4d;
  border-radius: 0 12px 12px 0;
}
.c-info__box .box-body__figure img {
  display: block;
  width: 100%;
}
.c-info__box .box-body__figure img.sp {
  display: none;
}
.c-info__box .box-body__txt {
  margin-top: 24px;
  font-weight: 400;
  line-height: 2;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .c-info {
    padding-top: 20px;
  }
  .c-info .container {
    width: 100%;
    padding: 0 30px;
  }
  .c-info__box .box {
    height: 400px;
  }
  .c-info__box .box-head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43%;
            flex: 0 0 43%;
    width: 43%;
    padding: 60px 15px 0;
    border-radius: 10px 0 0 10px;
  }
  .c-info__box .box-head__gm .gm-link {
    margin-top: 24px;
  }
  .c-info__box .box-head__gm .gm-link::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-left: 8px;
    background-size: 30px 30px;
  }
  .c-info__box .box-body {
    padding: 80px 20px 0;
    border-radius: 0 10px 10px 0;
  }
  .c-info__box .box-body__figure img {
    max-width: 400px;
  }
  .c-info__box .box-body__figure img.pc {
    display: none;
  }
  .c-info__box .box-body__figure img.sp {
    display: block;
  }
  .c-info__box .box-body__txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 758px) {
  .c-info .container {
    padding: 0;
  }
  .c-info__box .box {
    display: block;
    height: auto;
  }
  .c-info__box .box-head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 73px 20px 42px;
    border-radius: 0;
  }
  .c-info__box .box-head__gm .gm-link {
    margin-top: 20px;
  }
  .c-info__box .box-head__gm .gm-link::after {
    margin-left: 7px;
  }
  .c-info__box .box-body {
    padding: 50px 20px 72px;
    border-radius: 0;
  }
  .c-info__box .box-body__txt {
    margin-top: 18px;
  }
}
/* ---------------------------------
  TOPページ
----------------------------------- */
.home .c-info {
  padding-top: 120px;
}

@media screen and (max-width: 1199px) {
  .home .c-info {
    padding-top: 80px;
  }
}
/* ===================================

  フッター

====================================== */
.footer {
  margin-top: 85px;
}
.footer .container {
  width: 1260px;
  padding: 0 30px;
  max-width: 100%;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding-top: 5px;
  padding-bottom: 12px;
}
.footer-left__title {
  font-size: 14px;
  font-weight: 500;
}
.footer-left__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-left .footer-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  margin-top: 25px;
}
.footer-left .footer-nav ul {
  padding-left: 15px;
}
.footer-left .footer-nav:nth-child(2) ul {
  padding-left: 0;
}
.footer-left .footer-nav li + li {
  margin-top: 20px;
}
.footer-left .footer-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.footer-left .footer-nav li a::before {
  content: "";
  width: 10px;
  height: 9px;
  margin-right: 14px;
  background-image: url(img/ico/ico-arrow-right-bk.webp);
  background-repeat: no-repeat;
  background-size: 10px 9px;
  background-position: center center;
}
.footer-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-right .footer-nav-r {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding-top: 5px;
  padding-left: 43px;
  border-left: 1px solid #999;
}
.footer-right .footer-nav-r li + li {
  margin-top: 21px;
}
.footer-right .footer-nav-r li a {
  font-size: 14px;
  font-weight: 500;
}
.footer__copy {
  margin-top: 40px;
  padding-bottom: 33px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  color: #666666;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .footer {
    margin-top: 60px;
  }
  .footer .container {
    width: 100%;
    padding: 0 30px;
  }
  .footer-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    width: 45%;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .footer-left .footer-nav {
    margin-top: 20px;
  }
  .footer-left .footer-nav ul {
    padding-left: 10px;
  }
  .footer-left .footer-nav li + li {
    margin-top: 16px;
  }
  .footer-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .footer-right .footer-nav-r {
    padding-top: 10px;
    padding-left: 20px;
  }
  .footer-right .footer-nav-r li + li {
    margin-top: 16px;
  }
  .footer__copy {
    margin-top: 30px;
    padding-bottom: 30px;
    font-size: 13px;
  }
}
@media screen and (max-width: 758px) {
  .footer {
    margin-top: 45px;
  }
  .footer .container {
    padding: 0 20px;
  }
  .footer__inner {
    display: block;
  }
  .footer-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-left__title {
    font-size: 11px;
  }
  .footer-left .footer-nav {
    margin-top: 18px;
  }
  .footer-left .footer-nav ul {
    padding-left: 12px;
  }
  .footer-left .footer-nav li + li {
    margin-top: 16px;
  }
  .footer-left .footer-nav li a {
    font-size: 11px;
  }
  .footer-left .footer-nav li a::before {
    width: 9px;
    height: 7px;
    margin-right: 10px;
    background-size: 9px 7px;
  }
  .footer-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    display: block;
  }
  .footer-right .footer-nav-r {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 24px;
    padding-top: 24px;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #999;
  }
  .footer-right .footer-nav-r li + li {
    margin-top: 15px;
  }
  .footer-right .footer-nav-r li a {
    font-size: 11px;
  }
  .footer__copy {
    margin-top: 36px;
    padding-bottom: 30px;
    font-size: 11px;
  }
}
/* ===================================

  アニメーション用

====================================== */
.trg {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}
.trg.fadeUp {
  -webkit-animation-name: fadeUpAction;
          animation-name: fadeUpAction;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAction {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAction {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ===================================

  メインビジュアルアル

====================================== */
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.home .mv {
  position: relative;
  margin-top: 180px;
}
.home .mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 740px;
}
.home .mv__body {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 87.5vw;
          flex: 0 0 87.5vw;
  width: 87.5vw;
}
.home .mv__copy {
  position: absolute;
  top: 80px;
  right: 7.8vw;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.5;
  color: #5a9f4d;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  z-index: 10;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.5), 0 0 8px rgba(255, 255, 255, 0.5), 0 0 8px rgba(255, 255, 255, 0.5), 0 0 8px rgba(255, 255, 255, 0.5), 0 0 8px rgba(255, 255, 255, 0.5), 0 0 8px rgba(255, 255, 255, 0.5), 0 0 8px rgba(255, 255, 255, 0.5), 0 0 8px rgba(255, 255, 255, 0.5), 0 0 8px rgba(255, 255, 255, 0.5), 0 0 8px rgba(255, 255, 255, 0.5), 0 0 8px rgba(255, 255, 255, 0.5), 0 0 8px rgba(255, 255, 255, 0.5), 0 0 8px rgba(255, 255, 255, 0.5), 0 0 8px rgba(255, 255, 255, 0.5), 0 0 8px rgba(255, 255, 255, 0.5), 0 0 8px rgba(255, 255, 255, 0.5);
}
.home .mv__bar {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.home .mv .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0 100px 0 0;
}
.home .mv .swiper-wrapper {
  width: 100%;
}
.home .mv .swiper-slide-active .swiper-slide__bg,
.home .mv .swiper-slide-duplicate-active .swiper-slide__bg,
.home .mv .swiper-slide-prev .swiper-slide__bg {
  -webkit-animation: zoomUp 8s linear 0s 1 normal both;
          animation: zoomUp 8s linear 0s 1 normal both;
}
.home .mv .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.home .mv .swiper-slide__bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home .mv .swiper-slide__bg.img1 {
  background-image: url(img/mv-img1-80.jpg);
}
.home .mv .swiper-slide__bg.img2 {
  background-image: url(img/mv-img2-80.jpg);
}
.home .mv .swiper-slide__bg.img3 {
  background-image: url(img/mv-img3-80.jpg);
}
.home .mv .news {
  position: absolute;
  bottom: 40px;
  right: 60px;
  width: 720px;
  height: 55px;
  background-color: #fff;
  border-radius: 8px;
  z-index: 50;
}
.home .mv .news .entry {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.home .mv .news .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .mv .news .entry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  width: 220px;
}
.home .mv .news .entry__date {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.home .mv .news .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .mv .news .entry__bar {
  margin-left: 16px;
  width: 20px;
  height: 1px;
  background-color: #282d27;
}
.home .mv .news .entry__cate {
  margin-left: 15px;
  font-size: 14px;
}
.home .mv .news .entry__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
}
.home .mv .news .entry__title {
  font-weight: 400;
}

@media screen and (max-width: 1499px) {
  .home .mv__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.25vw;
            flex: 0 0 91.25vw;
    width: 91.25vw;
  }
  .home .mv__copy {
    top: 78px;
    right: 2.64vw;
    font-size: 40px;
  }
  .home .mv .news {
    bottom: 30px;
    right: 45px;
    width: 620px;
  }
}
@media screen and (max-width: 1199px) {
  .home .mv {
    margin-top: 60px;
  }
  .home .mv__inner {
    height: 560px;
  }
  .home .mv__body {
    padding-top: 120px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 88vw;
            flex: 0 0 88vw;
    width: 88vw;
  }
  .home .mv__copy {
    top: 70px;
    right: 6vw;
    font-size: 36px;
  }
  .home .mv .swiper {
    border-radius: 0 60px 0 0;
  }
  .home .mv .news {
    position: static;
    bottom: auto;
    right: auto;
    margin: 30px auto 0;
    width: calc(100% - 60px);
    height: 50px;
  }
  .home .mv .news .entry {
    padding: 0 30px;
  }
  .home .mv .news .entry__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 200px;
  }
  .home .mv .news .entry__date {
    font-size: 14px;
  }
  .home .mv .news .entry__bar {
    margin-left: 12px;
    width: 16px;
  }
  .home .mv .news .entry__cate {
    margin-left: 12px;
    font-size: 13px;
  }
  .home .mv .news .entry__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  .home .mv__inner {
    height: 340px;
  }
  .home .mv__body {
    padding-top: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5vw;
            flex: 0 0 87.5vw;
    width: 87.5vw;
  }
  .home .mv__copy {
    top: 40px;
    right: 7.5vw;
    font-size: 24px;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5), 0 0 4px rgba(255, 255, 255, 0.5);
  }
  .home .mv .swiper {
    border-radius: 0 40px 0 0;
  }
  .home .mv .news {
    margin-top: 35px;
    width: calc(100% - 40px);
    height: auto;
  }
  .home .mv .news .entry {
    padding: 20px 16px 15px;
  }
  .home .mv .news .entry__link {
    display: block;
  }
  .home .mv .news .entry__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .home .mv .news .entry__date {
    font-size: 12px;
  }
  .home .mv .news .entry__bar {
    width: 15px;
  }
  .home .mv .news .entry__cate {
    margin-left: 11px;
    font-size: 11px;
  }
  .home .mv .news .entry__body {
    margin-top: 7px;
  }
  .home .mv .news .entry__title {
    font-size: 12px;
    line-height: 1.5;
  }
}
/* ===================================

  当院の特徴

====================================== */
.home .feature {
  margin-top: 120px;
}
.home .feature-head .container {
  width: 1260px;
  padding: 0 30px;
  max-width: 100%;
}
.home .feature-head__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home .feature__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 540px;
          flex: 0 0 540px;
  width: 540px;
}
.home .feature__img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
  border-radius: 72px 72px 12px 12px;
}
.home .feature__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 120px;
}
.home .feature__title {
  font-size: 18px;
  font-weight: 400;
  color: #5a9f4d;
}
.home .feature__copy {
  margin-top: 45px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}
.home .feature__copy .sp {
  display: none;
}
.home .feature__txt {
  margin-top: 53px;
  font-size: 18px;
  line-height: 2;
}
.home .feature__link {
  margin-top: 68px;
}
.home .feature-foot {
  margin-top: 120px;
}
.home .feature-foot__inner {
  padding: 0 60px;
}
.home .feature-foot .thumbs {
  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;
}
.home .feature-foot .thumb {
  position: relative;
  width: calc((100% - 30px) / 4);
}
.home .feature-foot .thumb__img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 12px;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .home .feature {
    margin-top: 80px;
  }
  .home .feature-head .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .feature__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    width: 45%;
  }
  .home .feature__img {
    border-radius: 60px 60px 10px 10px;
  }
  .home .feature__body {
    padding-left: 60px;
  }
  .home .feature__title {
    font-size: 16px;
  }
  .home .feature__copy {
    margin-top: 30px;
    font-size: 24px;
  }
  .home .feature__copy .sp {
    display: block;
  }
  .home .feature__txt {
    margin-top: 35px;
    font-size: 16px;
  }
  .home .feature__link {
    margin-top: 40px;
  }
  .home .feature-foot {
    margin-top: 70px;
  }
  .home .feature-foot__inner {
    padding: 0 30px;
  }
  .home .feature-foot .thumb {
    width: calc((100% - 24px) / 4);
  }
}
@media screen and (max-width: 758px) {
  .home .feature {
    margin-top: 60px;
  }
  .home .feature-head .container {
    padding: 0 20px;
  }
  .home .feature-head__inner {
    display: block;
  }
  .home .feature__thumb {
    display: none;
  }
  .home .feature__body {
    padding-left: 0;
  }
  .home .feature__title {
    font-size: 14px;
  }
  .home .feature__copy {
    margin-top: 22px;
    font-size: 22px;
  }
  .home .feature__txt {
    margin-top: 30px;
    font-size: 14px;
  }
  .home .feature__link {
    margin-top: 50px;
  }
  .home .feature-foot__inner {
    padding: 0 20px;
  }
  .home .feature-foot .thumbs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home .feature-foot .thumb {
    width: calc((100% - 10px) / 2);
  }
  .home .feature-foot .thumb:nth-child(n+3) {
    margin-top: 10px;
  }
}
/* ===================================

  診察科目のご案内

====================================== */
.home .depart {
  margin-top: 120px;
  padding-bottom: 120px;
}
.home .depart .container {
  width: 1260px;
  padding: 0 30px;
  max-width: 100%;
}
.home .depart__head {
  text-align: center;
}
.home .depart__entitle {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #5a9f4d;
}
.home .depart__title {
  margin-top: 23px;
}
.home .depart__title .title {
  display: inline-block;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  border-bottom: 1px solid #282d27;
}
.home .depart__txt {
  margin-top: 27px;
  line-height: 2;
}
.home .depart__contents {
  margin-top: 60px;
}
.home .depart__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home .depart__items::after {
  content: "";
  display: block;
  width: calc((100% - 60px) / 3);
}
.home .depart__items .item {
  position: relative;
  width: calc((100% - 60px) / 3);
  background-color: #eee8d1;
  border-radius: 12px;
  word-break: break-all;
}
.home .depart__items .item:nth-child(n+4) {
  margin-top: 30px;
}
.home .depart__items .item__link {
  display: block;
  padding: 30px 30px 20px;
  min-height: 195px;
}
.home .depart__items .item__head {
  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;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.home .depart__items .item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 22px;
  font-weight: 500;
}
.home .depart__items .item__ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
  margin-left: 1em;
}
.home .depart__items .item__body {
  margin-top: 12px;
}
.home .depart__items .item__txt {
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .home .depart {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .home .depart .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .depart__entitle {
    font-size: 16px;
  }
  .home .depart__title {
    margin-top: 18px;
  }
  .home .depart__title .title {
    padding-bottom: 16px;
    font-size: 24px;
  }
  .home .depart__txt {
    margin-top: 20px;
  }
  .home .depart__contents {
    margin-top: 40px;
  }
  .home .depart__items::after {
    display: none;
  }
  .home .depart__items .item {
    width: calc((100% - 20px) / 2);
    border-radius: 10px;
  }
  .home .depart__items .item:nth-child(n+3) {
    margin-top: 20px;
  }
  .home .depart__items .item__link {
    padding: 25px 25px 20px;
    min-height: 195px;
  }
  .home .depart__items .item__head {
    padding-bottom: 15px;
  }
  .home .depart__items .item__title {
    font-size: 18px;
  }
  .home .depart__items .item__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9px;
            flex: 0 0 9px;
    width: 9px;
  }
  .home .depart__items .item__body {
    margin-top: 10px;
  }
}
@media screen and (max-width: 758px) {
  .home .depart {
    margin-top: 80px;
    padding-bottom: 75px;
  }
  .home .depart .container {
    padding: 0 20px;
  }
  .home .depart__entitle {
    font-size: 12px;
  }
  .home .depart__title {
    margin-top: 18px;
  }
  .home .depart__title .title {
    padding-bottom: 18px;
    font-size: 22px;
  }
  .home .depart__txt {
    margin-top: 19px;
    text-align: left;
  }
  .home .depart__contents {
    margin-top: 38px;
  }
  .home .depart__items {
    display: block;
  }
  .home .depart__items .item {
    width: 100%;
    border-radius: 12px;
  }
  .home .depart__items .item:nth-child(n+2) {
    margin-top: 20px;
  }
  .home .depart__items .item__link {
    padding: 20px 20px 18px;
    min-height: auto;
  }
  .home .depart__items .item__head {
    padding-bottom: 14px;
  }
  .home .depart__items .item__title {
    font-size: 16px;
  }
  .home .depart__items .item__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
            flex: 0 0 8px;
    width: 8px;
  }
  .home .depart__items .item__body {
    margin-top: 9px;
  }
}
/* ===================================

  お知らせ・ブログ

====================================== */
.home .blogs {
  padding: 120px 0;
  background-color: #eee8d1;
}
.home .blogs .container {
  width: 1260px;
  padding: 0 30px;
  max-width: 100%;
}
.home .blogs__title {
  font-size: 28px;
  font-weight: 500;
}
.home .blogs__contents {
  margin-top: 50px;
}
.home .blogs .entry {
  border-top: 1px solid #999;
}
.home .blogs .entry:last-child {
  border-bottom: 1px solid #999;
}
.home .blogs .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 37px 25px;
  background-image: url(img/ico/ico-arrow-right-bk.webp);
  background-repeat: no-repeat;
  background-size: 11px 9px;
  background-position: center right 0;
}
.home .blogs .entry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  width: 220px;
}
.home .blogs .entry__date {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.home .blogs .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .blogs .entry__bar {
  margin-left: 16px;
  width: 20px;
  height: 1px;
  background-color: #282d27;
}
.home .blogs .entry__cate {
  margin-left: 15px;
  font-size: 14px;
}
.home .blogs .entry__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
}
.home .blogs .entry__title {
  font-weight: 400;
}
.home .blogs__btns {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1199px) {
  .home .blogs {
    padding: 80px 0;
  }
  .home .blogs .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .blogs__title {
    font-size: 24px;
  }
  .home .blogs__contents {
    margin-top: 40px;
  }
  .home .blogs .entry__link {
    padding: 25px 20px 25px 15px;
    background-size: 10px 8px;
  }
  .home .blogs .entry__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 200px;
  }
  .home .blogs .entry__date {
    font-size: 14px;
  }
  .home .blogs .entry__bar {
    margin-left: 12px;
    width: 16px;
  }
  .home .blogs .entry__cate {
    margin-left: 12px;
    font-size: 13px;
  }
  .home .blogs .entry__title {
    font-size: 15px;
    line-height: 1.5;
  }
  .home .blogs__btns {
    margin-top: 50px;
  }
}
@media screen and (max-width: 758px) {
  .home .blogs {
    padding: 75px 0 80px;
    background-color: #fcf7e1;
  }
  .home .blogs .container {
    padding: 0 20px;
  }
  .home .blogs__title {
    font-size: 21px;
  }
  .home .blogs .entry__link {
    display: block;
    padding: 20px 30px 18px 0;
    background-size: 9px 8px;
  }
  .home .blogs .entry__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .home .blogs .entry__date {
    font-size: 12px;
  }
  .home .blogs .entry__bar {
    width: 15px;
  }
  .home .blogs .entry__cate {
    margin-left: 11px;
    font-size: 11px;
  }
  .home .blogs .entry__body {
    margin-top: 7px;
  }
  .home .blogs .entry__title {
    font-size: 12px;
    line-height: 1.5;
  }
  .home .blogs__btns {
    margin-top: 40px;
  }
}
/* ===================================

  お知らせ・ブログ一覧
  カテゴリー一覧

====================================== */
.blog .contents,
.category .contents {
  padding-top: 50px;
}
.blog .contents .container,
.category .contents .container {
  width: 1260px;
  padding: 0 30px;
  max-width: 100%;
}
.blog .contents .tabs,
.category .contents .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.blog .contents .tabs .tab + .tab,
.category .contents .tabs .tab + .tab {
  margin-left: 60px;
}
.blog .contents .tabs .tab a,
.category .contents .tabs .tab a {
  display: block;
  padding-bottom: 25px;
  border-bottom: 1px solid transparent;
}
.blog .contents .tabs .tab.active,
.category .contents .tabs .tab.active {
  border-bottom: 1px solid #5a9f4d;
}
.blog .contents .tabs .tab.active a,
.category .contents .tabs .tab.active a {
  color: #5a9f4d;
  pointer-events: none;
}
.blog .contents .tabs .tab.active a:hover,
.category .contents .tabs .tab.active a:hover {
  opacity: 1;
}
.blog .contents .tabs .tab:not(.active):hover a,
.category .contents .tabs .tab:not(.active):hover a {
  opacity: 1;
  color: #5a9f4d;
}
.blog .contents .entries,
.category .contents .entries {
  margin-top: 95px;
}
.blog .contents .entry,
.category .contents .entry {
  border-top: 1px solid #999;
}
.blog .contents .entry:last-child,
.category .contents .entry:last-child {
  border-bottom: 1px solid #999;
}
.blog .contents .entry__link,
.category .contents .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 37px 25px;
  background-image: url(img/ico/ico-arrow-right-bk.webp);
  background-repeat: no-repeat;
  background-size: 11px 9px;
  background-position: center right 0;
}
.blog .contents .entry__head,
.category .contents .entry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  width: 220px;
}
.blog .contents .entry__date,
.category .contents .entry__date {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.blog .contents .entry__cates,
.category .contents .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog .contents .entry__bar,
.category .contents .entry__bar {
  margin-left: 16px;
  width: 20px;
  height: 1px;
  background-color: #282d27;
}
.blog .contents .entry__cate,
.category .contents .entry__cate {
  margin-left: 15px;
  font-size: 14px;
}
.blog .contents .entry__body,
.category .contents .entry__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
}
.blog .contents .entry__title,
.category .contents .entry__title {
  font-weight: 400;
}

@media screen and (max-width: 1199px) {
  .blog .contents,
  .category .contents {
    padding-top: 40px;
  }
  .blog .contents .container,
  .category .contents .container {
    width: 100%;
    padding: 0 30px;
  }
  .blog .contents .tabs .tab + .tab,
  .category .contents .tabs .tab + .tab {
    margin-left: 40px;
  }
  .blog .contents .tabs .tab a,
  .category .contents .tabs .tab a {
    padding-bottom: 18px;
  }
  .blog .contents .tabs .tab:not(.active):hover a,
  .category .contents .tabs .tab:not(.active):hover a {
    color: #282d27;
  }
  .blog .contents .entries,
  .category .contents .entries {
    margin-top: 50px;
  }
  .blog .contents .entry__link,
  .category .contents .entry__link {
    padding: 25px 20px 25px 15px;
    background-size: 10px 8px;
  }
  .blog .contents .entry__head,
  .category .contents .entry__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 200px;
  }
  .blog .contents .entry__date,
  .category .contents .entry__date {
    font-size: 14px;
  }
  .blog .contents .entry__bar,
  .category .contents .entry__bar {
    margin-left: 12px;
    width: 16px;
  }
  .blog .contents .entry__cate,
  .category .contents .entry__cate {
    margin-left: 12px;
    font-size: 13px;
  }
  .blog .contents .entry__title,
  .category .contents .entry__title {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 758px) {
  .blog .contents,
  .category .contents {
    padding-top: 30px;
  }
  .blog .contents .container,
  .category .contents .container {
    padding: 0 20px;
  }
  .blog .contents .tabs .tab + .tab,
  .category .contents .tabs .tab + .tab {
    margin-left: 15px;
  }
  .blog .contents .tabs .tab a,
  .category .contents .tabs .tab a {
    padding-bottom: 12px;
  }
  .blog .contents .entries,
  .category .contents .entries {
    margin-top: 30px;
  }
  .blog .contents .entry__link,
  .category .contents .entry__link {
    display: block;
    padding: 20px 30px 18px 0;
    background-size: 9px 8px;
  }
  .blog .contents .entry__head,
  .category .contents .entry__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .blog .contents .entry__date,
  .category .contents .entry__date {
    font-size: 12px;
  }
  .blog .contents .entry__bar,
  .category .contents .entry__bar {
    width: 15px;
  }
  .blog .contents .entry__cate,
  .category .contents .entry__cate {
    margin-left: 11px;
    font-size: 11px;
  }
  .blog .contents .entry__body,
  .category .contents .entry__body {
    margin-top: 7px;
  }
  .blog .contents .entry__title,
  .category .contents .entry__title {
    font-size: 12px;
    line-height: 1.5;
  }
}
/* ===================================

  診療科目一覧

====================================== */
.post-type-archive-medical .contents {
  padding-top: 40px;
}
.post-type-archive-medical .contents .container {
  width: 1260px;
  padding: 0 30px;
  max-width: 100%;
}
.post-type-archive-medical .contents__txt {
  line-height: 2;
}
.post-type-archive-medical .contents .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 110px;
}
.post-type-archive-medical .contents .items::after {
  content: "";
  display: block;
  width: calc((100% - 60px) / 3);
}
.post-type-archive-medical .contents .items .item {
  position: relative;
  width: calc((100% - 60px) / 3);
  background-color: #eee8d1;
  border-radius: 12px;
  word-break: break-all;
}
.post-type-archive-medical .contents .items .item:nth-child(n+4) {
  margin-top: 30px;
}
.post-type-archive-medical .contents .items .item__link {
  display: block;
  padding: 30px 30px 20px;
  min-height: 195px;
}
.post-type-archive-medical .contents .items .item__head {
  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;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.post-type-archive-medical .contents .items .item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 22px;
  font-weight: 500;
}
.post-type-archive-medical .contents .items .item__ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
  margin-left: 1em;
}
.post-type-archive-medical .contents .items .item__body {
  margin-top: 12px;
}
.post-type-archive-medical .contents .items .item__txt {
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-medical .contents .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-medical .contents .items {
    margin-top: 60px;
  }
  .post-type-archive-medical .contents .items::after {
    display: none;
  }
  .post-type-archive-medical .contents .items .item {
    width: calc((100% - 20px) / 2);
    border-radius: 10px;
  }
  .post-type-archive-medical .contents .items .item:nth-child(n+3) {
    margin-top: 20px;
  }
  .post-type-archive-medical .contents .items .item__link {
    padding: 25px 25px 20px;
    min-height: 195px;
  }
  .post-type-archive-medical .contents .items .item__head {
    padding-bottom: 15px;
  }
  .post-type-archive-medical .contents .items .item__title {
    font-size: 18px;
  }
  .post-type-archive-medical .contents .items .item__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9px;
            flex: 0 0 9px;
    width: 9px;
  }
  .post-type-archive-medical .contents .items .item__body {
    margin-top: 10px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-medical .contents {
    padding-top: 30px;
  }
  .post-type-archive-medical .contents .container {
    padding: 0 20px;
  }
  .post-type-archive-medical .contents .items {
    display: block;
    margin-top: 30px;
  }
  .post-type-archive-medical .contents .items .item {
    width: 100%;
    border-radius: 12px;
  }
  .post-type-archive-medical .contents .items .item:nth-child(n+2) {
    margin-top: 20px;
  }
  .post-type-archive-medical .contents .items .item__link {
    padding: 20px 20px 18px;
    min-height: auto;
  }
  .post-type-archive-medical .contents .items .item__head {
    padding-bottom: 14px;
  }
  .post-type-archive-medical .contents .items .item__title {
    font-size: 16px;
  }
  .post-type-archive-medical .contents .items .item__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
            flex: 0 0 8px;
    width: 8px;
  }
  .post-type-archive-medical .contents .items .item__body {
    margin-top: 9px;
  }
}
/* ===================================

  よくある質問

====================================== */
.post-type-archive-faq .contents {
  padding-top: 88px;
}
.post-type-archive-faq .contents .container {
  width: 720px;
}
.post-type-archive-faq .faq__items .item {
  padding: 35px 15px;
  border-top: 1px solid #999;
}
.post-type-archive-faq .faq__items .item:last-child {
  border-bottom: 1px solid #999;
}
.post-type-archive-faq .faq__items .item-que, .post-type-archive-faq .faq__items .item-ans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post-type-archive-faq .faq__items .item-que {
  cursor: pointer;
}
.post-type-archive-faq .faq__items .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
}
.post-type-archive-faq .faq__items .item__ico {
  position: relative;
  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: 20px;
  height: 20px;
  background-color: #5a9f4d;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
}
.post-type-archive-faq .faq__items .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
  padding-right: 40px;
}
.post-type-archive-faq .faq__items .item__title {
  margin-top: -0.2em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.post-type-archive-faq .faq__items .item__mark {
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background-image: url(img/ico/ico-plus@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.post-type-archive-faq .faq__items .item__mark.active {
  background-image: url(img/ico/ico-minus@2x.webp);
}
.post-type-archive-faq .faq__items .item-ans {
  margin-top: 20px;
}
.post-type-archive-faq .faq__items .item__body p {
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-faq .contents {
    padding-top: 40px;
  }
  .post-type-archive-faq .contents .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-faq .faq__items .item {
    padding: 22px 10px;
  }
  .post-type-archive-faq .faq__items .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
    width: 28px;
  }
  .post-type-archive-faq .faq__items .item__ico {
    width: 18px;
    height: 18px;
    font-size: 14px;
  }
  .post-type-archive-faq .faq__items .item__body {
    padding-right: 35px;
  }
  .post-type-archive-faq .faq__items .item__title {
    margin-top: -0.22em;
    font-size: 14px;
  }
  .post-type-archive-faq .faq__items .item__mark {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    width: 14px;
    height: 14px;
  }
  .post-type-archive-faq .faq__items .item-ans {
    margin-top: 15px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-faq .contents {
    padding-top: 30px;
  }
  .post-type-archive-faq .contents .container {
    padding: 0 20px;
  }
  .post-type-archive-faq .faq__items .item {
    padding: 20px 0;
  }
  .post-type-archive-faq .faq__items .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26px;
            flex: 0 0 26px;
    width: 26px;
  }
  .post-type-archive-faq .faq__items .item__ico {
    width: 16px;
    height: 16px;
    font-size: 13px;
  }
  .post-type-archive-faq .faq__items .item__body {
    padding-right: 35px;
  }
  .post-type-archive-faq .faq__items .item__title {
    margin-top: -0.15em;
    font-size: 13px;
  }
  .post-type-archive-faq .faq__items .item-ans {
    margin-top: 12px;
  }
}
/* ===================================

  投稿詳細

====================================== */
.single .contents .entry__body {
  word-break: break-all;
  padding-top: 120px;
  padding-bottom: 100px;
  border-bottom: 1px solid #999;
}
.single .contents .entry__body > *:first-child {
  margin-top: 0 !important;
}
.single .contents .entry__body .wp-block-columns {
  margin-top: 2em;
}
.single .contents .entry__body .wp-block-column > *:first-child {
  margin-top: 0;
}
.single .contents .entry__body h2,
.single .contents .entry__body h3,
.single .contents .entry__body h4,
.single .contents .entry__body h5,
.single .contents .entry__body h6 {
  font-weight: 500;
  line-height: 1.5;
}
.single .contents .entry__body h2 {
  font-size: 30px;
  margin-top: 100px;
}
.single .contents .entry__body h3 {
  margin-top: 68px;
  font-size: 24px;
}
.single .contents .entry__body h4 {
  margin-top: 30px;
  font-size: 20px;
}
.single .contents .entry__body h5 {
  margin-top: 40px;
  font-size: 18px;
}
.single .contents .entry__body h6 {
  margin-top: 40px;
  font-size: 16px;
}
.single .contents .entry__body p {
  margin-top: 25px;
  line-height: 2;
}
.single .contents .entry__body p + p {
  margin-top: 1.25rem;
}
.single .contents .entry__body .wp-block-image {
  margin-top: 40px;
}
.single .contents .entry__body .wp-block-image img {
  margin: 0;
}
.single .contents .entry__body .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
.single .contents .entry__body .aligncenter {
  margin: 40px auto 0;
}
.single .contents .entry__body .alignright {
  margin-left: auto;
}
.single .contents .entry__body .wp-caption {
  max-width: 100%;
}
.single .contents .entry__body .wp-caption-text {
  margin-top: 3px;
}
.single .contents .entry__body pre {
  overflow-x: auto;
}
.single .contents .entry__body table {
  margin-top: 40px;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
}
.single .contents .entry__body table th {
  display: table-cell;
  vertical-align: middle;
  background-color: #ddd;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  height: 65px;
  border: 1px solid #e6e6e6;
  color: #000;
  font-weight: 400;
}
.single .contents .entry__body table th a {
  color: inherit;
}
.single .contents .entry__body table td {
  display: table-cell;
  vertical-align: middle;
  height: 65px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.single .contents .entry__body table td a {
  color: inherit;
}
.single .contents .entry__body > ol, .single .contents .entry__body > ul {
  margin-top: 40px;
}
.single .contents .entry__body ol,
.single .contents .entry__body ul {
  margin-top: 40px;
}
.single .contents .entry__body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.7;
}
.single .contents .entry__body ul li::before {
  content: "";
  position: relative;
  top: 0.5em;
  margin-right: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
  height: 10px;
  background-color: #5a9f4d;
  border-radius: 50%;
}
.single .contents .entry__body ul li + li {
  margin-top: 0.75em;
}
.single .contents .entry__body ol {
  padding-left: 1.1em;
}
.single .contents .entry__body ol li {
  line-height: 1.7;
}
.single .contents .entry__body ol li + li {
  margin-top: 0.75em;
}
.single .contents .entry__body ol li::marker {
  color: #5a9f4d;
  margin-right: 10px;
}
.single .contents .entry__body a {
  position: relative;
  color: #1a0dab;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single .contents .entry__body .wp-block-buttons {
  margin-top: 40px;
}
.single .contents .entry__body .wp-block-buttons .wp-block-button a {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  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;
  background-color: #282d27;
  background-image: url(img/ico/ico-arrow-right-wh-nr.webp);
  background-repeat: no-repeat;
  background-size: 11px 9px;
  background-position: center left 40px;
  min-width: 280px;
  height: 60px;
  font-size: 16px;
  color: #fff;
  z-index: 1;
  border-radius: 9999px;
}
.single .contents .entry__body details {
  margin-top: 2em;
}
.single .contents .entry__body .wp-calendar-table caption {
  margin-bottom: 0.5em;
  font-size: 1.2em;
}
.single .contents .entry__body blockquote {
  position: relative;
  width: 100%;
  margin-top: 40px;
  background-color: #fff;
  padding: 43px 35px;
  border: 1px solid #ccc;
  border-left: 3px solid #5a9f4d;
}
.single .contents .entry__body blockquote p {
  margin-top: 0;
}
.single .contents .entry__body blockquote p + p {
  margin-top: 1em;
}
.single .contents .entry__body blockquote cite {
  display: block;
  margin-top: 40px;
  font-size: 14px;
  font-style: normal;
}
.single .contents .entry__body blockquote a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #5a9f4d;
}
.single .contents .entry__body blockquote a:hover {
  opacity: 0.6;
}
.single .contents .entry__body .wp-block-liquid-speech-balloon {
  margin-top: 40px;
}
.single .contents .entry__body hr.wp-block-separator {
  margin: 40px auto;
  width: 30%;
  height: 2px;
  border-bottom: 2px solid #5a9f4d;
  border-top: none;
}
.single .contents .entry__body hr.wp-block-separator.is-style-wide {
  width: 100%;
  border-bottom: 2px dashed #5a9f4d;
}
.single .contents .entry__body .liquid-speech-balloon-text p {
  margin-top: 0;
}
.single .contents .entry__body iframe {
  margin-top: 40px;
  max-width: 100%;
  width: 100%;
}
.single .contents .entry__body figure.wp-block-embed-youtube {
  margin-top: 40px;
}
.single .contents .entry__body figure.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  margin-bottom: 0;
  padding-top: 56.25%;
  width: 100%;
}
.single .contents .entry__body figure.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.single .contents .entry__body .toc-mokuji-content {
  margin-top: 40px;
}
.single .contents .entry__body .wp-block-columns.is-layout-flex {
  gap: 60px;
}

@media screen and (max-width: 1199px) {
  .single .contents .entry__body {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .single .contents .entry__body .toc-mokuji-content {
    margin-top: 30px;
  }
  .single .contents .entry__body h2 {
    margin-top: 40px;
    font-size: 22px;
  }
  .single .contents .entry__body h3 {
    margin-top: 40px;
    font-size: 20px;
  }
  .single .contents .entry__body h4 {
    margin-top: 35px;
    font-size: 18px;
  }
  .single .contents .entry__body h5 {
    margin-top: 35px;
    font-size: 16px;
  }
  .single .contents .entry__body h6 {
    margin-top: 35px;
    font-size: 14px;
  }
  .single .contents .entry__body p {
    margin-top: 1em;
  }
  .single .contents .entry__body p + p {
    margin-top: 1rem;
  }
  .single .contents .entry__body .wp-block-image {
    margin-top: 35px;
  }
  .single .contents .entry__body .aligncenter {
    margin: 35px auto 0;
  }
  .single .contents .entry__body .wp-caption-text {
    margin-top: 2px;
  }
  .single .contents .entry__body table {
    margin-top: 35px;
  }
  .single .contents .entry__body table th {
    font-size: 16px;
    height: 58px;
  }
  .single .contents .entry__body table td {
    height: 58px;
  }
  .single .contents .entry__body > ol, .single .contents .entry__body > ul {
    margin-top: 35px;
  }
  .single .contents .entry__body ul li::before {
    top: 0.5em;
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10px;
            flex: 0 0 10px;
    width: 10px;
    height: 10px;
  }
  .single .contents .entry__body .wp-block-buttons {
    margin-top: 35px;
  }
  .single .contents .entry__body .wp-block-buttons .wp-block-button a {
    max-width: 100%;
    background-size: 9px 8px;
    background-position: center left 30px;
    width: 300px;
    font-size: 14px;
  }
  .single .contents .entry__body blockquote {
    margin-top: 35px;
    padding: 35px 30px;
  }
  .single .contents .entry__body blockquote cite {
    margin-top: 35px;
    font-size: 12px;
  }
  .single .contents .entry__body .wp-block-liquid-speech-balloon {
    margin-top: 35px;
  }
  .single .contents .entry__body hr.wp-block-separator {
    margin: 35px auto;
    width: 30%;
    height: 2px;
  }
  .single .contents .entry__body iframe {
    margin-top: 35px;
  }
  .single .contents .entry__body figure.wp-block-embed-youtube {
    margin-top: 35px;
  }
  .single .contents .entry__body .wp-block-columns.is-layout-flex {
    margin-top: 35px;
    gap: 1.5em;
  }
}
@media screen and (max-width: 758px) {
  .single .contents .entry__body {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .single .contents .entry__body .toc-mokuji-content {
    margin-top: 25px;
  }
  .single .contents .entry__body h2 {
    margin-top: 40px;
    font-size: 18px;
  }
  .single .contents .entry__body h3 {
    margin-top: 40px;
    font-size: 16px;
  }
  .single .contents .entry__body h4 {
    margin-top: 30px;
    font-size: 14px;
  }
  .single .contents .entry__body h5 {
    margin-top: 30px;
    font-size: 13px;
  }
  .single .contents .entry__body h6 {
    margin-top: 30px;
    font-size: 12px;
  }
  .single .contents .entry__body p {
    margin-top: 20px;
    line-height: 2;
  }
  .single .contents .entry__body p + p {
    margin-top: 1.25rem;
  }
  .single .contents .entry__body .wp-block-image {
    margin-top: 25px;
  }
  .single .contents .entry__body .aligncenter {
    margin: 25px auto 0;
  }
  .single .contents .entry__body table {
    margin-top: 25px;
  }
  .single .contents .entry__body table th {
    font-size: 13px;
    height: 45px;
  }
  .single .contents .entry__body table td {
    height: 45px;
  }
  .single .contents .entry__body > ol, .single .contents .entry__body > ul {
    margin-top: 25px;
  }
  .single .contents .entry__body ul li::before {
    margin-right: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
            flex: 0 0 8px;
    width: 8px;
    height: 8px;
  }
  .single .contents .entry__body blockquote {
    margin-top: 25px;
    padding: 30px 20px;
  }
  .single .contents .entry__body .wp-block-buttons {
    margin-top: 25px;
  }
  .single .contents .entry__body .wp-block-buttons .wp-block-button {
    margin: 0 auto;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .single .contents .entry__body .wp-block-buttons .wp-block-button a {
    min-width: 100%;
    width: 100%;
    height: 50px;
    font-size: 12px;
  }
  .single .contents .entry__body .wp-block-liquid-speech-balloon {
    margin-top: 25px;
  }
  .single .contents .entry__body hr.wp-block-separator {
    margin: 25px auto;
    height: 2px;
  }
  .single .contents .entry__body iframe {
    margin-top: 25px;
  }
  .single .contents .entry__body figure.wp-block-embed-youtube {
    margin-top: 25px;
  }
  .single .contents .entry__body .wp-block-columns.is-layout-flex {
    margin-top: 30px;
    gap: 1em;
  }
}
/* ===================================

  診療科目 詳細

====================================== */
.single-medical .medi-mv {
  margin-top: 180px;
}
.single-medical .medi-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1200px;
  padding: 24px 0;
  margin: 0 auto;
}
.single-medical .medi-mv__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 100px;
}
.single-medical .medi-mv__subtitle {
  font-size: 14px;
}
.single-medical .medi-mv__title {
  margin-top: 26px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
}
.single-medical .medi-mv__txt {
  margin-top: 24px;
  line-height: 2;
}
.single-medical .medi-mv__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  width: 260px;
}
.single-medical .medi-mv__info .att {
  width: 100%;
}
.single-medical .medi-mv__info .att__title {
  position: relative;
  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: 100%;
  height: 25px;
  background-color: #5a9f4d;
  font-size: 16px;
  color: #fff;
  z-index: 1;
  border-radius: 9999px;
}
.single-medical .medi-mv__info .att__items {
  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;
  margin-top: 10px;
}
.single-medical .medi-mv__info .att__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  width: 120px;
}
.single-medical .medi-mv__info .att__thumb {
  overflow: hidden;
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.single-medical .medi-mv__info .att__img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.single-medical .medi-mv__info .att__name {
  margin-top: 10px;
  text-align: center;
}
.single-medical .contents {
  padding-top: 100px;
}
.single-medical .contents .container {
  width: 1260px;
  padding: 0 30px;
  max-width: 100%;
}
.single-medical .contents .entry__body {
  padding: 0;
  border: none;
}

@media screen and (max-width: 1199px) {
  .single-medical .medi-mv {
    margin-top: 60px;
  }
  .single-medical .medi-mv__inner {
    width: 100%;
    padding: 30px;
  }
  .single-medical .medi-mv__contents {
    padding-right: 60px;
  }
  .single-medical .medi-mv__subtitle {
    font-size: 13px;
  }
  .single-medical .medi-mv__title {
    margin-top: 20px;
    font-size: 28px;
  }
  .single-medical .medi-mv__txt {
    margin-top: 22px;
  }
  .single-medical .medi-mv__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    width: 220px;
  }
  .single-medical .medi-mv__info .att__title {
    height: 25px;
    font-size: 14px;
  }
  .single-medical .medi-mv__info .att__items {
    margin-top: 8px;
  }
  .single-medical .medi-mv__info .att__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 105px;
            flex: 0 0 105px;
    width: 105px;
  }
  .single-medical .medi-mv__info .att__thumb {
    width: 105px;
    height: 105px;
  }
  .single-medical .medi-mv__info .att__name {
    margin-top: 8px;
    font-size: 13px;
  }
  .single-medical .contents {
    padding-top: 50px;
  }
  .single-medical .contents .container {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 758px) {
  .single-medical .medi-mv__inner {
    display: block;
    padding: 25px 20px;
  }
  .single-medical .medi-mv__contents {
    padding-right: 0;
  }
  .single-medical .medi-mv__subtitle {
    font-size: 12px;
  }
  .single-medical .medi-mv__title {
    margin-top: 16px;
    font-size: 22px;
  }
  .single-medical .medi-mv__txt {
    margin-top: 18px;
  }
  .single-medical .medi-mv__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    width: 220px;
    margin-top: 30px;
  }
  .single-medical .medi-mv__info .att__title {
    height: 22px;
    font-size: 12px;
  }
  .single-medical .medi-mv__info .att__items {
    margin-top: 8px;
  }
  .single-medical .medi-mv__info .att__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 105px;
            flex: 0 0 105px;
    width: 105px;
  }
  .single-medical .medi-mv__info .att__thumb {
    width: 105px;
    height: 105px;
  }
  .single-medical .medi-mv__info .att__name {
    font-size: 12px;
  }
  .single-medical .contents {
    padding-top: 40px;
  }
  .single-medical .contents .container {
    padding: 0 20px;
  }
}
/* ===================================

  投稿シングル

====================================== */
.post-template-default .main {
  margin-top: 180px;
  padding-top: 20px;
}
.post-template-default .contents .container {
  width: 960px;
}
.post-template-default .entry {
  word-break: break-all;
}
.post-template-default .entry__head {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.post-template-default .entry__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-template-default .entry__date {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.post-template-default .entry__bar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 1px;
  margin-left: 16px;
  background-color: #282d27;
}
.post-template-default .entry__cates {
  margin-left: 16px;
}
.post-template-default .entry__cate {
  font-size: 14px;
}
.post-template-default .entry__title {
  margin-top: 25px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
}
.post-template-default .entry__inner {
  padding: 0 120px;
}
.post-template-default .entry__thumb {
  margin-top: 60px;
}
.post-template-default .entry__thumb img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
  border-radius: 12px;
}
.post-template-default .entry__btn {
  margin: 80px auto 0;
  background-image: none;
}

@media screen and (max-width: 1199px) {
  .post-template-default .main {
    margin-top: 60px;
    padding-top: 40px;
  }
  .post-template-default .contents .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-template-default .entry__head {
    padding-bottom: 30px;
  }
  .post-template-default .entry__bar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    width: 16px;
    margin-left: 12px;
  }
  .post-template-default .entry__cates {
    margin-left: 12px;
  }
  .post-template-default .entry__cate {
    font-size: 13px;
  }
  .post-template-default .entry__title {
    margin-top: 20px;
    font-size: 28px;
  }
  .post-template-default .entry__inner {
    padding: 0 60px;
  }
  .post-template-default .entry__thumb {
    margin-top: 30px;
  }
  .post-template-default .entry__btn {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 758px) {
  .post-template-default .main {
    padding-top: 30px;
  }
  .post-template-default .contents .container {
    width: 100%;
    padding: 0 20px;
  }
  .post-template-default .entry__head {
    padding-bottom: 20px;
  }
  .post-template-default .entry__bar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
            flex: 0 0 15px;
    width: 15px;
  }
  .post-template-default .entry__cates {
    margin-left: 11px;
  }
  .post-template-default .entry__cate {
    font-size: 11px;
  }
  .post-template-default .entry__title {
    margin-top: 18px;
    font-size: 20px;
  }
  .post-template-default .entry__inner {
    padding: 0;
  }
  .post-template-default .entry__thumb {
    margin-top: 20px;
  }
  .post-template-default .entry__btn {
    margin: 40px auto 0;
  }
}
/* ===================================

  固定ページ共通

====================================== */
.page .contents .entry__body {
  word-break: break-all;
}
.page .contents .entry__body > *:first-child {
  margin-top: 0 !important;
}
.page .contents .entry__body .wp-block-columns {
  margin-top: 2em;
}
.page .contents .entry__body .wp-block-column > *:first-child {
  margin-top: 0;
}
.page .contents .entry__body h2,
.page .contents .entry__body h3,
.page .contents .entry__body h4,
.page .contents .entry__body h5,
.page .contents .entry__body h6 {
  font-weight: 500;
  line-height: 1.5;
}
.page .contents .entry__body h2 {
  font-size: 30px;
  margin-top: 100px;
}
.page .contents .entry__body h3 {
  margin-top: 68px;
  font-size: 24px;
}
.page .contents .entry__body h4 {
  margin-top: 30px;
  font-size: 20px;
}
.page .contents .entry__body h5 {
  margin-top: 40px;
  font-size: 18px;
}
.page .contents .entry__body h6 {
  margin-top: 40px;
  font-size: 16px;
}
.page .contents .entry__body p {
  margin-top: 25px;
  line-height: 2;
}
.page .contents .entry__body p + p {
  margin-top: 1.25rem;
}
.page .contents .entry__body .wp-block-image {
  margin-top: 40px;
}
.page .contents .entry__body .wp-block-image img {
  margin: 0;
}
.page .contents .entry__body .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
.page .contents .entry__body .aligncenter {
  margin: 40px auto 0;
}
.page .contents .entry__body .alignright {
  margin-left: auto;
}
.page .contents .entry__body .wp-caption {
  max-width: 100%;
}
.page .contents .entry__body .wp-caption-text {
  margin-top: 3px;
}
.page .contents .entry__body pre {
  overflow-x: auto;
}
.page .contents .entry__body table {
  margin-top: 40px;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
}
.page .contents .entry__body table th {
  display: table-cell;
  vertical-align: middle;
  background-color: #ddd;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  height: 65px;
  border: 1px solid #e6e6e6;
  color: #000;
  font-weight: 400;
}
.page .contents .entry__body table th a {
  color: inherit;
}
.page .contents .entry__body table td {
  display: table-cell;
  vertical-align: middle;
  height: 65px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.page .contents .entry__body table td a {
  color: inherit;
}
.page .contents .entry__body > ol, .page .contents .entry__body > ul {
  margin-top: 40px;
}
.page .contents .entry__body ol,
.page .contents .entry__body ul {
  margin-top: 40px;
}
.page .contents .entry__body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.7;
}
.page .contents .entry__body ul li::before {
  content: "";
  position: relative;
  top: 0.5em;
  margin-right: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
  height: 10px;
  background-color: #5a9f4d;
  border-radius: 50%;
}
.page .contents .entry__body ul li + li {
  margin-top: 0.75em;
}
.page .contents .entry__body ol {
  padding-left: 1.1em;
}
.page .contents .entry__body ol li {
  line-height: 1.7;
}
.page .contents .entry__body ol li + li {
  margin-top: 0.75em;
}
.page .contents .entry__body ol li::marker {
  color: #5a9f4d;
  margin-right: 10px;
}
.page .contents .entry__body a {
  position: relative;
  color: #1a0dab;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page .contents .entry__body .wp-block-buttons {
  margin-top: 40px;
}
.page .contents .entry__body .wp-block-buttons .wp-block-button a {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  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;
  background-color: #282d27;
  background-image: url(img/ico/ico-arrow-right-wh-nr.webp);
  background-repeat: no-repeat;
  background-size: 11px 9px;
  background-position: center left 40px;
  min-width: 280px;
  height: 60px;
  font-size: 16px;
  color: #fff;
  z-index: 1;
  border-radius: 9999px;
}
.page .contents .entry__body details {
  margin-top: 2em;
}
.page .contents .entry__body .wp-calendar-table caption {
  margin-bottom: 0.5em;
  font-size: 1.2em;
}
.page .contents .entry__body blockquote {
  position: relative;
  width: 100%;
  margin-top: 40px;
  background-color: #fff;
  padding: 43px 35px;
  border: 1px solid #ccc;
  border-left: 3px solid #5a9f4d;
}
.page .contents .entry__body blockquote p {
  margin-top: 0;
}
.page .contents .entry__body blockquote p + p {
  margin-top: 1em;
}
.page .contents .entry__body blockquote cite {
  display: block;
  margin-top: 40px;
  font-size: 14px;
  font-style: normal;
}
.page .contents .entry__body blockquote a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #5a9f4d;
}
.page .contents .entry__body blockquote a:hover {
  opacity: 0.6;
}
.page .contents .entry__body .wp-block-liquid-speech-balloon {
  margin-top: 40px;
}
.page .contents .entry__body hr.wp-block-separator {
  margin: 40px auto;
  width: 30%;
  height: 2px;
  border-bottom: 2px solid #5a9f4d;
  border-top: none;
}
.page .contents .entry__body hr.wp-block-separator.is-style-wide {
  width: 100%;
  border-bottom: 2px dashed #5a9f4d;
}
.page .contents .entry__body .liquid-speech-balloon-text p {
  margin-top: 0;
}
.page .contents .entry__body iframe {
  margin-top: 40px;
  max-width: 100%;
  width: 100%;
}
.page .contents .entry__body figure.wp-block-embed-youtube {
  margin-top: 40px;
}
.page .contents .entry__body figure.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  margin-bottom: 0;
  padding-top: 56.25%;
  width: 100%;
}
.page .contents .entry__body figure.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.page .contents .entry__body .toc-mokuji-content {
  margin-top: 40px;
}
.page .contents .entry__body .wp-block-columns.is-layout-flex {
  gap: 60px;
}

@media screen and (max-width: 1199px) {
  .page .contents .entry__body .toc-mokuji-content {
    margin-top: 30px;
  }
  .page .contents .entry__body h2 {
    margin-top: 40px;
    font-size: 22px;
  }
  .page .contents .entry__body h3 {
    margin-top: 40px;
    font-size: 20px;
  }
  .page .contents .entry__body h4 {
    margin-top: 35px;
    font-size: 18px;
  }
  .page .contents .entry__body h5 {
    margin-top: 35px;
    font-size: 16px;
  }
  .page .contents .entry__body h6 {
    margin-top: 35px;
    font-size: 14px;
  }
  .page .contents .entry__body p {
    margin-top: 1em;
  }
  .page .contents .entry__body p + p {
    margin-top: 1rem;
  }
  .page .contents .entry__body .wp-block-image {
    margin-top: 35px;
  }
  .page .contents .entry__body .aligncenter {
    margin: 35px auto 0;
  }
  .page .contents .entry__body .wp-caption-text {
    margin-top: 2px;
  }
  .page .contents .entry__body table {
    margin-top: 35px;
  }
  .page .contents .entry__body table th {
    font-size: 16px;
    height: 58px;
  }
  .page .contents .entry__body table td {
    height: 58px;
  }
  .page .contents .entry__body > ol, .page .contents .entry__body > ul {
    margin-top: 35px;
  }
  .page .contents .entry__body ul li::before {
    top: 0.5em;
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10px;
            flex: 0 0 10px;
    width: 10px;
    height: 10px;
  }
  .page .contents .entry__body .wp-block-buttons {
    margin-top: 35px;
  }
  .page .contents .entry__body .wp-block-buttons .wp-block-button a {
    max-width: 100%;
    background-size: 9px 8px;
    background-position: center left 30px;
    width: 300px;
    font-size: 14px;
  }
  .page .contents .entry__body blockquote {
    margin-top: 35px;
    padding: 35px 30px;
  }
  .page .contents .entry__body blockquote cite {
    margin-top: 35px;
    font-size: 12px;
  }
  .page .contents .entry__body .wp-block-liquid-speech-balloon {
    margin-top: 35px;
  }
  .page .contents .entry__body hr.wp-block-separator {
    margin: 35px auto;
    width: 30%;
    height: 2px;
  }
  .page .contents .entry__body iframe {
    margin-top: 35px;
  }
  .page .contents .entry__body figure.wp-block-embed-youtube {
    margin-top: 35px;
  }
  .page .contents .entry__body .wp-block-columns.is-layout-flex {
    margin-top: 35px;
    gap: 1.5em;
  }
}
@media screen and (max-width: 758px) {
  .page .contents .entry__body .toc-mokuji-content {
    margin-top: 25px;
  }
  .page .contents .entry__body h2 {
    margin-top: 40px;
    font-size: 18px;
  }
  .page .contents .entry__body h3 {
    margin-top: 40px;
    font-size: 16px;
  }
  .page .contents .entry__body h4 {
    margin-top: 30px;
    font-size: 14px;
  }
  .page .contents .entry__body h5 {
    margin-top: 30px;
    font-size: 13px;
  }
  .page .contents .entry__body h6 {
    margin-top: 30px;
    font-size: 12px;
  }
  .page .contents .entry__body p {
    margin-top: 20px;
    line-height: 2;
  }
  .page .contents .entry__body p + p {
    margin-top: 1.25rem;
  }
  .page .contents .entry__body .wp-block-image {
    margin-top: 25px;
  }
  .page .contents .entry__body .aligncenter {
    margin: 25px auto 0;
  }
  .page .contents .entry__body table {
    margin-top: 25px;
  }
  .page .contents .entry__body table th {
    font-size: 13px;
    height: 45px;
  }
  .page .contents .entry__body table td {
    height: 45px;
  }
  .page .contents .entry__body > ol, .page .contents .entry__body > ul {
    margin-top: 25px;
  }
  .page .contents .entry__body ul li::before {
    margin-right: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
            flex: 0 0 8px;
    width: 8px;
    height: 8px;
  }
  .page .contents .entry__body blockquote {
    margin-top: 25px;
    padding: 30px 20px;
  }
  .page .contents .entry__body .wp-block-buttons {
    margin-top: 25px;
  }
  .page .contents .entry__body .wp-block-buttons .wp-block-button {
    margin: 0 auto;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .page .contents .entry__body .wp-block-buttons .wp-block-button a {
    min-width: 100%;
    width: 100%;
    height: 50px;
    font-size: 12px;
  }
  .page .contents .entry__body .wp-block-liquid-speech-balloon {
    margin-top: 25px;
  }
  .page .contents .entry__body hr.wp-block-separator {
    margin: 25px auto;
    height: 2px;
  }
  .page .contents .entry__body iframe {
    margin-top: 25px;
  }
  .page .contents .entry__body figure.wp-block-embed-youtube {
    margin-top: 25px;
  }
  .page .contents .entry__body .wp-block-columns.is-layout-flex {
    margin-top: 30px;
    gap: 1em;
  }
}
/* ===================================

  固定ページ：汎用テンプレート

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.page-template-page-template-ver1 .contents {
  padding-top: 88px;
  margin: 0 auto;
}
.page-template-page-template-ver1 .entry__body {
  margin: 0 auto;
  width: 720px;
  padding-top: 90px;
  word-break: break-all;
}
.page-template-page-template-ver1 .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: center;
}
.page-template-page-template-ver1 .section-title .title {
  margin-top: 27px;
  font-size: 30px;
  font-weight: 500;
}
.page-template-page-template-ver1 .section-title .entitle {
  color: #5a9f4d;
}

@media screen and (max-width: 1199px) {
  .page-template-page-template-ver1 .contents {
    padding-top: 40px;
  }
  .page-template-page-template-ver1 .entry__body {
    width: 100%;
    padding: 60px 60px 0;
  }
  .page-template-page-template-ver1 .section-title .title {
    margin-top: 18px;
    font-size: 24px;
  }
  .page-template-page-template-ver1 .section-title .entitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-template-page-template-ver1 .contents {
    padding-top: 30px;
  }
  .page-template-page-template-ver1 .entry__body {
    padding: 40px 20px 0;
  }
  .page-template-page-template-ver1 .section-title .title {
    font-size: 22px;
  }
  .page-template-page-template-ver1 .section-title .entitle {
    font-size: 12px;
  }
}
/* ---------------------------------
  メインビジュアル
----------------------------------- */
.page-template-page-template-ver1 .main-thumb .container {
  width: 1200px;
}
.page-template-page-template-ver1 .main-thumb__img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 12px;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .page-template-page-template-ver1 .main-thumb .container {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 758px) {
  .page-template-page-template-ver1 .main-thumb .container {
    padding: 0 20px;
  }
}
/* ===================================

  当院について：page-about

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.page-about .contents {
  padding-top: 88px;
}
.page-about .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: center;
}
.page-about .section-title .title {
  margin-top: 27px;
  font-size: 30px;
  font-weight: 500;
}
.page-about .section-title .entitle {
  color: #5a9f4d;
}

@media screen and (max-width: 1199px) {
  .page-about .contents {
    padding-top: 40px;
  }
  .page-about .section-title .title {
    margin-top: 18px;
    font-size: 24px;
  }
  .page-about .section-title .entitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-about .contents {
    padding-top: 30px;
  }
  .page-about .section-title .title {
    font-size: 22px;
  }
  .page-about .section-title .entitle {
    font-size: 12px;
  }
}
/* ---------------------------------
  メインビジュアル
----------------------------------- */
.page-about .main-thumb .container {
  width: 1200px;
}
.page-about .main-thumb__img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 12px;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .page-about .main-thumb .container {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 758px) {
  .page-about .main-thumb .container {
    padding: 0 20px;
  }
}
/* ---------------------------------
  メッセージ
----------------------------------- */
.page-about .msg {
  padding-top: 90px;
}
.page-about .msg .container {
  width: 720px;
}
.page-about .msg__contents {
  padding-top: 94px;
}
.page-about .msg__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.page-about .msg__title .sp {
  display: none;
}
.page-about .msg__body {
  margin-top: 61px;
}
.page-about .msg__txt {
  line-height: 2;
}
.page-about .msg__txt + .msg__txt {
  margin-top: 2em;
}

@media screen and (max-width: 1199px) {
  .page-about .msg {
    padding-top: 60px;
  }
  .page-about .msg .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-about .msg__contents {
    padding-top: 50px;
  }
  .page-about .msg__title {
    font-size: 20px;
  }
  .page-about .msg__body {
    margin-top: 30px;
  }
  .page-about .msg__txt + .msg__txt {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 758px) {
  .page-about .msg {
    padding-top: 40px;
  }
  .page-about .msg .container {
    padding: 0 20px;
  }
  .page-about .msg__contents {
    padding-top: 40px;
  }
  .page-about .msg__title {
    font-size: 16px;
  }
  .page-about .msg__title .sp {
    display: block;
  }
  .page-about .msg__body {
    margin-top: 20px;
  }
  .page-about .msg__txt + .msg__txt {
    margin-top: 1.2em;
  }
}
/* ---------------------------------
  ギャラリー
----------------------------------- */
.page-about .feature {
  margin-top: 120px;
}
.page-about .feature__inner {
  padding: 0 60px;
}
.page-about .feature .thumbs {
  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;
}
.page-about .feature .thumb {
  position: relative;
  width: calc((100% - 30px) / 4);
}
.page-about .feature .thumb__img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 12px;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .page-about .feature {
    margin-top: 60px;
  }
  .page-about .feature__inner {
    padding: 0 30px;
  }
  .page-about .feature .thumb {
    width: calc((100% - 24px) / 4);
  }
}
@media screen and (max-width: 758px) {
  .page-about .feature {
    margin-top: 40px;
  }
  .page-about .feature__inner {
    padding: 0 20px;
  }
  .page-about .feature .thumbs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-about .feature .thumb {
    width: calc((100% - 10px) / 2);
  }
  .page-about .feature .thumb:nth-child(n+3) {
    margin-top: 10px;
  }
}
/* ---------------------------------
  院内のご案内
----------------------------------- */
.page-about .clinic {
  margin-top: 220px;
}
.page-about .clinic .container {
  width: 1000px;
}
.page-about .clinic__txt {
  margin-top: 40px;
  text-align: center;
}
.page-about .clinic__items {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 74px;
}
.page-about .clinic__items .item {
  width: calc((100% - 60px) / 2);
}
.page-about .clinic__items .item:nth-child(n+3) {
  margin-top: 55px;
}
.page-about .clinic__items .item__thumb {
  width: 100%;
}
.page-about .clinic__items .item__img {
  display: block;
  width: 100%;
}
.page-about .clinic__items .item__body {
  padding-top: 22px;
}
.page-about .clinic__items .item__title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .page-about .clinic {
    margin-top: 100px;
  }
  .page-about .clinic .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-about .clinic__txt {
    margin-top: 30px;
  }
  .page-about .clinic__items {
    margin-top: 50px;
  }
  .page-about .clinic__items .item {
    width: calc((100% - 30px) / 2);
  }
  .page-about .clinic__items .item:nth-child(n+3) {
    margin-top: 35px;
  }
  .page-about .clinic__items .item__body {
    padding-top: 16px;
  }
  .page-about .clinic__items .item__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-about .clinic {
    margin-top: 60px;
  }
  .page-about .clinic .container {
    padding: 0 20px;
  }
  .page-about .clinic__txt {
    margin-top: 20px;
    line-height: 2;
    text-align: left;
  }
  .page-about .clinic__items {
    margin-top: 30px;
    display: block;
  }
  .page-about .clinic__items .item {
    width: 100%;
  }
  .page-about .clinic__items .item:nth-child(n+2) {
    margin-top: 30px;
  }
  .page-about .clinic__items .item__body {
    padding-top: 10px;
  }
  .page-about .clinic__items .item__title {
    font-size: 14px;
  }
}
/* ---------------------------------
  関連病院
----------------------------------- */
.page-about .related {
  margin-top: 120px;
}
.page-about .related .container {
  width: 720px;
}
.page-about .related__txt {
  margin-top: 32px;
  text-align: center;
  line-height: 2;
}
.page-about .related__lists {
  margin-top: 68px;
}
.page-about .related__lists li {
  border-top: 1px solid #999;
}
.page-about .related__lists li:last-child {
  border-bottom: 1px solid #999;
}
.page-about .related__lists li a {
  display: block;
  padding: 33px 0;
  line-height: 1.5;
  background-image: url(img/ico/ico-arrow-right-circle-bk.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center right 0;
}

@media screen and (max-width: 1199px) {
  .page-about .related {
    margin-top: 80px;
  }
  .page-about .related .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-about .related__txt {
    margin-top: 26px;
  }
  .page-about .related__lists {
    margin-top: 50px;
  }
  .page-about .related__lists li a {
    padding: 22px 0;
    background-size: 18px 18px;
  }
}
@media screen and (max-width: 758px) {
  .page-about .related {
    margin-top: 60px;
  }
  .page-about .related .container {
    padding: 0 20px;
  }
  .page-about .related__txt {
    margin-top: 20px;
    text-align: left;
  }
  .page-about .related__txt .pc {
    display: none;
  }
  .page-about .related__lists {
    margin-top: 40px;
  }
  .page-about .related__lists li a {
    padding: 20px 0;
    background-size: 15px 15px;
  }
}
/* ===================================

    診療時間・アクセス：page-access

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.page-access .contents {
  padding-top: 88px;
}
.page-access .section-title .title {
  font-size: 30px;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .page-access .contents {
    padding-top: 40px;
  }
  .page-access .section-title .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 758px) {
  .page-access .contents {
    padding-top: 30px;
  }
  .page-access .section-title .title {
    font-size: 18px;
  }
}
/* ---------------------------------
  診療時間
----------------------------------- */
.page-access .busitime .container {
  width: 720px;
}
.page-access .busitime__contents {
  margin-top: 120px;
}
.page-access .busitime__img {
  display: block;
  width: 100%;
}
.page-access .busitime__img.sp {
  display: none;
}
.page-access .busitime__txt {
  margin-top: 24px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-access .busitime .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-access .busitime__contents {
    margin-top: 60px;
  }
  .page-access .busitime__txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 758px) {
  .page-access .busitime .container {
    padding: 0 20px;
  }
  .page-access .busitime__contents {
    margin-top: 40px;
  }
  .page-access .busitime__img.pc {
    display: none;
  }
  .page-access .busitime__img.sp {
    display: block;
  }
  .page-access .busitime__txt {
    margin-top: 15px;
  }
}
/* ---------------------------------
  アクセス
----------------------------------- */
.page-access .access {
  margin-top: 112px;
}
.page-access .access .container {
  width: 720px;
}
.page-access .access__contents {
  margin-top: 80px;
}
.page-access .access__map {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 66.66%;
  border-radius: 12px;
  z-index: 1;
}
.page-access .access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-access .access-head {
  margin-top: 80px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
.page-access .access__title {
  font-size: 20px;
  font-weight: 500;
}
.page-access .access__addr {
  margin-top: 42px;
  line-height: 2;
}
.page-access .access-foot {
  margin-top: 40px;
}
.page-access .access-foot__group + .access-foot__group {
  margin-top: 52px;
}
.page-access .access-foot__title {
  font-size: 18px;
  font-weight: 500;
}
.page-access .access-foot__txt {
  margin-top: 20px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-access .access {
    margin-top: 80px;
  }
  .page-access .access .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-access .access__contents {
    margin-top: 40px;
  }
  .page-access .access-head {
    margin-top: 50px;
    padding-bottom: 20px;
  }
  .page-access .access__title {
    font-size: 18px;
  }
  .page-access .access__addr {
    margin-top: 30px;
  }
  .page-access .access-foot {
    margin-top: 35px;
  }
  .page-access .access-foot__group + .access-foot__group {
    margin-top: 30px;
  }
  .page-access .access-foot__title {
    font-size: 16px;
  }
  .page-access .access-foot__txt {
    margin-top: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-access .access {
    margin-top: 60px;
  }
  .page-access .access .container {
    padding: 0 20px;
  }
  .page-access .access__contents {
    margin-top: 30px;
  }
  .page-access .access-head {
    margin-top: 30px;
    padding-bottom: 15px;
  }
  .page-access .access__title {
    font-size: 15px;
  }
  .page-access .access__addr {
    margin-top: 20px;
  }
  .page-access .access-foot {
    margin-top: 30px;
  }
  .page-access .access-foot__group + .access-foot__group {
    margin-top: 35px;
  }
  .page-access .access-foot__title {
    font-size: 14px;
  }
  .page-access .access-foot__txt {
    margin-top: 12px;
  }
}
/* ===================================

  プライバシーポリシー

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.page-privacypolicy .contents {
  padding-top: 88px;
}

@media screen and (max-width: 1199px) {
  .page-privacypolicy .contents {
    padding-top: 40px;
  }
}
@media screen and (max-width: 758px) {
  .page-privacypolicy .contents {
    padding-top: 30px;
  }
}
/* ---------------------------------
  コンテンツ
----------------------------------- */
.page-privacypolicy .container {
  width: 1000px;
}

@media screen and (max-width: 1199px) {
  .page-privacypolicy .container {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 758px) {
  .page-privacypolicy .container {
    padding: 0 20px;
  }
}
/* ===================================

  サンクスページ
  404エラー

====================================== */
.error404 .contents {
  padding-top: 50px;
}
.error404 .contents .container {
  width: 1260px;
  padding: 0 30px;
  max-width: 100%;
}
.error404 .contents__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}
.error404 .contents__txt {
  margin-top: 40px;
  line-height: 2;
}
.error404 .contents__link {
  margin-top: 60px;
}

@media screen and (max-width: 1199px) {
  .error404 .contents {
    padding-top: 40px;
  }
  .error404 .contents .container {
    width: 100%;
    padding: 0 30px;
  }
  .error404 .contents__title {
    font-size: 22px;
  }
  .error404 .contents__txt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 758px) {
  .error404 .contents {
    padding-top: 30px;
  }
  .error404 .contents .container {
    padding: 0 20px;
  }
  .error404 .contents__title {
    font-size: 16px;
  }
  .error404 .contents__txt {
    margin-top: 20px;
  }
  .error404 .contents__link {
    margin-top: 50px;
    height: 50px;
  }
}
/* ===================================

  カスタムブロック

====================================== */
/* ---------------------------------
  テキストボックス
----------------------------------- */
.single .contents .textbox,
.page .contents .textbox {
  word-break: break-all;
  margin-top: 50px;
}
.single .contents .textbox .textbox__txt,
.page .contents .textbox .textbox__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 18px 20px;
  width: 100%;
  margin-top: 0;
  background-color: #eee8d1;
  border-radius: 12px;
  line-height: 2;
  z-index: 1;
}
.single .contents .textbox .textbox__txt::before,
.page .contents .textbox .textbox__txt::before {
  position: relative;
  top: 1em;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5px;
          flex: 0 0 5px;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  background-color: #5a9f4d;
  border-radius: 50%;
}

@media screen and (max-width: 1199px) {
  .single .contents .textbox,
  .page .contents .textbox {
    margin-top: 40px;
  }
  .single .contents .textbox .textbox__txt,
  .page .contents .textbox .textbox__txt {
    padding: 16px 15px;
  }
  .single .contents .textbox .textbox__txt::before,
  .page .contents .textbox .textbox__txt::before {
    top: 0.95em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4px;
            flex: 0 0 4px;
    width: 4px;
    height: 4px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 758px) {
  .single .contents .textbox .textbox__txt,
  .page .contents .textbox .textbox__txt {
    padding: 12px 15px;
  }
  .single .contents .textbox .textbox__txt::before,
  .page .contents .textbox .textbox__txt::before {
    top: 0.95em;
  }
}
/* ---------------------------------
  4カラムテキストボックス
----------------------------------- */
.column4-textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.column4-textbox .textbox {
  word-break: break-all;
  width: calc((100% - 90px) / 4);
}
.column4-textbox .textbox + .textbox {
  margin-left: 30px;
}
.column4-textbox .textbox:nth-child(4n+1) {
  margin-left: 0;
}
.column4-textbox .textbox:nth-child(n+5) {
  margin-top: 30px;
}

.wp-block-lazyblock-column4-textbox + .wp-block-lazyblock-column4-textbox .textbox {
  margin-top: 30px;
}

@media screen and (max-width: 1199px) {
  .column4-textbox .textbox {
    width: calc((100% - 20px) / 2);
  }
  .column4-textbox .textbox + .textbox {
    margin-left: 20px;
  }
  .column4-textbox .textbox:nth-child(2n+1) {
    margin-left: 0;
  }
  .column4-textbox .textbox:nth-child(n+3) {
    margin-top: 20px;
  }
  .wp-block-lazyblock-column4-textbox + .wp-block-lazyblock-column4-textbox .textbox {
    margin-top: 20px;
  }
}
@media screen and (max-width: 758px) {
  .column4-textbox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
  .column4-textbox .textbox {
    width: calc((100% - 10px) / 2);
  }
  .column4-textbox .textbox + .textbox {
    margin-left: 0;
  }
  .column4-textbox .textbox:nth-child(n+1) {
    margin-top: 10px;
  }
  .wp-block-lazyblock-column4-textbox + .wp-block-lazyblock-column4-textbox .column4-textbox {
    margin-top: 0;
  }
  .wp-block-lazyblock-column4-textbox + .wp-block-lazyblock-column4-textbox .textbox {
    margin-top: 10px;
  }
}