@charset "UTF-8";
/*------------------------------------------
  ヘッダー
------------------------------------------*/
body:not(.home) .header {
  background: none !important;
  position: absolute !important;
}

@media screen and (max-width: 767px) {
  body:not(.home) .header {
    position: fixed !important;
  }
}
/*------------------------------------------
  フッター
------------------------------------------*/
.footer {
  letter-spacing: 0;
}

/*------------------------------------------
  ページタイトル
------------------------------------------*/
.title-holder {
  position: relative;
  height: 337px;
  font-family: "Noto Serif JP", serif;
  background: url(../img/common/bg-pagettl.jpg) no-repeat center;
  background-size: cover;
}
.title-holder .container h1, .title-holder .container h2 {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .title-holder {
    height: 200px;
  }
  .title-holder .container h1, .title-holder .container h2 {
    padding-top: 0;
  }
}
/*------------------------------------------
  パンくず
------------------------------------------*/
#bread {
  position: relative;
  font-family: "Noto Serif JP", serif;
}
#bread li {
  color: #22201E;
}
#bread li a {
  color: #22201E;
}

/*------------------------------------------
  ページ設定
------------------------------------------*/
#main .container {
  font-size: 16px;
  position: relative;
}

#main .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
  padding: 0;
}

#main .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
}

.elementor-section {
  margin-bottom: 80px;
}
.elementor-section:last-child {
  margin-bottom: 0;
}

/*------------------------------------------
  見出し
------------------------------------------*/
h2.elementor-heading-title {
  text-align: center;
  line-height: 1.5;
  position: relative;
  font-size: 36px;
  letter-spacing: 0.12em;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 0.5em;
}
h2.elementor-heading-title:before {
  content: "";
  width: 50px;
  height: 3px;
  background: #EBEBEB;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

.type02 h2.elementor-heading-title {
  text-align: left;
  background: #F5F5F5;
  padding: 0.35em 0.8em;
}
.type02 h2.elementor-heading-title:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent rgba(128, 126, 127, 0.5) transparent;
  border-width: 0px 0px 65px 65px;
  background: none;
  left: auto;
  margin-left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  h2.elementor-heading-title {
    font-size: 26px;
  }
  .type02 h2.elementor-heading-title {
    font-size: 26px;
  }
  .type02 h2.elementor-heading-title:before {
    border-width: 0px 0px 30px 30px;
  }
}
h3.elementor-heading-title {
  text-align: center;
  line-height: 1.5;
  position: relative;
  font-size: 32px;
  letter-spacing: 0.12em;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 0.5em;
  margin-bottom: 20px;
}
h3.elementor-heading-title:before {
  content: "";
  width: 50px;
  height: 3px;
  background: #EBEBEB;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

@media screen and (max-width: 767px) {
  h3.elementor-heading-title {
    font-size: 24px;
  }
}
h4.elementor-heading-title {
  line-height: 1.5;
  position: relative;
  font-size: 28px;
  letter-spacing: 0.12em;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #EBEBEB;
}

@media screen and (max-width: 767px) {
  h4.elementor-heading-title {
    font-size: 22px;
  }
}
/*------------------------------------------
  Component
------------------------------------------*/
.l-flex {
  display: flex;
  flex-wrap: wrap;
}

.c-btn01 {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  position: relative;
  border: 1px solid #707070;
  border-radius: 130px;
  color: #4B4B4B;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding-right: 1em;
  position: relative;
}
.c-btn01:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 20px;
  background: url(../img/common/arrow-r01.svg) no-repeat center;
  background-size: 100%;
}
.c-btn01 .btn-inner {
  display: flex;
  height: 72px;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-btn01 {
    font-size: 16px;
  }
  .c-btn01 .btn-inner {
    height: 62px;
  }
}
.c-block01 .elementor-row {
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-block01 .block-txt {
  width: 46.66% !important;
}
.c-block01 .block-txt .elementor-widget-heading {
  margin-bottom: 0;
  padding-top: 50px;
}
.c-block01 .block-txt .elementor-heading-title {
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  color: #4B4B4B;
  font-size: 32px;
}
.c-block01 .block-txt .elementor-text-editor {
  line-height: 2;
  padding-top: 30px;
}
.c-block01 .block-img {
  width: 46.66% !important;
}

@media screen and (max-width: 767px) {
  .c-block01 .elementor-row {
    gap: 25px 0;
  }
  .c-block01 .block-txt {
    width: 100% !important;
    padding-top: 0;
    -ms-order: 2;
    order: 2;
  }
  .c-block01 .block-txt .elementor-widget-heading {
    padding-top: 0;
    margin-bottom: 20px;
  }
  .c-block01 .block-txt .elementor-heading-title {
    font-size: 22px;
  }
  .c-block01 .block-txt .elementor-text-editor {
    line-height: 1.875;
    padding-top: 0;
  }
  .c-block01 .block-img {
    width: 100% !important;
    -ms-order: 1;
    order: 1;
  }
}
.c-block02 {
  border-top: 2px solid #EBEBEB;
  border-bottom: 2px solid #EBEBEB;
  padding: 60px 0;
  margin-bottom: 60px;
}
.c-block02 .elementor-row {
  flex-wrap: wrap;
}
.c-block02 .block-ttl {
  width: 100% !important;
  margin-bottom: 40px;
}
.c-block02 .block-ttl .elementor-heading-title {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #4B4B4B;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.c-block02 .block-txt {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .c-block02 {
    margin-bottom: 40px;
  }
  .c-block02 .block-ttl .elementor-heading-title {
    font-size: 22px;
  }
}
.c-block03 {
  margin-bottom: 32px;
  padding: 32px;
  background: #EBEBEB;
}
.c-block03 .elementor-row {
  flex-wrap: wrap;
}
.c-block03 .block-ttl {
  width: 100% !important;
  position: relative;
  border-bottom: 1px solid #807E7F;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.c-block03 .block-ttl .elementor-heading-title {
  line-height: 1.5;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-left: 30px;
}
.c-block03 .block-ttl .elementor-heading-title:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.65em;
  background: #333;
}
.c-block03 .block-txt {
  width: 100% !important;
}
.c-block03 .block-txt p {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .c-block03 {
    margin-bottom: 32px;
    padding: 32px;
  }
  .c-block03 .block-ttl {
    width: 100% !important;
    position: relative;
    border-bottom: 1px solid #807E7F;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .c-block03 .block-ttl .elementor-heading-title {
    font-size: 20px;
    padding-left: 22px;
  }
  .c-block03 .block-ttl .elementor-heading-title:before {
    width: 12px;
    height: 12px;
    top: 0.5em;
  }
  .c-block03 .block-txt {
    width: 100% !important;
  }
  .c-block03 .block-txt p {
    line-height: 2;
  }
}
.c-block04 .elementor-row {
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-block04 .block-ttl {
  width: 46% !important;
}
.c-block04 .block-ttl .elementor-widget-heading {
  margin-bottom: 24px;
}
.c-block04 .block-ttl .elementor-heading-title {
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  color: #4B4B4B;
  font-size: 32px;
  position: relative;
  padding-bottom: 24px;
}
.c-block04 .block-ttl .elementor-heading-title:before {
  content: "";
  width: 60px;
  height: 2px;
  background: #EBEBEB;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-block04 .block-ttl .elementor-text-editor {
  line-height: 2;
}
.c-block04 .block-ttl .elementor-text-editor a {
  text-decoration: underline;
}
.c-block04 .block-img {
  width: 50% !important;
}

@media screen and (max-width: 767px) {
  .c-block04 .elementor-row {
    gap: 25px 0;
  }
  .c-block04 .block-ttl {
    width: 100% !important;
    padding-top: 0;
    -ms-order: 2;
    order: 2;
  }
  .c-block04 .block-ttl .elementor-widget-heading {
    padding-top: 0;
    margin-bottom: 20px;
  }
  .c-block04 .block-ttl .elementor-heading-title {
    font-size: 22px;
  }
  .c-block04 .block-ttl .elementor-text-editor {
    line-height: 1.875;
    padding-top: 0;
  }
  .c-block04 .block-img {
    width: 100% !important;
    -ms-order: 1;
    order: 1;
  }
}
.c-block05 {
  max-width: 1000px;
  margin: 0 auto 40px;
  padding: 40px 0;
}
.c-block05 .elementor-row {
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-block05 .block-txt {
  width: calc(100% - 300px) !important;
  max-width: 680px;
}
.c-block05 .block-txt .elementor-widget-heading {
  margin-bottom: 30px;
}
.c-block05 .block-txt .elementor-heading-title {
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  color: #4B4B4B;
  font-size: 20px;
  position: relative;
  padding-left: 40px;
}
.c-block05 .block-txt .elementor-heading-title:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #807E7F;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-block05 .block-txt .elementor-text-editor {
  line-height: 2;
}
.c-block05 .block-txt .elementor-text-editor a {
  text-decoration: underline;
}
.c-block05 .block-img {
  width: 263px !important;
}

@media screen and (max-width: 767px) {
  .c-block05 {
    padding: 0;
    margin-bottom: 40px;
  }
  .c-block05 .elementor-row {
    gap: 25px 0;
  }
  .c-block05 .block-txt {
    width: 100% !important;
    padding-top: 0;
    -ms-order: 2;
    order: 2;
  }
  .c-block05 .block-txt .elementor-widget-heading {
    margin-bottom: 15px;
  }
  .c-block05 .block-txt .elementor-heading-title {
    font-size: 18px;
    padding-left: 30px;
  }
  .c-block05 .block-txt .elementor-heading-title:before {
    width: 20px;
    height: 20px;
    top: 0.25em;
  }
  .c-block05 .block-txt .elementor-text-editor {
    line-height: 1.875;
    padding-top: 0;
  }
  .c-block05 .block-img {
    width: 100% !important;
    -ms-order: 1;
    order: 1;
  }
}
.c-block06 {
  margin-bottom: 45px;
}
.c-block06 .elementor-row {
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-block06 .block-ttl {
  width: 64% !important;
}
.c-block06 .block-ttl .elementor-widget-heading {
  margin-bottom: 24px;
}
.c-block06 .block-ttl .elementor-heading-title {
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  color: #4B4B4B;
  font-size: 32px;
  position: relative;
}
.c-block06 .block-ttl .elementor-text-editor {
  line-height: 2;
}
.c-block06 .block-ttl .elementor-text-editor a {
  text-decoration: underline;
}
.c-block06 .block-img {
  width: 32% !important;
}

@media screen and (max-width: 767px) {
  .c-block06 .elementor-row {
    gap: 25px 0;
  }
  .c-block06 .block-ttl {
    width: 100% !important;
    padding-top: 0;
    -ms-order: 2;
    order: 2;
  }
  .c-block06 .block-ttl .elementor-widget-heading {
    padding-top: 0;
    margin-bottom: 20px;
  }
  .c-block06 .block-ttl .elementor-heading-title {
    font-size: 22px;
  }
  .c-block06 .block-ttl .elementor-text-editor {
    line-height: 1.875;
    padding-top: 0;
  }
  .c-block06 .block-img {
    width: 100% !important;
    -ms-order: 1;
    order: 1;
  }
}
.c-list01 {
  margin-bottom: 70px;
}
.c-list01 .elementor-row {
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-list01 .list-item {
  width: 46% !important;
}
.c-list01 .item-img a {
  display: block;
  position: relative;
}
.c-list01 .item-img a:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/common/arrow-r01.svg) no-repeat center;
  background-size: 100%;
  z-index: 1;
}
.c-list01 .item-ttl .elementor-heading-title {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
.c-list01 .item-txt {
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .c-list01 {
    margin-bottom: 50px;
  }
  .c-list01 .elementor-row {
    gap: 50px 0;
  }
  .c-list01 .list-item {
    width: 100% !important;
  }
  .c-list01 .item-ttl .elementor-heading-title {
    font-size: 24px;
  }
}
.c-list02 li {
  position: relative;
  margin-bottom: 1em;
  position: relative;
  list-style: none;
  padding-left: 32px;
}
.c-list02 li:before {
  content: "";
  width: 24px;
  height: 22px;
  position: absolute;
  top: 2px;
  left: 0;
  background: url(../img/common/ico-check.svg) no-repeat center;
  background-size: 100%;
}
.c-list02 li.no-icon:before {
  content: none;
}
.c-list02.type02 li:before {
  background: url(../img/common/ico-check02.svg) no-repeat center;
}
.c-list02.l-flex {
  justify-content: center;
  gap: 0 2em;
}
.c-list02__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 15%;
}
.c-list02__wrapper.col-w40 {
  gap: 0 10%;
}
.c-list02__wrapper.col-w40 > * {
  width: 40%;
}
.c-list02__wrapper.col-w48 {
  gap: 0 4%;
}
.c-list02__wrapper.col-w48 > * {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .c-list02.l-flex {
    display: block;
  }
  .c-list02__wrapper > * {
    width: 100%;
  }
  .c-list02__wrapper.col-w40 > * {
    width: 100%;
  }
  .c-list02__wrapper.col-w48 > * {
    width: 100%;
  }
}
.c-faq {
  background: #EBEBEB;
  margin-bottom: 50px;
}
.c-faq .elementor-row {
  flex-wrap: wrap;
}
.c-faq .faq-question {
  width: 100% !important;
  padding: 25px;
  position: relative;
  border-bottom: 1px solid #807E7F;
}
.c-faq .faq-question:before {
  content: "Q";
  font-size: 31px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #A8A6A7;
  position: absolute;
  left: 25px;
  top: 15px;
}
.c-faq .faq-question .elementor-heading-title {
  line-height: 1.5;
  font-size: 24px;
  letter-spacing: 0.1em;
  padding-left: 45px;
}
.c-faq .faq-answer {
  width: 100% !important;
  padding: 25px;
  position: relative;
}
.c-faq .faq-answer:before {
  content: "A";
  font-size: 31px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #807E7F;
  position: absolute;
  left: 25px;
  top: 15px;
}
.c-faq .faq-answer .elementor-text-editor {
  line-height: 2;
  padding-left: 45px;
}

@media screen and (max-width: 767px) {
  .c-faq .faq-question .elementor-heading-title {
    font-size: 18px;
  }
}
.c-table01 {
  width: 100%;
}
.c-table01 tr {
  border-bottom: 1px solid #807E7F;
}
.c-table01 th, .c-table01 td {
  padding: 1.3em 1em;
  vertical-align: top;
}
.c-table01 th {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .c-table01 {
    width: 100%;
  }
  .c-table01 th {
    padding: 1em 0;
  }
  .c-table01 td {
    padding: 1em 0 1em 1em;
  }
}
.c-table02 {
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #807E7F;
}
.c-table02 th {
  text-align: center;
  border-bottom: 1px solid #807E7F;
  vertical-align: middle;
  padding-bottom: 25px;
}
.c-table02 th:first-child {
  font-size: 18px;
  width: 20%;
  text-align: left;
}
.c-table02 td {
  text-align: center;
  padding: 0.5em 0;
}
.c-table02 td:first-child {
  text-align: left;
}
.c-table02 td:empty:before {
  content: "ー";
  color: #807E7F;
}
.c-table02 tr:nth-child(2) td {
  padding-top: 2em;
}
.c-table02 tr:last-child td {
  padding-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .c-table02 th {
    font-size: 12px;
    padding-bottom: 20px;
    letter-spacing: 0;
  }
  .c-table02 th:first-child {
    font-size: 12px;
    width: 30%;
  }
  .c-table02 td {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.c-table03 {
  width: 100%;
  border-top: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
}
.c-table03 tr {
  border-bottom: 1px solid #EBEBEB;
}
.c-table03 th, .c-table03 td {
  border-right: 1px solid #EBEBEB;
  padding: 1em;
}
.c-table03 th {
  background: #F5F5F5;
}

@media screen and (max-width: 767px) {
  .c-table03 th, .c-table03 td {
    font-size: 14px;
  }
}
.c-price {
  margin-bottom: 40px;
}
.c-price .elementor-row {
  flex-wrap: wrap;
}
.c-price .price-ttl {
  width: 100% !important;
  border-bottom: 2px solid #EBEBEB;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
.c-price .price-ttl .elementor-heading-title {
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
}
.c-price .price-lead {
  width: 100% !important;
  line-height: 2;
  margin-bottom: 24px;
}
.c-price .price-table {
  width: 100% !important;
}
.c-price .price-table table {
  width: 100%;
  border-top: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
}
.c-price .price-table table tr {
  border-bottom: 1px solid #EBEBEB;
}
.c-price .price-table table th, .c-price .price-table table td {
  padding: 1em;
  vertical-align: middle;
  border-right: 1px solid #EBEBEB;
}
.c-price .price-table table th {
  width: 60%;
}
.c-price .price-table table thead th {
  color: #E4E4E4;
  background: #807E7F;
}
.c-price .price-table table tbody th {
  background: #F5F5F5;
}
.c-price .price-sub {
  width: 100% !important;
  line-height: 2;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .c-price .price-ttl {
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
  .c-price .price-ttl .elementor-heading-title {
    font-size: 22px;
  }
  .c-price .price-lead {
    line-height: 1.875;
    margin-bottom: 16px;
  }
  .c-price .price-table table th, .c-price .price-table table td {
    font-size: 14px;
  }
  .c-price .price-sub {
    line-height: 1.875;
    font-size: 14px;
  }
}
/*------------------------------------------
  医院紹介
------------------------------------------*/
body.page-id-1142:before {
  content: "";
  width: 100%;
  height: 900px;
  position: absolute;
  top: 0;
  left: 0;
  background: #F5F5F5;
}
body.page-id-1142 #main .container {
  max-width: 1260px;
}

.clinic-philosophy__txt {
  width: 90%;
  max-width: 720px;
  margin: auto;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
  line-height: 1.875;
  letter-spacing: 0.05em;
  padding: 40px;
}
.clinic-philosophy__img {
  margin-top: -200px;
}
.clinic-philosophy__img .elementor-image {
  width: 100%;
  height: 338px;
}
.clinic-philosophy__img img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 767px) {
  .clinic-philosophy__txt {
    width: 100%;
    max-width: 100%;
    padding: 25px 20px;
  }
  .clinic-philosophy__img {
    margin-top: 0;
  }
  .clinic-philosophy__img .elementor-image {
    height: 220px;
  }
}
.clinic-greeting .elementor-row {
  justify-content: space-between;
  flex-wrap: wrap;
}
.clinic-greeting__txt {
  width: 48% !important;
}
.clinic-greeting__txt .greeting-txt {
  line-height: 2;
}
.clinic-greeting__txt .greeting-name {
  font-size: 22px;
}
.clinic-greeting__img {
  width: 48% !important;
}

@media screen and (max-width: 767px) {
  .clinic-greeting .elementor-row {
    gap: 25px 0;
  }
  .clinic-greeting__txt {
    width: 100% !important;
    -ms-order: 2 !important;
    order: 2 !important;
  }
  .clinic-greeting__txt .greeting-txt {
    line-height: 1.875;
  }
  .clinic-greeting__txt .greeting-name {
    font-size: 18px;
  }
  .clinic-greeting__img {
    width: 100% !important;
    -ms-order: 1 !important;
    order: 1 !important;
  }
}
.clinic-first__lead {
  text-align: center;
  line-height: 2.25;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .clinic-first__lead {
    text-align: left;
    line-height: 1.875;
  }
}
.clinic-slider {
  margin-bottom: 50px !important;
}
.clinic-slider__inner {
  display: flex;
}
.clinic-slider__main {
  width: 58%;
}
.clinic-slider__sub {
  width: 38%;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .clinic-slider {
    margin-bottom: 20px !important;
  }
  .clinic-slider__inner {
    display: block;
  }
  .clinic-slider__main {
    width: 100%;
    margin-bottom: 10px;
  }
  .clinic-slider__sub {
    width: 100%;
  }
}
.clinic-map {
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
}
.clinic-map iframe {
  width: 100%;
  height: 100%;
}

.clinic-open {
  padding-bottom: 30px;
}
.clinic-open p {
  margin-top: 1em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .clinic-open p {
    line-height: 1.85;
  }
  .clinic-open p:first-child {
    font-size: 14px;
  }
}
.clinic-access p {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .clinic-access p {
    line-height: 1.85;
  }
}
/*------------------------------------------
  診療案内：TOP
------------------------------------------*/
.medical-top-list {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .medical-top-list {
    padding-top: 0;
  }
}
/*------------------------------------------
  診療案内：下層共通
------------------------------------------*/
@media screen and (max-width: 767px) {
  .medical-page-head {
    margin-bottom: 40px;
  }
}
/*------------------------------------------
  美容外来：下層共通
------------------------------------------*/
.beauty-page-about .elementor-row {
  justify-content: space-between;
}
.beauty-page-about .c-block03 {
  width: 48.5% !important;
}

@media screen and (max-width: 767px) {
  .beauty-page-about .c-block03 {
    width: 100% !important;
  }
}
/*------------------------------------------
  サイトマップ
------------------------------------------*/
.sitemap {
  max-width: 942px;
  margin: auto;
}
.sitemap-block {
  margin-bottom: 56px;
}
.sitemap-block:last-child {
  margin-bottom: 0;
}
.sitemap-block a {
  display: block;
  position: relative;
}
.sitemap-block a:before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.sitemap-block__top {
  font-family: "Noto Serif JP", serif;
}
.sitemap-block__top a {
  color: #4B4B4B;
  padding-left: 40px;
  font-size: 32px;
  letter-spacing: 0.12em;
}
.sitemap-block__top a:before {
  width: 22px;
  height: 22px;
  background: #807E7F;
  top: 0.5em;
}
.sitemap-block__child {
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
  gap: 1em 40px;
}
.sitemap-block__child a {
  color: #333;
  padding-left: 24px;
  font-size: 16px;
}
.sitemap-block__child a:before {
  width: 16px;
  height: 16px;
  background: #EBEBEB;
  top: 0.4em;
}

@media screen and (max-width: 767px) {
  .sitemap-block {
    margin-bottom: 40px;
  }
  .sitemap-block__top a {
    padding-left: 34px;
    font-size: 24px;
  }
  .sitemap-block__top a:before {
    top: 0.35em;
  }
  .sitemap-block__child {
    margin-top: 1em;
    display: flex;
    flex-wrap: wrap;
    gap: 1em 40px;
  }
  .sitemap-block__child a {
    color: #333;
    padding-left: 24px;
    font-size: 16px;
  }
  .sitemap-block__child a:before {
    width: 16px;
    height: 16px;
    background: #EBEBEB;
    top: 0.4em;
  }
}
/*------------------------------------------
  project
------------------------------------------*/
/*------------------------------------------
  project
------------------------------------------*/
/*------------------------------------------
  汎用クラス
------------------------------------------*/
.pt00 {
  padding-top: 0 !important;
}