/* カラー変更 */

:root {
  --content-width: 1050px;
  --main-color01: #fccac9;
  --main-color02: #fbc247;
  --sub-color: ;
  --accent-color: #f2efeb;
}

/* コンテンツレイアウト */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  border-spacing: 0;
  border-collapse: collapse;
  text-indent: initial;
  text-decoration: none;
  line-height: 2em;
  margin: 0;
}

body {
  overflow-x: hidden;
  /*font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", sans-serif;*/
  font-family: "Inter", sans-serif, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans,
    "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3";
  color: #676767;
}

main {
  /*padding-top: 100px;*/
  /*margin-top: -250px;*/
}

.home main {
  padding-top: 0;
  /*margin-top: -250px;*/
}

/*@media (max-width: 1120px) {
    main {
        padding-top: 50px;
      }
  }
*/
@media (max-width: 767px) {
  main {
    padding-top: 43px;
  }
  .home main {
    margin-top: 0;
  }
}
ul {
  padding-left: 20px;
}
li::marker {
  color: #fccac9;
}

a:hover {
  opacity: 0.7;
}

section {
  padding: 60px 0;
}

section:first-of-type {
  padding-top: 0px;
}

@media (max-width: 767px) {
  section {
    padding: 30px 0;
  }
}

.home section:first-of-type {
  padding-top: 60px;
  position: relative;
}

@media (max-width: 767px) {
  .home section:first-of-type {
    padding-top: 30px;
  }
}

.container {
  margin: 0 auto;
  max-width: var(--content-width);
}
@media (max-width: 1200px) {
  .container {
    padding-right: calc(30px / 2);
    padding-left: calc(30px / 2);
    margin: 0 auto;
    max-width: var(--content-width);
  }
  .container:first-child {
    margin-top: 0;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .row {
    display: block;
    margin-top: 0;
  }
  .row.sp-2row {
    display: flex;
  }
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.row .span_1 {
  width: calc(100% / 12 * 1);
}

.row .span_2 {
  width: calc(100% / 12 * 2);
}

.row .span_3 {
  width: calc(100% / 12 * 3);
}

.row .span_4 {
  width: calc(100% / 12 * 4);
}

.row .span_5 {
  width: calc(100% / 12 * 5);
}

.row .span_6 {
  width: calc(100% / 12 * 6);
}

.row .span_7 {
  width: calc(100% / 12 * 7);
}

.row .span_8 {
  width: calc(100% / 12 * 8);
}

.row .span_9 {
  width: calc(100% / 12 * 9);
}

.row .span_10 {
  width: calc(100% / 12 * 10);
}

.row .span_11 {
  width: calc(100% / 12 * 11);
}

.row .span_12 {
  width: 100%;
}

.row > .col {
  margin-top: 30px;
  margin-left: 0;
  padding-right: calc(30px / 2);
  padding-left: calc(30px / 2);
}

@media (max-width: 767px) {
  .row > .col {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-right: calc(30px / 2);
    padding-left: calc(30px / 2);
    width: 100%;
  }
  .row.sp-2row > .col {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .row .span_1 {
    width: auto;
  }
  .row > .col:not(:first-child) {
    margin-top: 20px;
  }
}

/* ヘッダー */

header {
  /*position: fixed;*/
  width: 100%;
  z-index: 100;
  /*padding: 10px 30px;*/
  top: 0;
  /*background: rgba(80, 76, 68, 0.7);*/
  overflow: visible !important;
}

.header-wrap {
  position: relative;
  width: 100%;
  min-height: 60px;
  text-align: center;
  margin: 0 auto;
  /*max-width: var(--content-width);*/
  padding: 30px 0 50px 30px;
  z-index: 9999999;
}

.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  /*flex-wrap: wrap;
    justify-content: flex-end;*/
}

.header-bnr-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  /*flex-wrap: wrap;
  justify-content: flex-end;*/
  gap: 30px;
}

.header-bnr-wrap a {
  display: flex;
  color: #fff;
  font-weight: bold;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 5px 20px;
  align-items: center;
}

.header-bnr-wrap a img {
  width: 30px;
  height: 25px;
  padding-right: 5px;
}

.header-bnr-wrap span {
  font-size: 1.5rem;
  font-weight: bold;
}

.tel-btn {
  background: var(--main-color01);
  font-weight: normal !important;
  letter-spacing: 0.02em;
}

.reserve-btn {
  background: var(--main-color02);
  display: flex;
  color: #fff;
  font-weight: bold;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 5px 20px;
  align-items: center;
  justify-content: center;
}

.reserve-btn span {
  font-size: 1.5rem;
}

.clinic-info .reserve-btn {
  margin-top: 10px;
}

.header-access {
  color: #fff;
  text-align: right;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
  padding-top: 10px;
  padding-right: 10px;
}

.header-access img {
  width: 30px;
  padding-right: 10px;
}

@media (min-width: 1120px) {
  .header-wrap {
    padding: 30px 30px 0;
  }
}
@media (max-width: 1120px) {
  .header-wrap {
    position: fixed;
    padding: 0 0 0 30px;
    background: #fff;
  }
  .header-access {
    display: none;
  }
  .header-copy:not(.title) {
    display: none;
  }
}

@media (max-width: 767px) {
  header {
    padding: 0;
  }
  .header-main {
    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;
    width: 100%;
    justify-content: space-between;
  }
  .header-wrap {
    padding: 0 0 0 30px;
  }
  .header-access {
    display: none;
  }
}

@media (max-width: 480px) {
  .header-wrap {
    padding: 0 0 0 20px;
  }
}

.header-head {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-head a {
  display: inline-block;
}

.department {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

.department p {
  display: inline-block;
  width: 49%;
  position: relative;
  color: #fdb9aa;
  text-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff,
    0 0 10px #ffffff;
  font-weight: 700;
}

.department p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 2px solid transparent;
  background: linear-gradient(#f3a7ac, #f9dd00) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}

.header-copy:not(.title) {
  color: #fff;
  font-size: 0.6rem;
  font-weight: normal;
  line-height: 0;
  margin: 0 0 0.5em 0;
  padding: 4px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  position: relative;
}

@media (max-width: 767px) {
  .header-copy:not(.title) {
    display: none;
  }
  .department {
    padding: 0 5px;
  }
}

@media (max-width: 480px) {
  /*.header-wrap {
    padding: 0 5px;
  }*/

  .department p {
    font-size: 0.6rem;
  }
  .header-head {
    gap: 10px;
  }
}

.header-btn {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 70px;
  z-index: 999999999;
  background: #fdb9aa;
}

.header-btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 15px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

.header-btn span:nth-of-type(1) {
  top: 14px;
}

.header-btn span:nth-of-type(2) {
  top: 22px;
}

.header-btn span:nth-of-type(3) {
  top: 30px;
}

.header-btn span:nth-of-type(4) {
  top: 38px;
  background: none;
  font-size: 8px;
  color: #fff;
}

.header-btn.active span:nth-of-type(1) {
  top: 24px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
}

.header-btn.active span:nth-of-type(2) {
  opacity: 0;
}

.header-btn.active span:nth-of-type(3) {
  top: 36px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
}

.header_nav {
  margin-right: 0px;
  background: #feb9aa;
  margin-top: -12px;
  /*margin-bottom: 250px;*/
}

.home .header_nav {
  margin-bottom: 0;
}

@media (min-width: 1120px) {
  .header-btn {
    display: none;
  }
}

.header-bottom {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  position: relative;
  padding-top: 28px;
}

.home .header-bottom {
  padding-top: 0;
  /*padding-bottom: 250px;*/
}

@media (max-width: 767px) {
  .home .header-bottom {
    background: none;
    padding-bottom: 0;
  }
}

/* スライドナビゲーション */

.slide {
  background-color: rgba(253, 199, 213, 0.9);
  width: 300px;
  min-height: 100vh;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 10;
  overflow: scroll;
  padding-top: 100px;
}

.slide-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  background: transparent;
  cursor: pointer;
  z-index: -1;
}

@media (max-width: 767px) {
  .slide {
    padding-top: 80px;
    margin-top: 80px;
  }
}

.slide-menu {
  list-style: none;
  border-top: 2px solid #fff;
  padding: 0;
}

.slide-menu > ul {
  padding: 0;
}

.slide-menu > ul > li {
  border-bottom: 2px solid #fff;
}

.slide-menu > ul > li > a {
  text-decoration: none;
  color: #fff;
  padding: 20px;
  display: block;
}

.slide-menu > ul > li > a:hover {
  background-color: var(--main-color02);
  box-shadow: inset 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
  transition: 0.3s ease 0s;
  opacity: 1;
}

/* ぱんくず */

.bread_wrap {
  margin-top: 0;
  margin-bottom: 0;
}

.bread {
  overflow: hidden;
}

.bread ul {
  margin: 0 auto;
  float: none;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .bread ul {
    padding: 15px 0;
  }
}

.bread ul li {
  list-style: none;
  position: relative;
  float: left;
  margin-right: 20px;
  padding-right: calc(20px + 9px);
}

@media (max-width: 767px) {
  .bread ul li {
    margin-right: 15px;
    padding-right: calc(15px + 9px);
  }
}

.bread ul li a {
  padding: 0;
  text-decoration: underline;
  color: var(--main-color02);
}

.bread ul li a:hover {
  color: #1b1b1b;
  text-decoration: none;
}

.bread ul li:after {
  content: ">";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.bread ul li:last-child:after {
  content: none;
}

.medicalinfo {
  background-color: var(--accent-color);
}

/* 画像のフィックス */

figure {
  margin: 0;
  text-align: center;
}

img {
  vertical-align: middle;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.recruit-info-container img {
  width: auto;
}

figure img {
  width: inherit;
}

/* 投稿 */

.article_list {
  padding: 30px;
  border: 1px solid var(--main-color02);
  position: relative;
  overflow: hidden;
}

.article_list h2 a {
  color: #fdb9aa;
}

@media (max-width: 767px) {
  .article_list {
    padding: 20px;
  }
}

.article_list:first-child {
  margin-top: 0;
}

.article_list:nth-child(n + 2) {
  margin-top: 30px;
}

.article_date {
  display: flex;
  align-items: center;
  gap: 20px;
}

.article_detail {
  padding: 4%;
  margin-bottom: 4%;
  font-size: 1.2rem;
}

.article_detail img {
  width: auto;
}

.article_detail .span_12 {
  margin: 2% 0;
}

.article_button {
  margin-top: 30px;
  text-align: right;
}

@media (max-width: 767px) {
  .article_button {
    margin-top: 20px;
  }
}

.more {
  display: inline-block;
  overflow: hidden;
  margin: auto;
}

.more.btn_ss a,
.more.btn_ss span {
  padding: 0.3em 2.1em 0.3em 1.4em;
}

.more.btn_s a,
.more.btn_s span {
  padding: 0.5em 2.1em 0.5em 1.4em;
}

.more.btn_m a,
.more.btn_m span {
  padding: 0.5em 2.1em 0.5em 1.4em;
}

.more a,
.more span {
  display: inline-block;
  letter-spacing: normal;
  color: var(--main-color02);
  border: 1px solid var(--main-color02);
  padding: 0.9em 1.6em;
  margin-bottom: 1px;
  text-decoration: none;
}

.more a:after,
.more span:after {
  border-color: var(--main-color02);
}

.more a:hover,
.more span:hover {
  color: #333;
  border-color: #333;
}

.more a:hover:after,
.more span:hover:after {
  border-color: #333;
}

.more a.add_arrow,
.more span.add_arrow {
  padding-right: 1.9em;
}

.add_arrow {
  display: block;
  position: relative;
}

.add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.add_arrow:hover:after {
  right: 3%;
  border-color: #fff;
}

.more {
  display: inline-block;
  overflow: hidden;
  margin: auto;
}

.more a {
  display: inline-block;
  letter-spacing: normal;
  border: 1px solid var(--main-color02);
  color: var(--main-color02);
  padding: 0.3em 1.3em 0.3em 1em;
  margin-bottom: 1px;
  text-decoration: none;
  font-size: 1.2rem;
}

.pager {
  overflow: hidden;
  margin-bottom: 5%;
}

.pager .pager_prev {
  float: left;
}

.pager .pager_prev a {
  display: block;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
  color: #feb9aa;
}

.pager .pager_prev a:before,
.pager .pager_prev a:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: var(--main-color02);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pager .pager_prev a:before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  top: calc(50% - 2px);
}

.pager .pager_prev a:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  top: calc(50% + 3px);
}

.pager .pager_prev a:hover {
  text-decoration: underline;
}

.pager .pager_prev a:hover:before {
  left: 0;
}

.pager .pager_prev a:hover:after {
  left: 0;
}

.pager .pager_next {
  float: right;
}

.pager .pager_next a {
  display: block;
  position: relative;
  padding-right: 15px;
  text-decoration: none;
  color: #feb9aa;
}

.pager .pager_next a:before,
.pager .pager_next a:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: var(--main-color02);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pager .pager_next a:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  top: calc(50% - 2px);
}

.pager .pager_next a:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  top: calc(50% + 3px);
}

.pager .pager_next a:hover {
  text-decoration: underline;
}

.pager .pager_next a:hover:before {
  right: 0;
}

.pager .pager_next a:hover:after {
  right: 0;
}

/*.top-news,
.top-doctor,
.top-diagnosis,
.top-recruit {
    background: var(--accent-color);
}*/

.top-news {
  background: linear-gradient(
      98deg,
      #fdb9aa 0%,
      #fdb8ac 62.06%,
      #ffb2c2 90.07%,
      #feb5bc 100%
    ),
    #feb9aa;
}

.top-content {
  margin-bottom: 60px;
}

.top-content-title {
  font-size: 24px;
  line-height: 2.3;
}

.top-content-title,
.top-content-text {
  font-weight: bold;
  color: #676767;
  text-align: center;
}

.top-content-title {
  text-shadow: 0px 4px 78px rgba(254, 247, 247, 0.25), 0px 4px 50px #fef7f7,
    0px 10px 100px #fef7f7, 0px 10px 100px #fef7f7, 0px 10px 100px #fef7f7,
    0px 10px 100px #fef7f7, 0px 10px 100px #fef7f7, 0 0 40px #f9dd00,
    0 0 40px #f9dd00, 0 0 40px #f9dd00;
}

.top-content-text {
  filter: drop-shadow(0 0 10px #fff);
  line-height: 2.3em;
}

.top-content-text span {
  /*background-color: rgba(254, 247, 247,0.1);*/
  filter: drop-shadow(0 0 10px #fff);
  text-shadow: 0px 4px 50px #fef7f7, 0px 10px 100px #fef7f7;
}

@media (max-width: 480px) {
  .top-content-title {
    padding-bottom: 30px 0 20px;
  }
  .top-content {
    padding: 0 15px;
  }
}

.news-wrap {
  display: flex;
  gap: 20px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding: 20px 20px 20px 60px;
}
.news-h2-wrap {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.top-clinic {
  background: #fef7f7;
}

.news-items {
  background: #fff;
  /*margin-right: 20px;*/
}

.news-item {
  flex: 1;
}

.news-items-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  position: relative;
  /*padding-right: 30px;*/
  padding: 15px 0;
  border-bottom: 1px dotted #000;
}

.news-items-inner time {
  color: #fff;
  background: #fbc247;
  padding: 0 10px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* .news-items-inner:before {
    content: '→';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 24px;
    color: #000;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
} 

.news-items-inner:last-child {
    border-bottom: none;
}*/

.cat {
  background: var(--main-color01);
  padding: 0 10px;
  color: #fff;
  display: none;
}

.post-title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #676767;
}

.news-item time {
  width: 100%;
  color: #575757;
}

.news-item a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #676767;
  line-height: 1.5;
}

.news-content {
  width: 100%;
  margin: 15px 0 0;
  line-height: 1.5;
}

.news-item a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .news-item {
    width: 100%;
    flex: auto;
  }
  .news-wrap {
    flex-wrap: wrap;
    padding: 10px;
    margin: 0 40px;
  }
  .news-h2-wrap {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .news-wrap {
    margin: 0 15px;
  }
}

.blog-bnr {
  margin-top: 30px;
  padding: 15px;
}

/* コンタクトフォーム */

span[class^="cf-"] {
  display: block;
}

.form-wrap dl {
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0;
  gap: 0;
  align-items: stretch;
}

.form-wrap dl:last-child {
  margin-bottom: 0;
}

.form-wrap dl dt {
  font-weight: bold;
  width: 240px;
  background: var(--main-color01);
  padding: 10px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.form-wrap dl dd {
  padding: 10px;
  margin-left: 0;
  width: calc(100% - 240px);
  background: #fff;
}

.reqired {
  color: #f00;
}

input[type="text"],
input[type="number"],
input[type="date"],
input[type="tel"],
input[type="url"],
input[type="email"] {
  width: 100%;
  font-size: 20px;
  border: none;
  background: #ececec;
  height: 100%;
}

.submit {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

button {
  text-decoration: none;
  border: none;
  outline: 0;
  color: #fff;
  cursor: pointer;
  background: none;
  padding: 23px 20px 23px 20px;
  width: 100%;
}

button:hover {
  color: #fff;
}

select {
  font-size: 20px;
  border: none;
  background: #ececec;
  height: 100%;
}

textarea {
  width: 100%;
  border: none;
  background: #ececec;
  height: 100%;
}

@media (max-width: 820px) {
  .form-wrap dl dd {
    width: 100%;
  }
  .form-wrap dl dt {
    width: 100%;
  }
}

/* カレンダー */

.calendars {
  display: flex;
  gap: 20px 2%;
}

.xo-event-calendar .calendar:first-child .month-next {
  visibility: hidden;
}

.xo-event-calendar .calendar:nth-child(n + 2) .month-next {
  visibility: visible;
}

.xo-event-calendar table.xo-month .month-header > span {
  margin: 0 20px;
  flex-grow: 0;
}

@media (max-width: 480px) {
  .calendars {
    flex-wrap: wrap;
  }
  .xo-event-calendar .calendar:first-child .month-next {
    visibility: visible;
  }
  .xo-event-calendar .calendar:nth-child(n + 2) .month-next {
    visibility: hidden;
  }
}

.xo-event-calendar table.xo-month td,
.xo-event-calendar table.xo-month th {
  border: none;
}

.xo-event-calendar table.xo-month {
  border: none;
}

.xo-event-calendar table.xo-month .month-dayname td div {
  text-align: center;
}

.holiday-titles {
  display: flex;
  flex-wrap: wrap;
}

.xo-event-calendar p.holiday-title {
  margin-right: 20px;
}

.xo-event-calendar table.xo-month button {
  background: var(--main-color02);
  width: 32px;
  border-radius: 50%;
}

.xo-event-calendar table.xo-month button span.nav-next {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  margin-right: 5px;
}

.xo-event-calendar table.xo-month button span.nav-prev {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-left: 5px;
}

.xo-event-calendar table.xo-month .month-event-title {
  background: var(--main-color01) !important;
  text-align: center;
}

/* Slider */

.mv {
  position: relative;
  margin-top: -200px;
}

.slider01 {
  width: 100%;
}

.mv-contents {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* padding: 0 50px; */
  padding: 0 210px;
}

/*.mv-image.sp-mv01 {
    background-image: url(/wp-content/uploads/sp-mv01.png);
}

.mv-image {
    height: 90vh;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}*/

.mv-item.sp-only {
  -webkit-mask-image: linear-gradient(
    transparent,
    rgba(254, 185, 170, 0.7),
    rgba(254, 185, 170, 0.8),
    rgba(254, 185, 170, 0.8),
    rgba(254, 185, 170, 0.9),
    #feb9aa,
    black
  );
  mask-image: linear-gradient(
    transparent,
    rgba(254, 185, 170, 0.7),
    rgba(254, 185, 170, 0.8),
    rgba(254, 185, 170, 0.8),
    rgba(254, 185, 170, 0.9),
    #feb9aa,
    black
  );
  background: #feb9aa;
  padding-top: 90px;
  position: absolute;
  top: 600px;
  padding-bottom: 60px;
  width: 100%;
}

.catch {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.catch .txt p {
  font-size: 36px;
  padding: 20px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.5;
  font-weight: bold;
}

.catch .txt span {
  font-size: 22px;
}

.slick-prev {
  left: 1% !important;
}

.slick-next {
  right: 1% !important;
}

.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}

.slick-prev,
.slick-next {
  z-index: 1 !important;
}

@media (max-width: 1120px) {
  .mv {
    margin-top: 0;
  }
}

@media (max-width: 950px) {
  .catch {
    bottom: 0;
  }
  .catch .txt p {
    font-size: 32px;
  }
  .mv-contents {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .mv {
    padding-bottom: 600px;
    margin-top: 0;
  }
  .mv-contents {
    top: 22%;
  }
  .catch {
    top: 30%;
    bottom: 0;
    left: 0;
    transform: none;
    text-align: left;
  }
  .catch .txt p {
    font-size: 5vw;
  }
}

@media (max-width: 480px) {
  .mv {
    /* padding-bottom: 420px; */
    padding-bottom: 265px;
  }
  .catch {
    top: 30%;
  }
  .catch .txt p {
    font-size: 4vw;
    font-weight: bold;
    text-indent: -1em;
  }
  .catch .txt span {
    font-weight: normal;
    font-size: 4vw;
  }
  .mv-name {
    width: 100%;
    margin: 0 auto;
  }
  .mv-item.sp-only {
    top: 380px;
  }
  .mv-contents {
    padding: 0 30px;
  }
}

/* 見出し */

h2.heading-1 {
  margin: 0 0 1.5em;
  position: relative;
  border: 0;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 2.4rem;
  color: #676767;
  letter-spacing: 5px;
  border-bottom: none;
  line-height: 0;
  text-align: center;
}

h2.heading-1 span {
  font-size: 5.8rem;
  background: linear-gradient(
    90deg,
    #fc828a 50%,
    #f3a8a8 106.13%,
    #f4b386 146.77%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.5;
  letter-spacing: 3px;
  font-weight: normal;
  font-family: "Inter", sans-serif;
}

h2.heading-1.trouble span {
  background: linear-gradient(
    90deg,
    #fc828a 50%,
    #f3a8a8 97.42%,
    #f4b386 146.77%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.8;
  letter-spacing: 3px;
  font-weight: normal;
}

h2.heading-1 p {
  text-align: left;
  margin: 0 auto;
}

h2.heading-1 p span {
  font-size: 3.8rem;
  background: -webkit-linear-gradient(270deg, #f3a7ac, #f4b090, #f9dd00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  font-weight: normal;
}

h2.heading-1.news-h2 {
  font-size: 1.6rem;
  text-align: right;
  padding-right: 10px;
}

h2.heading-1.news-h2::after {
  content: "";
  display: block;
  background: url(/wp-content/uploads/h2.news.png);
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -100px;
  right: 10px;
}

h2.heading-1.news-h2 span {
  font-size: 5.6rem;
  background: linear-gradient(90deg, #f3a7ac 50%, #f9dd00 146.77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  letter-spacing: 3px;
  font-weight: normal;
}

h2.heading-1.doctor-h2 span {
  background: linear-gradient(
    90deg,
    rgba(252, 130, 138, 0.4) 50%,
    rgba(243, 168, 168, 0.4) 107.58%,
    rgba(244, 179, 134, 0.4) 127.9%,
    rgba(249, 221, 0, 0.32) 146.77%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

h2.heading-1.greeting-h2 {
  text-align: left;
  z-index: 2;
  margin-left: 2.7rem;
}

h2.heading-1.greeting-h2 span {
  background: linear-gradient(87.36deg, #f3a7ac 49.99%, #f9dd00 146.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  opacity: 1;
}

h2.heading-1.clinic-h2 {
  line-height: 0.5;
}

h2.heading-1.clinic-h2 span {
  background: linear-gradient(
    180deg,
    #f3a7ac 0%,
    #f4b090 66.14%,
    #f9dd00 77.36%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: normal;
  line-height: 1.5;
}

h2.heading-1.feature-h2 span {
  background: linear-gradient(
    90deg,
    #fc828a 50%,
    #f3a8a8 106.13%,
    #f4b386 146.77%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.7;
}

/*h2.heading-1 {
    margin: 0 0 0.5em;
    position: relative;
    border: 0;
    word-wrap: break-word;
    font-weight: bold;
    font-size: 1.6rem;
    color: #1A1131;
    letter-spacing: 3px;
    border-bottom: none;
    line-height: 1.5em;
    font-family: serif;
}

h2.heading-1 span {
    display: block;
    font-size: 1rem;
}

h2.heading-1:after {
    display: block;
    content: '';
    position: absolute;
    width: 300px;
    height: 1px;
    background: #1A1131;
    top: 50%;
    transform: translateY(-50%);
    right: 101%;
}

h2.heading-1 a {
    color: var(--main-color02);
}*/

h3.heading-1 {
  margin: 0 0 0.5em;
  position: relative;
  border: 0;
  word-wrap: break-word;
  font-weight: bold;
  padding-top: 0;
  font-size: 1.4rem;
  color: var(--main-color02);
  padding-left: 1em;
}

h3.heading-1:after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  background: linear-gradient(to top, #d9d1c1 50%, var(--main-color02) 50%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

h3.heading-2 {
  margin: 0 0 0.5em;
  position: relative;
  border-bottom: 2px solid #000;
  word-wrap: break-word;
  font-weight: bold;
  padding-top: 0;
  font-size: 1.4rem;
  color: #676767;
  padding-left: 2.5em;
  padding-bottom: 0.5em;
}

h3.heading-2:after {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  background: url(/wp-content/uploads/h3-icon.png);
  top: -0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

h4.heading-1 {
  margin: 0 0 0.5em;
  font-size: 1.2rem;
  position: relative;
  color: var(--main-color02);
  font-weight: normal;
  line-height: 1.5em;
}

h4.heading-2 {
  margin: 1em 0 0.5em;
  font-size: 1.2rem;
  border-bottom: 2px dotted #000;
  word-wrap: break-word;
  position: relative;
  color: #676767;
  font-weight: bold;
  padding-left: 3em;
  padding-bottom: 0.5em;
}

h4.heading-2:after {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(/wp-content/uploads/h4-icon.png);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

h4.heading-2.train:after {
  background: url(/wp-content/uploads/train-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

h4.heading-2.bus:after {
  background: url(/wp-content/uploads/bus-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

h5.heading-1 {
  margin: 0 0 0.5em;
  font-size: 1rem;
  position: relative;
  color: var(--main-color02);
  font-weight: normal;
  line-height: 1.5em;
}

h5.heading-2 {
  font-size: 1.2rem;
  color: #676767;
  text-align: left;
  position: relative;
  border-bottom: 1px dashed #fc828a;
  margin-bottom: 15px;
  padding-left: 2rem;
  font-size: 1.2rem;
}

h5.heading-2::before {
  display: block;
  content: "";
  position: absolute;
  background: #fc828a;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 50%;
  left: 5px;
  margin-top: -9px;
}

#pagetitle {
  position: relative;
  color: #fff;
  padding: 2em 0.5em;
  background: var(--main-color01);
}

#pagetitle:after {
  content: "";
  position: absolute;
}

#pagetitle span {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  display: block;
  box-sizing: border-box;
  /* border:3px solid #fff; */
  line-height: 1.5em;
}

@media (max-width: 900px) {
  h2.heading-1 span {
    font-size: 3.8rem;
  }
}

@media (max-width: 768px) {
  h2.heading-1 {
    font-size: 2rem;
    letter-spacing: 4px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }
  h2.heading-1 span {
    font-size: 5.8rem;
  }
  h2.heading-1 p {
    padding-bottom: 10px;
  }

  h2.heading-1 p span {
    font-size: 5.8rem;
    letter-spacing: 1px;
    line-height: 0.8;
    font-family: "Inter", sans-serif;
  }
  h2.heading-1.greeting-h2 {
    text-align: center;
    padding-top: 90px;
    margin-left: 0;
  }
  h2.heading-1.greeting-h2 span {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  h2.heading-1.news-h2 {
    text-align: center;
  }
  h2.heading-1.clinic-h2 span {
    line-height: 0.8;
  }
}

@media (max-width: 520px) {
  h2.heading-1 span,
  h2.heading-1 p span {
    font-size: 3.8rem;
  }
}

@media (max-width: 480px) {
  h2.heading-1 {
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  h2.heading-1.doctor-h2 {
    margin-top: 30px;
  }
  h2.heading-1.greeting-h2 {
    margin-bottom: 0;
  }
  h2.heading-1.greeting-h2 span {
    font-size: 1.3rem;
    letter-spacing: 0;
    opacity: 1;
  }
  h3.heading-1 {
    font-size: 1.4rem;
  }
}

/* ボタン */

.btn-1 {
  color: #676767;
  display: block;
  width: 253px;
  margin: 0 auto;
  height: 50px;
  padding: 5px 35px 5px 20px;
  border: 2px solid #fc828a;
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  border-radius: 50px;
  text-align: center;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-1::after {
  content: ">";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 35%;
  transform: translateY(-50%);
}

.btn-1:hover {
  color: #fff;
  background: #b28575;
}

.btn-2 {
  color: #676767;
  display: inline-block;
  width: 180px;
  height: auto;
  padding: 10px 20px 10px 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  border-bottom: 2px solid #fbc247;
  text-align: center;
  /*margin-left: 30px;*/
  font-weight: bold;
  align-self: center;
  margin-top: -5px;
}

.btn-2::after {
  background: #fbc247;
  border-radius: 50%;
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.btn-2::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 7px;
  position: absolute;
  top: 22px;
  z-index: 1;
}

.btn-2:hover {
  color: #fff;
  background: #b28575;
}

@media (max-width: 768px) {
  .btn-2 {
    margin-left: 0;
  }
}

/* テーブル */

.table-schedule {
  width: 100%;
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
  border-spacing: 0;
  border-collapse: separate;
  border-bottom: none;
}

.table-schedule td,
.table-schedule th {
  border-bottom: 1px solid #000;
  padding: 0.2em 0.3em;
  text-align: center;
  font-weight: bold;
}

.table-schedule td {
  color: var(--main-color01);
}

.table-schedule thead th {
  background: #f3a7ac;
  color: #fff;
}

.table-schedule tbody th,
.table-schedule tbody td {
  background: #fff;
}

@media (max-width: 480px) {
  .table-schedule td,
  .table-schedule th {
    padding: 0.7em 0.1em;
  }
}

.table-default {
  width: 100%;
}

.table-default td,
.table-default th {
  padding: 0.7em 1em;
  border: 1px solid #c9d6df;
  vertical-align: middle;
}

.table-default th {
  background: var(--pale-color);
}

/* 流れ */

.bg {
  background: #e8f6fb;
  padding: 10px 15px;
  display: block;
  border: 1px solid #fff;
  box-shadow: 0 3px 3px #ebeae8;
  border-radius: 13px 0;
  margin-right: 10px;
}

span.bg {
  background: var(--main-color02);
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  display: block;
}

.indent {
  margin-left: 2em;
  text-indent: -2em;
}

.indent span.bg {
  display: inline;
}

.frame {
  border: 1px solid var(--main-color02);
  border-radius: 6px;
  padding: 1em 0;
  position: relative;
  display: flex;
}

.frame > .col {
  padding-right: calc(30px / 2);
  padding-left: calc(30px / 2);
}

.span_6 .frame,
.span_4 .frame {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .span_6 .frame,
  .span_4 .frame {
    margin-top: 20px;
  }
  .frame {
    display: block;
  }
  .frame .span_2,
  .frame .span_3,
  .frame .span_4,
  .frame .span_5,
  .frame .span_6,
  .frame .span_7,
  .frame .span_8,
  .frame .span_9,
  .frame .span_10 {
    width: 100% !important;
  }
}

.frame.arrow:after {
  border-color: transparent transparent transparent var(--main-color02);
  border-style: solid;
  border-width: 26px 0 26px 18px;
  content: "";
  margin-top: -11px;
  position: absolute;
  right: 50%;
  bottom: -36px;
  transform: rotate(90deg);
}

.frame.arrow.end:after {
  display: none;
}

/* リスト */

dl {
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0;
  align-items: flex-start;
  gap: 10px;
}

dl dt {
  font-weight: bold;
  width: 180px;
}

dl dd {
  width: calc(100% - 200px);
}

.clinic-info dt {
  background: var(--main-color02);
  color: #fff;
  text-align: center;
  border-radius: 15px;
}

@media (max-width: 768px) {
  .clinic-info dt,
  .clinic-info dd {
    width: 100%;
  }
}

.access-map {
  width: 100%;
}

.access-info dt {
  background: var(--main-color02);
  color: #fff;
  text-align: center;
  width: 180px;
  border-radius: 50px;
}

.access-info dd {
  width: 100%;
}

.access-info ul li {
  border-bottom: 1px dashed #bababa;
}

.top-recruit {
  background-color: var(--accent-color);
}

.recruit-info dd {
  background-color: #fff;
}

.recruit-info dl {
  align-items: stretch;
}

.recruit {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a1131;
  padding: 10px 40px;
  border: solid 5px var(--main-color01);
  position: relative;
}

.recruit ::before {
  content: "";
  position: absolute;
  border: solid 1px var(--main-color01);
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
}

.recruit-info dl dt {
  background-color: var(--main-color01);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #fff;
}

.recruit-info dl dd {
  display: flex;
  align-items: center;
  padding: 20px;
}

.history {
  display: flex;
  gap: 5px 0;
  flex-wrap: wrap;
  padding-left: 0;
}

.history li {
  border-bottom: 1px dotted #b4b4b4;
  flex-grow: 1;
  width: 100%;
  list-style: none;
}

/* ページトップ */

/*.pagetop {
    position: fixed;
    bottom: 150px;
    right: 5%;
    z-index: 1;
}

.pagetop a {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
    padding: 0;
    background: #504C44;
    border: 1px solid #fff;
}

.pagetop a:after {
    content: "";
    display: block;
    position: absolute;
    top: 42%;
    left: 50%;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: translate(-50%, -20%) rotate(45deg);
    transform: translate(-50%, -20%) rotate(45deg);
    -webkit-transition: .2s;
    transition: .2s;
}

.pagetop a:hover:after {
    top: 30%;
}

.pagetop a:before {
    position: absolute;
    content: 'TOP';
    bottom: 5px;
    left: -1px;
    color: #fff;
    font-size: 12px;
}*/
.pagetop {
  position: fixed;
  bottom: 150px;
  right: 5%;
  z-index: 1;
  width: 80px;
}

@media (max-width: 767px) {
  .pagetop {
    right: 0;
    width: 50px;
  }
}

/* グローバルメニュー */

.header_nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
  list-style: none;
  padding: 10px 0 20px;
  /*gap: 0 15px;*/
  position: relative;
  max-width: 1050px;
}

.header_nav ul li {
  position: relative;
  padding: 0 3%;
  width: 175px;
}

.header_nav ul li:nth-child(1):before {
  content: "";
  background: #fff;
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.header_nav ul li::after {
  content: "";
  background: #fff;
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.header_nav ul li a {
  color: #fff;
  text-align: center;
}

.header_nav ul li a:hover {
  text-decoration: underline;
  color: var(--pale-color);
}

.header_nav span {
  display: block;
  font-size: 1rem;
  line-height: 1;
}

.header_nav ul li a::before {
  content: "";
  /*width: 48px;*/
  height: 68px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.header_nav ul li:nth-child(1) a::before {
  background: url(/wp-content/uploads/nav-icon01.png);
  background-repeat: no-repeat;
  background-position: center;
}

.header_nav ul li:nth-child(2) a::before {
  background: url(/wp-content/uploads/nav-icon02.png);
  background-repeat: no-repeat;
  background-position: center;
}

.header_nav ul li:nth-child(3) a::before {
  background: url(/wp-content/uploads/nav-icon03.png);
  background-repeat: no-repeat;
  background-position: center;
}

.header_nav ul li:nth-child(4) a::before {
  background: url(/wp-content/uploads/nav-icon04.png);
  background-repeat: no-repeat;
  background-position: center;
}

.header_nav ul li:nth-child(5) a::before {
  background: url(/wp-content/uploads/nav-icon05.png);
  background-repeat: no-repeat;
  background-position: center;
}

.header_nav ul li:nth-child(6) a::before {
  /*width: 55px;*/
  background: url(/wp-content/uploads/nav-icon06.png);
  background-repeat: no-repeat;
  background-position: center;
}

nav li.has-child ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 88px;
  z-index: 4;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background: rgb(255, 255, 255);
  padding: 20px;
  border: 2px solid var(--main-color02);
  border-radius: 20px;
  display: block;
  font-weight: bold;
}

nav li.has-child ul:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 150%;
  top: -20px;
}

nav li.has-child ul li {
  width: 100%;
  padding-left: 25px;
}

nav li.has-child ul li:before,
nav li.has-child ul li:first-of-type:before {
  display: block;
  content: "▶";
  background: none;
  left: 10px;
  top: 2px;
  font-size: 12px;
  color: var(--main-color02);
  position: absolute;
}

nav li.has-child ul li a {
  color: #333;
}

nav li.has-child ul li a::before {
  content: none !important;
}

nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

nav li.has-child ul li::after {
  content: none !important;
}

@media (max-width: 1120px) {
  .header_nav ul {
    display: none;
  }
  .header-bnr-wrap {
    display: none;
  }
}

.header_nav[data-sticky="true"] {
  position: fixed;
  left: 0;
  z-index: 10;
  top: 0;
  width: 100%;
  background: #feb9aa;
}

/* フッター */
footer {
  background: linear-gradient(180deg, #ffd2cd 0%, #ffd1c3 64.5%, #ffd2ae 100%);
}
.footer-wrap {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 50px 0;
}

.footer__links ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 10px 0;
}

.footer__links ul li {
  position: relative;
}

.footer__links ul li:before {
  position: absolute;
  content: "・";
  height: 100%;
  right: 0;
  width: 8px;
  color: #fff;
}

.footer__links ul li:last-child:before {
  content: "";
}

.footer__links ul li a {
  padding: 10px;
  color: #fff;
}
.footer-info {
  display: flex;
  gap: 20px;
  padding: 0 20px;
}

.footer-info-inner {
  width: 50%;
  /*color: #fff;*/
  color: #676767;
  font-weight: bold;
}

.footer-info-inner p,
.footer-info-inner p span {
  line-height: 1.5;
}

.footer-info-inner p {
  padding-top: 10px;
}

.footer-info-inner iframe {
  border-radius: 15px;
  overflow: hidden;
}

.footer-info-inner a img {
  width: 30px;
  height: 25px;
  padding-right: 5px;
}

.footer-logo {
  padding: 0 0 20px;
}

.footer-logo img {
  width: 50%;
}

.footer-menu {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-nav {
  margin: 30px auto 0;
  max-width: var(--content-width);
  padding-right: calc(30px / 2);
  padding-left: calc(30px / 2);
}

.footer-link {
  margin: 30px auto 0;
  max-width: var(--content-width);
  padding-right: calc(30px / 2);
  padding-left: calc(30px / 2);
}

.footer-link p {
  font-size: 1.4rem;
  font-weight: bold;
}

.footer-link-wrap {
  display: flex;
  gap: 20px;
}

.footer-link-wrap a {
    width: 25%;
}

@media (max-width: 767px) {
  .footer-link-wrap {
    flex-wrap: wrap;
  }
  .footer-link-wrap a {
    width: 47%;
  }
}

@media (max-width: 480px) {
  .footer-link-wrap {
    justify-content: center;
  }
  .footer-link-wrap a {
    width: 100%;
  }
}

.nav-wrap {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  padding-bottom: 60px;
}

.nav-inner {
  width: 50%;
  font-weight: bold;
}

.nav-category-a {
  font-size: 1.4rem;
  position: relative;
  margin-bottom: 0.5em;
}

.nav-category-b {
  font-size: 1.4rem;
  position: relative;
  margin-bottom: 0.5em;
}

.nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
  padding: 0;
}

.nav li {
  padding-left: 10px;
  position: relative;
  width: 50%;
  font-weight: bold;
}

.nav li:before {
  position: absolute;
  content: " ▶";
  left: 0;
  font-weight: bold;
  color: var(--main-color02);
}

.nav li a {
  /*color: #444444;*/
  color: #676767;
  margin-left: 15px;
}

.sns_icon {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 10px;
  justify-content: flex-end;
}

.clinic_sns_icon {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 10px;
}

.footer-policy-link {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 20px;
  justify-content: flex-end;
}

.footer-policy-link a {
  color: #000;
}

.footer-infomation {
  /*padding-bottom: 20px;*/
  gap: 0;
}

.footer-infomation dt {
  width: 80px;
}

.footer-infomation dd {
  width: calc(100% - 100px);
}

.footer-infomation a {
  color: #676767;
}

@media (max-width: 768px) {
  .footer-wrap {
    padding: 50px 40px;
  }
  .footer-info {
    flex-wrap: wrap;
  }
  .footer-info-inner {
    width: 100%;
  }
  .footer-info-inner iframe {
    height: 300px;
  }
  .footer-menu {
    width: 100%;
  }
  .footer-infomation {
    padding: 0 0 20px 0;
  }
  .footer-infomation dt {
    width: 80px;
  }
  .footer-infomation dd {
    width: calc(100% - 100px);
  }
}

@media (max-width: 480px) {
  .sns_icon {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sns_icon li {
    width: 80px;
  }
  .footer-policy-link {
    display: block;
  }
  .footer-logo img {
    width: 80%;
  }
  .footer-infomation {
    padding: 0 0 20px 0;
  }
  .footer-wrap {
    padding: 50px 15px;
  }
}

.copy {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #fc828a !important;
  background: none;
  /*letter-spacing: 1.5px;*/
  letter-spacing: 0.25em;
}

@media (max-width: 480px) {
  .copy {
    margin-bottom: 66px;
  }
}

/* 予約ボタン */

.reservation_area {
  position: fixed;
  top: 170px;
  right: 0;
  z-index: 1;
}

.reservation_area ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.reservation_area li {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  list-style: none;
  letter-spacing: 2px;
}

.reservation_area li a {
  display: block;
  padding: 25px 10px;
  transition: all 0.2s ease-out;
}

@media (hover: hover) {
  .reservation_area li:nth-child(1) a:hover,
  .reservation_area li:nth-child(2) a:hover,
  .reservation_area li:nth-child(3) a:hover {
    padding-right: 30px;
  }
}

.reservation_area li:nth-child(1) a,
.reservation_area li:nth-child(3) a {
  color: #fff;
  background: var(--main-color01);
}

.reservation_area li:nth-child(2) a {
  color: #fff;
  background: var(--main-color02);
}

.side_btn_02 a {
  display: flex !important;
  justify-content: center;
}

.side_btn_02 img {
  width: 30px;
}

@media (max-width: 480px) {
  .reservation_area {
    bottom: 0px;
    top: auto;
    width: 100%;
  }
  .reservation_area ul {
    flex-direction: row;
  }
  .reservation_area ul li {
    width: 50%;
    writing-mode: horizontal-tb;
    text-align: center;
  }
  .reservation_area li a {
    padding: 10px 5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .reservation_area li img {
    width: 30px;
  }
  .reservation_area li span {
    padding-left: 6px;
    letter-spacing: 0;
  }
}

@media (min-width: 480px) {
  .side_btn_01 {
    display: none;
  }
}

/* トグル */

.icon {
  display: block;
  position: relative;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}

.icon:before {
  left: 0;
  transform: rotate(45deg);
}

.icon:after {
  right: 0;
  transform: rotate(-45deg);
}

.icon:before,
.icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: var(--main-color02);
}

details {
  border-top: 1px solid;
}
details:hover {
  background: var(--accent-color);
}
details:last-child {
  border-bottom: 1px solid;
}
summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.toggle-head.qa {
  position: relative;
}

.toggle-head.qa:before {
  position: absolute;
  content: "Q.";
  top: 13px;
  left: 20px;
  font-weight: bold;
  color: var(--main-color01);
  font-family: serif;
  font-size: 24px;
}

.toggle_inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px 15px 50px;
  font-weight: bold;
  color: var(--main-color01);
}

.toggle_inner-icon {
  display: block;
  position: relative;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}

.toggle_inner-icon:before {
  left: 0;
  transform: rotate(45deg);
}

.toggle_inner-icon:after {
  right: 0;
  transform: rotate(-45deg);
}

.toggle_inner-icon:before,
.toggle_inner-icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: var(--main-color01);
}

.toggle-content p {
  padding: 20px 20px 20px 60px;
  background: #fff;
  margin: 0;
  position: relative;
}

.toggle-content p a {
  color: var(--main-color01);
  text-decoration: underline;
}

.answer:before {
  position: absolute;
  content: "A.";
  top: 18px;
  left: 30px;
  font-weight: bold;
  color: var(--main-color01);
  font-family: serif;
  font-size: 24px;
}

details[open] .toggle_inner-icon {
  transform: rotate(180deg);
}

/* 設備紹介 */

.facility-warap {
  /*max-width: 100%;*/
  max-width: 900px;
}

.facility-slider img,
.facility-slider-sub img {
  width: 100%;
  height: auto;
}
.slick-prev,
.slick-next {
  z-index: 1;
}

.facility-thumb > .slick-prev:before,
.facility-thumb > .slick-next:before,
.facility-thumb-sub > .slick-prev:before,
.facility-thumb-sub > .slick-next:before {
  color: #000 !important;
}

.facility-thumb img,
.facility-thumb-sub img {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}
.slick-current img {
  opacity: 1;
}
.facility-thumb,
.facility-thumb-sub {
  margin: 10px 0 0;
}
.facility-thumb,
.facility-thumb-sub {
  cursor: pointer;
}
.facility-caption {
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
}

/* 料金表 */

.price-wrap {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--main-color01);
  margin-bottom: 20px;
}

.price-wrap:last-of-type {
  margin-bottom: 0px;
}

.price-name {
  border-right: 1px solid var(--main-color01);
  width: 300px;
  background: var(--accent-color);
  padding: 5px;
  font-weight: bold;
}

.price-fee {
  width: calc(100% - 300px);
  padding: 5px;
  display: flex;
  justify-content: flex-end;
}

.price-disc,
.price-term,
.price-risk {
  width: 100%;
  padding: 5px;
  border-top: 1px solid var(--main-color01);
  display: flex;
  gap: 10px;
}
.price-head {
  width: 125px;
  border-right: 1px solid;
}
.price-text {
  width: calc(100% - 135px);
}

@media (max-width: 480px) {
  .price-name {
    border-right: none;
    width: 100%;
  }
  .price-fee {
    width: 100%;
  }
}

/* 汎用クラス */

.bg-red {
  background-color: #fe266d !important;
}

.bg-blue {
  background-color: #1646b1 !important;
}

.bg-green {
  background-color: #5fcf32 !important;
}

.bg-orange {
  background-color: #ffa204 !important;
}

.text-red {
  color: #db2d2d !important;
}

.text-blue {
  color: #2420db !important;
}

.text-green {
  color: #6ddb20 !important;
}

.text-orange {
  color: #e1ab3a !important;
}

.text-pink {
  color: #f3a7bf !important;
}

.text-black {
  color: #000000 !important;
}

.text-brown {
  color: #937437 !important;
}

.text-gray {
  color: #555555 !important;
}

.text-white {
  color: #ffffff !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-xlarge {
  font-size: 1.6rem !important;
}

.text-large {
  font-size: 1.4rem !important;
}

.w100 {
  width: 100% !important;
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .text-xlarge {
    font-size: 2rem;
  }
  .text-large {
    font-size: 1.6rem;
  }
  .sp-only {
    display: none !important;
  }
}

@media (min-width: 767px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}

.top-diagnosis {
  background: linear-gradient(180deg, #fffbd5 0%, #fff9ed 86.5%, #ffffff 100%);
  position: relative;
}

.top-diagnosis::before {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  position: absolute;
  background: url(/wp-content/uploads/top-diagnosis-bg02.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 20px;
  top: 45%;
  transform: translateY(-50%);
}

.top-diagnosis::after {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  position: absolute;
  background: url(/wp-content/uploads/top-diagnosis-bg02.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  left: 45%;
  transform: translateX(-50%);
}

.top-diagnosis-wrap::before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  position: absolute;
  background: url(/wp-content/uploads/top-diagnosis-bg01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -30px;
}

/*.top-diagnosis-wrap {
    background: url(/wp-content/uploads/top-diagnosis-bg.png) 100% 50%;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    background-position-x: -20px;
}*/

.medical-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 4%;
  justify-content: center;
  padding: 80px 0 30px;
  position: relative;
  z-index: 1;
}

.medical-inner.item02 {
  padding: 30px 0 100px;
}

.medical-item01 {
  width: 47%;
  display: inline-block;
  position: relative;
  padding: 10px;
  color: #676767;
}

.medical-item02 {
  width: 30%;
  display: inline-block;
  position: relative;
  padding: 10px;
  color: #676767;
}

.medical-item01 img,
.medical-item02 img {
  border-radius: 15px;
}

.medical-item01 p,
.medical-item02 p {
  font-weight: bold;
  position: relative;
}

.medical-item01 p::after,
.medical-item02 p::after {
  content: "〉";
  width: 20px;
  height: 20px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
}
/*.medical-item {
    width: 49%;
    background: linear-gradient(90deg, #797265, #9F9177);
    padding: 10px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.medical-item a {
  display: flex;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  padding: 20px;
}

.medical-content {
  width: 200px;
}

.medical-name {
    font-weight: bold;
    font-size: 1.4rem;
}
*/
@media (max-width: 768px) {
  .medical-inner {
    justify-content: flex-start;
  }
  .medical-item01 {
    width: 100%;
  }
  .medical-item02 {
    width: 48%;
  }
  .medical-wrap {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .medical-item01 p::after,
  .medical-item02 p::after {
    bottom: 10px;
    top: auto;
  }
  .top-diagnosis-wrap {
    background: url(/wp-content/uploads/top-diagnosis-bg-sp.png) 10% 50%;
    background-size: cover;
    padding-top: 60px;
  }
  .top-diagnosis::before,
  .top-diagnosis::after,
  .top-diagnosis-wrap::before {
    content: none;
  }
  .medical-item a {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    position: relative;
  }
  .medical-item:nth-child(1):before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 163px;
    height: 163px;
    background-image: url(/wp-content/uploads/top_diagnosis_01.png);
  }
  .medical-item:nth-child(2):before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 163px;
    height: 163px;
    background-image: url(/wp-content/uploads/top_diagnosis_02.png);
  }
  .medical-item:nth-child(3):before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 163px;
    height: 163px;
    background-image: url(/wp-content/uploads/top_diagnosis_03.png);
  }
  .medical-item:nth-child(4):before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 163px;
    height: 163px;
    background-image: url(/wp-content/uploads/top_diagnosis_04.png);
  }
}

.top-feature {
  background: linear-gradient(
    147.23deg,
    #fdc7d5 25.09%,
    #fcc7d2 40.32%,
    #fccac9 50.46%,
    #fcd0ba 59.09%,
    #fbd7a5 66.19%,
    #fbe08b 73.3%,
    #fbe57f 75.84%
  );
  position: relative;
  z-index: 1;
  padding: 0 0 60px 0;
}

.top-feature > .container {
  max-width: 100%;
}

.feature-container {
  /* width: 100%; */
  margin: 0 80px;
}

.feature-inner {
  background: #fff;
  border-radius: 10px;
  display: flex;
  padding: 100px 50px 30px;
  /*margin: 0 45px;*/
  margin: 0 auto;
  max-width: 960px;
}

.feature-content {
  width: 65%;
}

.feature-image {
  width: 60%;
}

.feature-title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  color: #676767;
  text-align: center;
  letter-spacing: 8px;
  display: flex;
  /*justify-content: center;*/
  padding-left: 10%;
  margin-top: 65px;
}

.feature-title p {
  line-height: 0.5;
}

.feature-title span {
  font-size: 2.4rem;
  line-height: 1.5;
}

.feature-title img {
  width: 80px;
}

.feature-title-no {
  position: relative;
  font-size: 24px;
}

.feature-title-no::after {
  display: block;
  width: 120px;
  height: 80px;
  background: linear-gradient(
    90deg,
    #fc828a 50%,
    #f3a8a8 106.13%,
    #f4b386 146.77%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;

  opacity: 0.6;
  font-weight: normal;
  font-size: 4em;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  line-height: 0.8em;
}

.feature-title-no.no1::after {
  content: "01";
}
.feature-title-no.no2::after {
  content: "02";
}
.feature-title-no.no3::after {
  content: "03";
}
.feature-title-no.no4::after {
  content: "04";
  width: 130px;
}
.feature-title-no.no5::after {
  content: "05";
}

/*.feature-title-no {
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/feature-no01.png)100px 100px;
    background-size: cover;
    position: absolute;
}*/

/*.feature-title.item01::after {
  content:'';
  width: 180px;
  height: 160px;
  background: url(/wp-content/uploads/feature-no01.png);
  background-size: cover;
  background-position: center;
  display: block;
  top: -50px;
  right: 0;
}*/

.feature-text {
  margin-top: 15px;
}

.feature-text p {
  font-weight: bold;
  color: #676767;
}

.feature-text ul {
  font-weight: bold;
}

.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1;
}
/*.prev-arrow {
  left: 100px;
}
.next-arrow {
  right: 100px;
}*/
.prev-arrow {
  left: 240px;
}
.next-arrow {
  right: 240px;
}
img.slide-arrow.prev-arrow.slick-arrow {
  width: 30px;
}
img.slide-arrow.next-arrow.slick-arrow {
  width: 30px;
}

@media (max-width: 1400px) {
  .feature-inner {
    padding: 50px 50px 30px;
  }
  .feature-title-no::after {
    right: -20px;
  }
  .feature-title {
    letter-spacing: 3px;
    padding-left: 20px;
  }
}

@media (max-width: 1300px) {
  .feature-title-no::after {
    right: -20px;
  }
  .feature-title {
    letter-spacing: 3px;
    padding-left: 20px;
  }
}

@media (max-width: 1200px) {
  .feature-title img {
    width: 50px;
    height: 50px;
  }
  .feature-title {
    letter-spacing: 3px;
    font-size: 20px;
    padding-left: 50px;
  }
  .feature-title-no::after {
    font-size: 4.5rem;
    right: 20px;
  }
  /*.feature-title span {
    font-size: 1.8rem;
  }*/
  .feature-inner {
    padding: 50px 30px;
  }
  .feature-container {
    margin: 0 60px;
  }
  .prev-arrow {
    left: 120px;
  }
  .next-arrow {
    right: 120px;
  }
}
@media (max-width: 1050px) {
  .feature-title {
    padding-left: 30px;
  }
  .feature-title-no::after {
    right: 0;
  }
}

@media (max-width: 960px) {
  .feature-container {
    margin: 0 20px;
  }
  .feature-inner {
    flex-direction: column;
    padding: 30px;
    margin: 0;
  }
  .feature-content {
    width: 100%;
  }
  .feature-text {
    margin-top: 30px;
  }
  .prev-arrow {
    left: 165px;
  }
  .next-arrow {
    right: 165px;
  }
}

@media (max-width: 768px) {
  .prev-arrow {
    left: 0;
    z-index: 1;
  }
  .next-arrow {
    right: 0;
  }
  .feature-image {
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .feature-inner {
    padding: 20px;
    margin: 0 10px;
  }
  .feature-title {
    font-size: 14px;
    padding-left: 30px;
    margin-top: 40px;
  }
  .feature-title span {
    font-size: 1.2rem;
  }
  .feature-title img {
    width: 25px;
    height: 25px;
  }
  .feature-title-no::after {
    font-size: 3rem;
    right: 10px;
  }
}

/*.feature-wrap {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.feature-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-grow: 1;
    border: solid 1px var(--main-color02);
    position: relative;
    height: 300px;
    width: 100%;
}

.feature-img {
    display: none;
}

.feature-img:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.feature-inner:nth-child(1):before {
    content: '';
    position: absolute;
    right: 0;
    width: 500px;
    height: 100%;
    background-image: url(/wp-content/uploads/top-feature01.jpg);
    background-size: cover;
    background-position: center;
    clip-path: circle(75.5% at 63% 50%);
}

.feature-inner:nth-child(2):before {
    content: '';
    position: absolute;
    right: 0;
    width: 500px;
    height: 100%;
    background-image: url(/wp-content/uploads/top-feature02.jpg);
    background-size: cover;
    background-position: center;
    clip-path: circle(75.5% at 63% 50%);
}

.feature-inner:nth-child(3):before {
    content: '';
    position: absolute;
    right: 0;
    width: 500px;
    height: 100%;
    background-image: url(/wp-content/uploads/top-feature03.jpg);
    background-size: cover;
    background-position: center;
    clip-path: circle(75.5% at 63% 50%);
}

.feature-inner:nth-child(4):before {
    content: '';
    position: absolute;
    right: 0;
    width: 500px;
    height: 100%;
    background-image: url(/wp-content/uploads/top-feature04.jpg);
    background-size: cover;
    background-position: center;
    clip-path: circle(75.5% at 63% 50%);
}

.feature-inner:nth-child(5):before {
    content: '';
    position: absolute;
    right: 0;
    width: 500px;
    height: 100%;
    background-image: url(/wp-content/uploads/top-feature05.jpg);
    background-size: cover;
    background-position: center;
    clip-path: circle(75.5% at 63% 50%);
}

.feature-content {
    background: #fff;
    padding: 15px;
    width: 100%;
}

.feature-content-inner {
    padding: 10px;
    border: 1px solid #ffdf;
}

.feature-content p:first-child {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(2px);
    padding: 15px;
    width: fit-content;
}

.feature-head {
    padding: 10px 0 10px 55px;
    display: flex;
    align-items: center;
    color: var(--main-color01);
    position: relative;
    font-size: 1.5rem;
    font-family: serif;
}

.feature-head span {
    line-height: 1.2;
    display: block;
    font-weight: normal;
}

.feature-inner:nth-child(1) .feature-head:before {
    content: '01.';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Kapakana', sans-serif;
    font-size: 2.4rem;
    font-weight: normal;
}

.feature-inner:nth-child(2) .feature-head:before {
    content: '02.';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Kapakana', sans-serif;
    font-size: 2.4rem;
    font-weight: normal;
}

.feature-inner:nth-child(3) .feature-head:before {
    content: '03.';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Kapakana', sans-serif;
    font-size: 2.4rem;
    font-weight: normal;
}

.feature-inner:nth-child(4) .feature-head:before {
    content: '04.';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Kapakana', sans-serif;
    font-size: 2.4rem;
    font-weight: normal;
}

.feature-inner:nth-child(5) .feature-head:before {
    content: '05.';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Kapakana', sans-serif;
    font-size: 2.4rem;
    font-weight: normal;
}

.feature-text > div:first-child {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(2px);
    padding: 15px;
    width: fit-content;
}

@media (max-width: 768px) {
    .feature-inner {
        height: auto;
        justify-content: center;
    }
    .feature-inner:before {
        display: none;
    }
    .feature-img {
        display: block;
    }
}*/

/*.top-doctor {
    background-color: var(--accent-color);
}*/
.doctor-info {
  background: linear-gradient(180deg, #fffce3 0%, #ffffff 100%);
}

.top-greeting {
  position: relative;
  /*background: linear-gradient(180deg, #FFFCE3 0%, #FFFFFF 100%);*/
  padding-top: 8% !important;
}

.top-greeting::before {
  background-image: url(/wp-content/uploads/greeting-bg01.png);
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 95%;
  height: 40%;
}

.greeting-wrap {
  position: relative;
  width: 85%;
  margin: 0 auto;
  z-index: 1;
}

.greeting-wrap::before {
  content: "";
  width: 30%;
  height: 30%;
  display: block;
  background: url(/wp-content/uploads/top-doctor-flower.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: -150px;
  right: -8%;
}

.greeting-wrap::after {
  content: "";
  display: block;
  width: 400px;
  height: 420px;
  background-image: url(/wp-content/uploads/top-doctor-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: -8%;
  top: -200px;
}

.greeting-content {
  width: 70%;
  font-weight: bold;
  font-size: 1.4rem;
}

.greeting-content ul {
  background: #fffce3;
  opacity: 0.95;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  list-style: none;
  padding: 30px;
}

.greeting-content ul li {
  padding: 30px 0;
  padding-left: 3.5em;
  position: relative;
}

.greeting-content ul li:nth-child(1)::before {
  content: "";
  display: block;
  width: 34px;
  height: 36px;
  background-image: url(/wp-content/uploads/greeting-no01.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  background-size: contain;
  top: 3rem;
}
.greeting-content ul li:nth-child(2)::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(/wp-content/uploads/greeting-no02.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  background-size: contain;
}
.greeting-content ul li:nth-child(3)::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(/wp-content/uploads/greeting-no03.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  background-size: contain;
}

@media (min-width: 1150px) {
  .greeting-wrap::after {
    width: 500px;
    height: 480px;
    background-size: contain;
    right: -100px;
  }
}

@media (min-width: 768px) {
  .greeting-content ul li {
    padding-left: 2.5em;
  }
  .greeting-content ul li:nth-child(2)::before,
  .greeting-content ul li:nth-child(3)::before {
    top: 53%;
    transform: translateY(-50%);
  }
}

@media (max-width: 1070px) {
  .greeting-wrap::after {
    top: -350px;
  }
  .greeting-content {
    margin-top: 260px;
    width: 80%;
  }
}

@media (max-width: 768px) {
  .doctor-info {
    padding-top: 0;
  }
  .top-greeting {
    padding-top: 100px;
  }
  .greeting-wrap {
    display: flex;
    padding: 0;
  }

  .greeting-wrap::after {
    background: url(/wp-content/uploads/top-doctor-sp-1.png), 100%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 20px;
    width: 60%;
    height: 40%;
    right: 5%;
    top: 0;
    background-position: center;
    background-size: cover;
  }

  .greeting-content {
    width: 100%;
    margin-top: 220px;
  }
  .greeting-content ul {
    padding: 50px 20px 0;
    width: 80%;
  }
  .greeting-content ul li {
    padding-left: 0;
  }
  .greeting-content ul li:nth-child(1)::before,
  .greeting-content ul li:nth-child(2)::before,
  .greeting-content ul li:nth-child(3)::before {
    top: 0;
  }
}
@media (max-width: 480px) {
  .greeting-wrap::before {
    top: -80px;
  }
  .greeting-wrap {
    width: 100%;
    padding: 0 15px;
  }
  .greeting-wrap::after {
    width: 80%;
    height: 25%;
    top: 20px;
    right: 50%;
    transform: translateX(50%);
  }
  .greeting-content {
    margin-top: 250px;
  }

  .greeting-content ul {
    width: 100%;
  }
  .greeting-content ul li {
    font-size: 16px;
  }
  .over-br {
    display: none;
  }
}

.top-doctor {
  position: relative;
  /*background: linear-gradient(180deg, #FFFCE3 0%, #FFFFFF 100%);*/
}
.top-doctor::before {
  background-image: url(/wp-content/uploads/doctor-bg01.png);
  content: "";
  position: absolute;
  left: 90px;
  top: -150px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  height: 50%;
}

.top-doctor::after {
  background-image: url(/wp-content/uploads/doctor-bg02.png);
  content: "";
  position: absolute;
  left: 0;
  bottom: -200px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.doctor-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

/*.doctor-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    width: 588px;
    height: 418px;
    background-image: url(/wp-content/uploads/top-doctor02.png);
    background-size: cover;
    background-position: center;
}*/

.doctor-img {
  display: none;
}

.doctor-content {
  position: relative;
  width: 100%;
  padding: 5px;
  /*color: #000;*/
  /*margin-top: 140px;
    border: solid 8px var(--main-color02);
    background-color: rgba(255, 255, 255, 0.8);*/
}

.doctor-content > div {
  padding: 20px;
  /*border: solid 2px var(--main-color02);*/
}

.doctor-content p span {
  display: block;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .top-doctor::after {
    bottom: -350px;
  }
  /*.doctor-wrap:before {
        display: none;
    }*/
  .doctor-content {
    margin-top: 0px;
    padding: 0 40px;
  }
  .doctor-content > div {
    padding: 20px 0;
  }
  .doctor-img {
    display: block;
    width: 100%;
  }
  .doctor-content {
    width: 100%;
  }
}

.clinic-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: #676767;
  font-weight: bold;
  padding: 40px;
}
@media (max-width: 480px) {
  .top-doctor::before {
    top: -280px;
  }

  .top-doctor::after {
    width: 120%;
    height: 40%;
    transform: rotate(-20deg);
    left: -20px;
    bottom: 0;
  }
  .doctor-content {
    padding: 0 15px;
  }
  .clinic-wrap {
    padding: 30px 15px;
  }
}
.home .clinic-info {
  width: 48%;
  font-weight: bold;
}

.home .clinic-schedule,
.clinic-map,
.clinic-image {
  width: 48%;
}

.clinic-map {
  border-radius: 15px;
  overflow: hidden;
  width: 40%;
}

.clinic-image {
  width: 57%;
}

.clinic-name {
  color: #fa9584;
  font-weight: bold;
  font-size: 32px;
  margin-left: 50px;
}

.tel-bnr {
  background: linear-gradient(
    to right,
    #f3a7ac,
    #f3a8a8,
    #f4b386,
    #f7ca3c,
    #f9dd00
  );
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: flex;
  color: #fff;
  font-size: 1.1rem;
  padding: 0 10px;
  text-align: center;
  width: 100%;
  align-items: center;
}

.tel-bnr > div {
  display: flex;
  align-items: center;
}

.tel-bnr img {
  width: 20px;
  padding-left: 5px;
}

.tel-bnr span {
  font-size: 1.8rem;
  padding-left: 15px;
}

.clinic-schedule {
  width: calc(100% - 370px);
}

.schedule-title {
  background: var(--main-color02);
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 15px;
}

.access-infomation {
  list-style: none;
  padding-left: 0;
  padding: 10px 0;
}
.access-infomation li {
  line-height: 1.5;
  padding: 5px 0;
  padding-left: 1.5em;
  text-indent: -1.85em;
}
.access-infomation li img {
  width: 30px;
  height: 25px;
  padding-right: 5px;
}
.clinic-image img {
  border-radius: 15px;
}

.clinic-info a img {
  width: 30px;
  height: 25px;
  padding-right: 5px;
}

@media (max-width: 1150px) {
  .tel-bnr {
    flex-direction: column;
    line-height: 1;
    padding-top: 10px;
  }
  .tel-bnr span {
    line-height: 1.5;
  }
}

@media (max-width: 768px) {
  .home .clinic-info {
    width: 100%;
  }
  .clinic-info {
    width: 100%;
  }
  .clinic-schedule {
    width: 100%;
  }
  .home .clinic-schedule {
    width: 100%;
    order: 2;
  }
  .clinic-map {
    width: 100%;
    order: 1;
    height: 200px;
  }
  .clinic-image {
    width: 100%;
    order: 3;
  }
  .tel-bnr {
    flex-direction: row;
    justify-content: center;
  }
}

@media (max-width: 590px) {
  .tel-bnr {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .tel-bnr span {
    font-size: 1.6rem;
  }
}
@media (min-width: 1150px) {
  .tel-bnr-br {
    display: none;
  }
}

.top-trouble {
  background: linear-gradient(
    96.64deg,
    #fbe08b 2.84%,
    #fbd7a5 8.37%,
    #fcd0ba 15.18%,
    #feb1b9 25.91%,
    #feb5b2 64.44%,
    #feb9aa 92.12%,
    #feb9aa 120.83%
  );
  position: relative;
  z-index: 1;
  padding: 40px 0 60px 0;
}

.trouble-wrap {
  display: flex;
  gap: 15px;
}

.trouble-inner {
  width: 40%;
  font-weight: bold;
  letter-spacing: 1.5px;
}

.trouble-img {
  width: 20%;
  padding-top: 50px;
}

.trouble-left {
  list-style-image: url(/wp-content/uploads/check-icon01.png);
  background: #fff;
  padding: 30px 20px;
  list-style-position: inside;
  border-radius: 20px;
  margin-left: 40px;
}

.trouble-right {
  list-style-image: url(/wp-content/uploads/check-icon02.png);
  background: #fff;
  padding: 30px 20px;
  list-style-position: inside;
  border-radius: 20px;
  margin-right: 40px;
}

.trouble-left li,
.trouble-right li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

@media (max-width: 768px) {
  .trouble-wrap {
    flex-direction: column-reverse;
    padding: 0 40px;
  }
  .trouble-inner {
    width: 100%;
  }
  .trouble-left,
  .trouble-right {
    padding: 20px;
    margin-right: 0;
    margin-left: 0;
  }
  .trouble-img {
    width: 20%;
    margin: 0 auto;
    padding-top: 0;
  }
}

@media (max-width: 480px) {
  .trouble-wrap {
    padding: 0 15px;
  }
}

.access-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.pdf-name-box {
  border: 1px solid rgb(204, 204, 204);
  display: inline-block;
  padding: 15px 55px 15px 10px;
}

.pdf-img {
  width: 30px;
  height: 30px;
}

.pdf-name {
  color: #5b5b5b;
}

section a[target="_blank"] {
  &:after {
    font-family: "Font Awesome 6 Free";
    content: "\f08e";
    font-weight: 900;
    margin: 0 0.25rem;
  }
}

.not-blank::after {
  content: none !important;
}

.accesiblity-bnr {
  bottom: 60px;
  width: 60px;
}

@media (max-width: 768px) {
  .accesiblity-bnr {
    width: 50px;
  }
}

.english-list {
  list-style: none;
}

.english-list li {
  position: relative;
  padding-left: 1.5em;
}

.english-list li::before {
  background: none repeat scroll 0 0 #fdb9aa;
  border: 0;
  border-radius: 0;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 17px;
  z-index: 0;
}

.english-list li::after {
  position: absolute;
  top: 9px;
  left: 3px;
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  z-index: 1;
}

.text-bg {
  background-color: #fef8ea;
  padding: 20px;
  border-radius: 30px;
}

.jump-point {
  position: relative;
  z-index: 2;
}

.anchor-box .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  gap: 10px;
  justify-content: center;
}

.anchor-box .link-list li a {
  display: flex;
  width: 100%;
  height: 100%;
  width: 330px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  background: linear-gradient(to right, #f9a09e 0%, #fbc247 100%);
  padding: 10px 30px 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  justify-content: center;
  align-items: center;
}

.anchor-box .link-list li a::before {
  position: absolute;
  content: "\f107";
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  right: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .anchor-box .link-list {
    justify-content: center;
  }
  .anchor-box .link-list li {
    /*width: 30%;*/
    margin: 0 10px 15px 10px;
  }
}

@media (max-width: 480px) {
  .anchor-box .link-list {
    padding-left: 0;
  }
}

.check-list {
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.5em;
}

.check-list li::before {
  background: none repeat scroll 0 0 #f8a35d;
  border: 0;
  border-radius: 0;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 17px;
  z-index: 0;
}

.check-list li::after {
  position: absolute;
  top: 9px;
  left: 3px;
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  z-index: 1;
}

/*.orange-bg-list {
    border-top: 2px solid #676767;
    align-items: center;
    display: table;
    width: 100%;
}

.orange-bg-list dt {
    background: #fbdd94;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
}

.orange-bg-list dd {
    display: table-cell;
    vertical-align: middle;
}*/

.orange-bg-list {
  border-top: 2px solid #c9d6df;
  border-bottom: 2px solid #c9d6df;
  align-items: center;
  display: flex;
  width: 100%;
  gap: 0;
}

.orange-bg-list dt {
  text-align: center;
  font-weight: normal;
  /*display: flex;*/
  align-items: center;
  border-bottom: 2px solid #c9d6df;
  height: 100px;
  padding: 10px 0;
  width: 12rem;
}

.orange-bg-list dt div {
  background: #fbdd94;
  text-align: center;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.orange-bg-list dd {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #c9d6df;
  height: 100px;
  padding-left: 1rem;
}

.orange-bg-list.last dt,
.orange-bg-list.last dd {
  border-bottom: none;
}

@media (max-width: 768px) {
  .orange-bg-list dt {
    width: 30%;
  }
  .orange-bg-list dd {
    width: 70%;
  }
}

@media (max-width: 480px) {
  .orange-bg-list dt {
    width: 100%;
    border-bottom: 2px solid #c9d6df !important;
  }
  .orange-bg-list dd {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

.list-last {
  border-bottom: none !important;
}

.checkup-title {
  font-size: 1.2rem;
  font-weight: bold;
}

.checkup-title span {
  color: #fc828a;
  font-size: 1.4rem;
}

.pdf-bnr {
  width: 100%;
  display: block;
  background-color: #fc828a;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
}

.equipment-title {
  background-color: #fc828a;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  text-align: center;
  padding: 10px;
  margin: 10px 0;
  line-height: 1.5;
}

.secretion-box {
  border: 1px solid #000;
  margin: 20px 0;
  padding: 20px;
}

.check-list.secretion li::before {
  width: 25px;
  height: 25px;
  left: -5px;
}

.check-list.secretion li::after {
  width: 15px;
  height: 10px;
  left: -2px;
}

#anc01,
#anc02,
#anc03,
#anc04,
#anc05,
#anc06,
#anc07 {
  padding-top: 240px;
  margin-top: -200px;
}

@media (max-width: 1120px) {
  #anc01,
  #anc02,
  #anc03,
  #anc04,
  #anc05,
  #anc06,
  #anc07 {
    padding-top: 70px;
    margin-top: -30px;
  }
}

.accesiblity {
  height: 70%;
  z-index: 3;
}

.relative-z {
  position: relative;
  z-index: 1;
}
