@charset "UTF-8";
/* 2, Contents */
/* 基本 */
.l-container {
  width: 1250px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

/* 小さい幅 */
.l-container-small {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  overflow: hidden;
}

/* 小さい幅(リード用) */
.l-container-small-lead {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

/* ヘッダー用 */
.l-container-header {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* SP&paddingなし */
@media screen and (max-width: 767px) {
  .l-container-sp-padding {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

/* 下層ページ */
.l-container-page {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 1090px) {
  .l-container-page {
    width: 100%;
    padding: 0 20px;
  }
}

/* 投稿ページ */
.l-container-post {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 200px 50px 0 50px;
}
@media screen and (max-width: 1090px) {
  .l-container-post {
    width: 100%;
    padding: 50px 20px 150px 20px;
  }
}

/* Header */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  margin: auto;
  padding: 0px;
  z-index: 777;
  line-height: 1;
}
@media screen and (max-width: 1090px) {
  header {
    position: fixed;
  }
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  /* background: url("../img/header-branch.webp") no-repeat 50% 0%; */
  background-size: 3200px auto;
}
@media screen and (max-width: 1090px) {
  header::before {
    display: none;
    height: 160px;
    background-size: 1300px auto;
  }
}

/* IE 用 */
@media all and (-ms-high-contrast: none) {
  header {
    position: relative;
  }
}
.l-header {
  position: relative;
}
.l-header__area1 {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  top: 60px;
}
.l-header__left {
  display: flex;
  position: relative;
  width: 260px;
  margin: 0px 0px 0 0;
}
/* .l-header__left::before { */
  content: "";
  position: absolute;
  top: 0;
  left: -88px;
  width: 440px;
  height: 240px;
  background: url("../img/header-leaf.webp") no-repeat 50% 0%;
  background-size: 440px auto;
}
@media screen and (max-width: 1090px) {
  .l-header__left::before {
    display: none;
  }
}
.l-header__right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: calc(100% - 220px);
  padding: 10px 0 0px 0;
}
@media screen and (max-width: 1090px) {
  .l-header__right {
    display: none;
  }
}

/* スクロール時のヘッダーを表示する */
.l-header-area1Wrap {
  position: relative;
  top: -60px;
}
@media screen and (max-width: 1090px) {
  .l-header-area1Wrap {
    height: 60px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(58, 85, 61, 0.12);
  }
}
.l-header-area1Wrap .is-branding {
  display: block;
}
.l-header-area1Wrap .is-branding-scroll {
  display: none;
}
.l-header-area1Wrap.is-init {
  position: fixed;
  inset: 0 0 auto 0;
  transform: translateY(-130%);
}
.l-header-area1Wrap.is-move {
  position: fixed;
  inset: 0 0 auto 0;
  height: 60px;
  margin: auto;
  background-color: rgb(255 255 255 / 90%);
  box-shadow: 0 0 20px rgba(58, 85, 61, 0.12);
  transform: translateY(0%);
  transition: 0.5s;
}
.l-header-area1Wrap.is-move .l-header__left::before {
  display: none;
}
.l-header-area1Wrap.is-move .c-gnav .menu > li > a > img {
  width: 18px;
    margin: 7px 20px;
}
.l-header-area1Wrap.is-move .is-branding {
  display: none;
}
.l-header-area1Wrap.is-move .is-branding-scroll {
  display: block;
  position: relative;
  top: -7px;
  width: 230px;
}
.l-header-area1Wrap.is-move .l-header__right {
  padding-top: 0;
}
.l-header-area1Wrap.is-move .l-header-banner__item {
  width: 100%;
  position: relative;
  top: 11px;
}
.l-header-area1Wrap.is-move .l-header-banner__item img {
  width: 150px;
}
.l-header-area1Wrap.is-move .l-header-banner__item .tel-large{
  display: none;
}
.l-header-area1Wrap.is-move .l-header-banner__item .tel-small{
  display: block;
  width: 36px;
}
.l-header-area1Wrap.is-move .c-gnav {
  position: relative;
  justify-content: center;
    top: unset;
    right: unset;
}
.l-header-area1Wrap.is-move .c-gnav .menu > li .menu-item-jp {
  font-size: 14px;
}
.l-header-area1Wrap.is-move .c-gnav .menu > li .menu-item-en {
  padding-top: 6px;
  letter-spacing: 1px;
}
.l-header-area1Wrap.is-move .l-header-branding {
  margin: 0px 0px 0 0px;
}
.l-header-area1Wrap.is-move .c-gnav .menu > li > a {
  padding: 14px 10px 10px 10px;
}
.l-header-area1Wrap.is-move .l-header__area1 {
  top: 0;
}
@media screen and (max-width: 1090px) {
  .l-header-area1Wrap.is-move {
    height: 65px;
  }
}

.l-header-branding {
  position: relative;
  z-index: 2;
  margin: 100px 0px 0 0px;
  padding: 0px 0;
}
.l-header-branding > a:hover {
  opacity: 1;
}
.l-header-branding > a .is-branding {
  display: block;
}
@media screen and (max-width: 1090px) {
  .l-header-branding {
    margin: 130px 0px 0 0px;
  }
  .l-header-branding > a .is-branding {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header-branding {
    margin: 270px 0px 0 0px;
  }
}
.l-header-branding > a .is-branding-scroll {
  display: none;
}
@media screen and (max-width: 1090px) {
  .l-header-branding > a .is-branding-scroll {
    display: none;
  }
}

@media screen and (max-width: 1090px) {
  .l-header-banner {
    display: none;
  }
}
.l-header-banner__item {
  position: absolute;
  width: 480px;
  margin: 0px 0 0 10px;
  padding: 0;
  line-height: 1;
  display: flex;
  /* top: 0; */
  right: 0;
  align-items: center;
    justify-content: space-between;
}
.l-header-banner__item .tel-small {
  display: none;
}
@media screen and (max-width: 1250px) {
  .l-header-banner__item {
    /* width: 300px; */
    /* margin: 0px 0 0 0px; */
  }
}
.l-header-banner-sp {
  display: none;
}
@media screen and (max-width: 1090px) {
  .l-header-banner-sp {
    display: block;
  }
}
.l-header-banner-sp__item {
  position: relative;
  height: 45px;
  margin: 20px auto 0 auto;
  padding: 0 20px;
}
.l-header-banner-sp__item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 450px;
  max-width: 100%;
  height: 45px;
  margin: auto;
  background: url("../img/icon-btn01-color.png") no-repeat 20px 15px;
  background-size: 16px;
  background-color: #fff;
  color: #4e5e51;
  font-size: 14px;
  font-weight: 700;
}

/* Navi */
.l-gnav {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1090px) {
  .l-gnav {
    display: none;
  }
}

/* SP時の枝 */
.l-site__main,
.l-page {
  position: relative;
}
.l-site__main::before,
.l-page::before {
  display: none;
}
@media screen and (max-width: 1090px) {
  /* .l-site__main::before, */
  /* .l-page::before { */
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: url("../img/header-branch-sp.png") no-repeat 50% 0%;
    background-size: 855px auto;
    z-index: 770;
  }
}

/* --------------------------
ブログ 全体
--------------------------- */
.l-single-content__content-outer {
  margin-bottom: 150px;
}
.l-single-content a {
    text-decoration: underline;
}
.l-single-content p {
  margin-bottom: 2em;
  line-height: 2;
}
.l-single-content img {
  margin-bottom: 1.5em;
}
.l-single-content ul,
.l-single-content ol {
  margin-bottom: 2em;
  line-height: 1.5;
}
.l-single-content h2 {
  margin: 2em 0 1em 0;
  font-size: 26px;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
.l-single-content h3 {
  margin: 2em 0 1em 0;
  font-size: 24px;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
.l-single-content h4 {
  margin: 2em 0 1em 0;
  font-size: 21px;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
.l-single-content h5 {
  margin: 2em 0 1em 0;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}

/* ブログ 記事一覧
--------------------------- */
/* リストのリンク */
.l-blog-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 110px 0 250px 0;
  padding: 20px 170px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-blog-pagenation {
    padding: 20px 0px;
  }
}
.l-blog-pagenation .page-numbers {
  display: inline-block;
  width: 45px;
  height: 45px;
  padding-top: 12px;
  color: #000;
  text-align: center;
  font-size: 23px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-blog-pagenation .page-numbers {
    width: 25px;
    height: 25px;
    padding-top: 6px;
    font-size: 14px;
  }
}
.l-blog-pagenation .page-numbers.current {
  background-color: #000;
  color: #fff;
}
.l-blog-pagenation .page-numbers.prev, .l-blog-pagenation .page-numbers.next {
  width: 100px;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-blog-pagenation .page-numbers.prev, .l-blog-pagenation .page-numbers.next {
    width: 74px;
    font-size: 12px;
  }
}
.l-blog-pagenation .page-numbers.prev {
  position: absolute;
  top: 20px;
  left: 50px;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .l-blog-pagenation .page-numbers.prev {
    left: 0px;
  }
}
.l-blog-pagenation .page-numbers.prev::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #4e5e51;
  border-right: 1px solid #4e5e51;
  transform: rotate(-135deg);
}
.l-blog-pagenation .page-numbers.next {
  position: absolute;
  top: 20px;
  right: 50px;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .l-blog-pagenation .page-numbers.next {
    right: 0px;
  }
}
.l-blog-pagenation .page-numbers.next::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #4e5e51;
  border-right: 1px solid #4e5e51;
  transform: rotate(45deg);
}

/* ブログ 個別記事
--------------------------- */
.l-single-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-top: 1px solid #4e5e51;
  border-bottom: 1px solid #4e5e51;
  margin: 110px 0 250px 0;
  padding: 0px 0px;
  text-align: center;
  line-height: 1;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .l-single-pagenation {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .l-single-pagenation {
    margin: 60px 0 150px 0;
  }
}
.l-single-pagenation__prev, .l-single-pagenation__next {
  width: 33.3%;
}
.l-single-pagenation__prev > a, .l-single-pagenation__next > a {
  display: inline-block;
  position: relative;
}
.l-single-pagenation__prev a {
  padding-left: 35px;
}
.l-single-pagenation__prev a::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-135deg);
}
.l-single-pagenation__next a {
  padding-right: 35px;
}
.l-single-pagenation__next a::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.l-single-pagenation__center {
  width: 33.3%;
}
.l-single-pagenation__center a {
  display: inline-block;
  width: 280px;
  height: 100%;
  padding: 20px 0;
  background-color: rgba(106, 75, 75, 0.03);
}
@media screen and (max-width: 767px) {
  .l-single-pagenation__center a {
    width: 100%;
  }
}

/* --------------------------
カスタム投稿 全体
--------------------------- */
.l-custom-title {
  margin-bottom: 80px;
  padding-top: 40px;
  text-align: center;
}
.l-custom-title__img {
  margin-bottom: 15px;
}
.l-custom-title__text {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #636f68;
}
@media screen and (max-width: 767px) {
  .l-custom-title__text {
    font-size: 25px;
  }
}

.l-custom__content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 150px;
}
.l-custom__content-wrap--single {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .l-custom__content-wrap--single {
    padding-top: 70px;
  }
  .l-custom__content-wrap {
    padding-bottom: 100px;
  }
}
.l-custom__content {
  width: 900px;
}
@media screen and (max-width: 1250px) {
  .l-custom__content {
    margin: auto;
  }
}
.l-custom__sidebar {
  margin-left: 13px;
  width: 230px;
}
@media screen and (max-width: 1250px) {
  .l-custom__sidebar {
    width: 300px;
    max-width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-custom__sidebar {
    margin-top: 7rem;
  }
}
.l-custom-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 110px 0 250px 0;
  padding: 20px 170px;
  text-align: center;
  line-height: 1;
  gap: 10px;
}
@media screen and (max-width: 1250px) {
  .l-custom-pagenation {
    margin: 110px 0 150px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-custom-pagenation {
    margin: 50px 0 100px 0;
    padding: 20px 0px;
  }
}
.l-custom-pagenation .page-numbers {
  display: inline-block;
  width: 45px;
  height: 45px;
  padding-top: 10px;
  color: #fff;
  background-color: #ffd600;
  text-align: center;
  font-size: 23px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
  border-radius: 100px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .l-custom-pagenation .page-numbers {
    width: 30px;
    height: 30px;
    padding-top: 6px;
    font-size: 14px;
  }
}
.l-custom-pagenation .page-numbers.current {
  background-color: #4bbc71;
}
.l-custom-pagenation .page-numbers.dots {
  background-color: transparent;
  color: #636f68;
}

.l-single-custom-pagenation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  position: relative;
  margin: 110px 0 250px 0;
  padding: 20px 0px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-single-custom-pagenation {
    margin: 50px 0 100px 0;
  }
}
.l-single-custom-pagenation__prev {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
}
@media screen and (max-width: 1090px) {
  .l-single-custom-pagenation__prev {
    justify-content: center;
  }
}

@media screen and (max-width: 1090px) {
.l-single-custom-pagenation__prev-icon,
.l-single-custom-pagenation__next-icon {
    width: 100%;
    }
}

.l-single-custom-pagenation__prev-icon a {
  display: block;
  position: relative;
  padding: 50px 0 0 0;
  background: url("../img/knowledge/arrow-lt.png") no-repeat 50% 0px;
  background-size: 48px;
  font-size: 15px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1090px) {
  .l-single-custom-pagenation__prev-icon a {
    margin: 0 auto 20px auto;
  }
}
.l-single-custom-pagenation__next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
}
@media screen and (max-width: 1090px) {
  .l-single-custom-pagenation__next {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.l-single-custom-pagenation__next-icon a {
  display: block;
  position: relative;
  padding: 50px 0 0 0;
  background: url("../img/knowledge/arrow-gt.png") no-repeat 50% 0px;
  background-size: 48px;
  font-size: 15px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1090px) {
  .l-single-custom-pagenation__next-icon a {
    margin-bottom: 20px;
  }
}
.l-single-custom-pagenation .c-post-blog-list__item {
  width: 270px;
}
@media screen and (max-width: 767px) {
  .l-single-custom-pagenation .c-post-blog-list__item {
    display: none;
  }
}

/* page */
/* 今回はブログ記事も同じ設定にする */
.l-page__content-outer {
  margin-bottom: 50px;
  margin-top: 150px;
}
@media screen and (max-width: 1090px) {
  .l-page__content-outer {
    margin-bottom: 50px;
    margin-top: 20px;
  }
}
.melancholia .l-page__content-outer {
  margin-bottom: 0px;
}

/* Sidebar */
.l-sidebar {
  width: 300px;
}

.widget {
  margin-bottom: 80px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
.widget > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.widgettitle {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 10px 28px;
  border-bottom: 2px solid #4bbc71;
  font-size: 18px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.widgettitle::before {
  content: "";
  position: absolute;
  top: 5.5px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: #4bbc71;
}

.widget_recent_entries ul li {
  padding: 18px 0 20px 0;
  line-height: 1.75;
  border-bottom: 1px dotted #636f68;
}
.widget_recent_entries ul li:first-of-type {
  padding: 0 0 20px 0;
}

footer {
  position: relative;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  /* background: url("../img/front_info02.png") no-repeat 50% 100%; */
  background-size: 3500px auto;
  /* padding-bottom: 40px; */
}
@media screen and (max-width: 767px) {
  footer {
    /* background: url("../img/front_info02-sp.png") no-repeat 50% 100%; */
    background-size: 100% auto;
  }
}

/* 医院情報 */
.l-footer-information {
  margin-top: -62px;
  padding: 215px 0 100px 0;
  background: url("../img/front_info01.png") no-repeat 50% 0%;
  background-size: 3500px auto;
}

.l-footer-information-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 0px;
  background-color: #fff;
}
@media screen and (max-width: 1090px) {
  .l-footer-information-block01 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01 {
    padding-bottom: 0;
  }
}
.l-footer-information-block01__content {
  width: 50%;
  padding: 0px 0 0 20px;
}
@media screen and (max-width: 1090px) {
  .l-footer-information-block01__content {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__content {
    padding: 0px 0 0 0px;
  }
}
.l-footer-information-block01__content-inner {
  width: 563px;
  max-width: 100%;
  margin: auto;
}
.l-footer-information-block01__table01 {
  width: 100%;
  margin-bottom: 25px;
  padding: 18px 30px 18px 30px;
  background-color: #4BBC71;
  border-radius: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 {
    width: calc(100% + 50px);
    margin: 0 -25px 45px -25px;
    padding: 20px 15px 20px 15px;
    border-radius: 0px;
  }
}
.l-footer-information-block01__table01 table {
  width: 100%;
  margin: 0 0 0 0;
}
.l-footer-information-block01__table01 table th {
  padding: 10px 5px;
  border: none;
  border-bottom: 1px solid #8fdca7;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table th {
    padding: 10px 0px;
    line-height: 1.7;
  }
}
.l-footer-information-block01__table01 table th .p-table01-time {
  position: relative;
  top: -1px;
  margin-right: 10px;
  padding: 3px 6px 4px 6px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  background-color: rgba(6, 91, 46, 0.25);
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table th .p-table01-time {
    margin-right: 0px;
  }
}
.l-footer-information-block01__table01 table td {
  padding: 0 10px;
  border: none;
  border-bottom: 1px solid #8fdca7;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table td {
    padding: 0 5px;
  }
}
.l-footer-information-block01__table01 table .p-table01-keishin {
  display: block;
  position: relative;
  top: -4px;
  margin-left: 42px;
  line-height: 1;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table .p-table01-keishin {
    top: -2px;
    margin-left: 0px;
  }
}
.l-footer-information-block01__table01 table .p-table01-first {
  padding: 0 10px 0 15px;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table .p-table01-first {
    padding: 0 6px 0 10px;
    font-size: 14px;
    font-weight: 700;
  }
}
.l-footer-information-block01__table01 table thead td {
  font-weight: bold;
}
.l-footer-information-block01__table01 table tbody tr:last-child th,
.l-footer-information-block01__table01 table tbody tr:last-child td {
  border-bottom: none;
}
.l-footer-information-block01__memo {
  margin-bottom: 100px;
  display: block;
  font-size: 15px;
  color: #065b2e;
  line-height: 1.88;
}
.l-footer-information-block01__contact-text {
  width: 108px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.38;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__contact-text {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }
}
.l-footer-information-block01__tel {
  /* text-align: center; */
  /* margin-bottom: 35px; */
}
@media screen and (max-width: 500px) {
  .l-footer-information-block01__tel img {
    max-width: 80%;
  }
}
.l-footer-information-block01__reserve-info {
  padding-top: 15px;
  text-align: center;
}
.l-footer-information-block01__reserve-info > a {
  text-decoration: underline;
  color: #8f9c8e;
}


.l-footer-access {
  position: relative;
  margin-bottom: 310px;
}
@media screen and (max-width: 1090px) {
  .l-footer-access {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-access {
    margin-bottom: 50px;
    padding-top: 280px;
  }
}
.l-footer-access__heading .c-front-heading__textBig {
  font: 25px;
}
.l-footer-access__line {
  position: absolute;
  top: -50px;
  left: 0px;
}
@media screen and (max-width: 1090px) {
  .l-footer-access__line {
    top: -90px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-access__line {
    inset: -57px 0 auto 0;
    margin: auto;
    text-align: center;
  }
}
.l-footer-access__video {
  text-align: center;
}
@media screen and (max-width: 1090px) {
  .l-footer-access__video {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1090px) {
  .l-footer-access__video {
    padding-top: 0px;
  }
}
.l-footer-access__video iframe {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer-access__video iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}

/* Footer */
.l-footer-area .menu {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-bottom: 100px;
  padding: 0;
}
@media screen and (max-width: 1090px) {
  .l-footer-area .menu {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-area .menu {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-area .menu > li {
    width: 100%;
  }
}
.l-footer-area .menu > li > a {
  display: block;
  position: relative;
  padding: 18px 15px 17px 15px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.2em;
  line-height: 1.6;
  line-height: 1;
  color: #fff;
}
.l-footer-area .menu > li .menu-item-en {
  display: block;
  margin-bottom: 4px;
  padding-top: 7px;
  font-family: "segoe", serif;
  font-size: 13px;
  letter-spacing: 0em;
}
.l-footer-area .menu > li .menu-item-jp {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.bnr-block {
  margin-bottom: 45px;
}
.bnr-block ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
}

.l-footer-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-footer-block01 {
    margin-bottom: 30px;
  }
}
.l-footer-block01__copylight {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: auto;
}


/* 医院情報 */
.l-footer-information {
  padding: 130px 0 130px 0;
  background: url("../img/footer-back.webp") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .l-footer-information {
    padding: 50px 0;
  }
}

.l-footer-information-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 0px;
  background-color: #fff;
}

@media screen and (max-width: 1090px) {
  .l-footer-information-block01 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01 {
    padding-bottom: 0;
  }
}

.l-footer-information-block01__content {
  width: 50%;
  padding: 50px 0 20px 20px;
}

@media screen and (max-width: 1090px) {
  .l-footer-information-block01__content {
    width: 100%;
    margin-bottom: 30px;
    padding: 50px 20px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__content {
    padding: 28px 18px 0 18px;
  }
}

.l-footer-information-block01__content-inner {
  width: 450px;
  max-width: 100%;
  margin: auto;
}

.l-footer-information-block01__brand {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted rgb(154 154 154 / 40%);
}

@media screen and (max-width: 1090px) {
  .l-footer-information-block01__brand {
    text-align: center;
  }

  .l-footer-information-block01__brand img {
    width: 280px;
  }
}

.l-footer-information-block01__address {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 3px;
  color: #774E22;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__address {
    margin-bottom: 30px;
  }
}

.l-footer-information-block01__train {
  margin-bottom: 25px;
  font-size: 13px;
  color: #135072;
  line-height: 1.38;
  letter-spacing: 1px;
}

.l-footer-information-block01__train ul li {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.l-footer-information-block01__train ul li p {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  margin-top: 10px;
}

.l-footer-information-block01__train ul li p span {
  font-weight: 700;
}

.l-footer-information-block01__table01 {
  width: 100%;
  padding: 10px 18px 13px 10px;
  background-color: #F2EFEC;
  color: #fff;
  border-radius: 15px;
  margin-bottom: 20px;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 {
    width: calc(100% + 40px);
    margin: 0 -20px 30px;
    border-radius: 0px;
  }
}

@media screen and (max-width: 375px) {
  .l-footer-information-block01__table01 {
    padding: 10px 2px 13px 2px;
  }
}

.l-footer-information-block01__table01 table {
  width: 100%;
  margin: 0;
  color: #5B3606;
}

.l-footer-information-block01__table01 table th {
  padding: 5px 5px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  border-right: 1px solid rgba(255, 255, 255, 1);
  /* background-color: #645143; */
  font-size: 15px;
  font-weight: 900;
  text-align: left;
}

.l-footer-information-block01__table01 table th span {
  margin-right: 10px;
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 1);
  color: #774E22;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table th span {
    margin-right: 0px;
  }
}

.l-footer-information-block01__table01 table td {
  padding: 0 10px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #FFB58A;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table td {
    padding: 0 6px;
  }
}

.l-footer-information-block01__table01 table .p-table01-first {
  padding: 0 10px 0 15px;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table .p-table01-first {
    padding: 0 6px 0 13px;
    font-size: 11px;
  }
}

.l-footer-information-block01__table01 table tbody tr:last-child th,
.l-footer-information-block01__table01 table tbody tr:last-child td {
  border-bottom: none;
}
.l-footer-information-block01__table01 table tr.week td {
  color: #774E22;
}
.l-footer-information-block01__memo {
  margin-bottom: 40px;
  display: block;
  margin: 0px 0 30px 0;
  font-size: 13px;
  color: #774E22;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__memo {
    text-align: center;
  }
}

.l-footer-information-block01__info {
  display: flex;
  margin-bottom: 20px;
  /* border: solid 1px #c3c3c3; */
    /* padding: 15px 25px; */
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__info {
    flex-wrap: wrap;
  }
}

.l-footer-information-block01__contact-text {
  width: 108px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 2.7;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__contact-text {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }
}

.l-footer-information-block01__tel {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__tel {
    text-align: center;
  }
}

.l-footer-information-block01__tel>a {
  display: block;
    padding: 4px 0 3px 40px;
    background: url(../img/icon_tel2.png) no-repeat 0% 4px;
    background-size: 27px auto;
    font-size: 40px;
    /* font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif; */
    line-height: 1;
    letter-spacing: 1.5px;
    color: #B18C67;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__tel>a {
    display: inline-block;
  }
}

.l-footer-information-block01__reserve a {
  display: block;
  width: 100%;
  padding: 18px 10px 17px 10px;
  /* border: 1px solid #353c3c; */
  text-align: center;
  line-height: 1;
  /* font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif; */
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: #53D6D2;
    border-radius: 10px;
}

.l-footer-information-block01__img {
  width: 50%;
}

.l-footer-information-block01__img img {
  aspect-ratio: 1 / 1.35;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 1090px) {
  .l-footer-information-block01__img {
    width: 100%;
    text-align: center;
  }
}

.l-footer-information-block01__map {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__map iframe {
    width: 100%;
    height: 375px;
  }
}

.l-footer-information-block01__video {
  padding: 60px 0 60px 0;
  background: rgba(109, 113, 113, 0.1);
}

.l-footer-information-block01__video-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-footer-information-block01__video iframe {
  display: block;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin: auto;
  aspect-ratio: 16/9;
  border-radius: 20px;
}

/* Footer */
.l-footer-area {
  padding: 40px 0 15px 0;
  background-color: #CCBDAD;
  /* background-color: #60B5DA; */
  /* background-image: linear-gradient(180deg, #60b5da 0%, #26aee5 100%); */
}

@media screen and (max-width: 767px) {
  .l-footer-area {
    padding: 30px 0 50px 0;
  }
}

.l-footer-area .menu {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* margin-top: 50px; */
  margin-bottom: 70px;
  padding: 0;
}

@media screen and (max-width: 1090px) {
  .l-footer-area .menu {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-area .menu {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-area .menu>li {
    width: 100%;
  }
}

.l-footer-area .menu>li>a {
  display: block;
  position: relative;
  padding: 18px 30px 17px 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 600;
}

.l-footer-area .menu>li>a:hover {
  opacity: 1;
  color: #774E22;
}

.l-footer-area .menu>li>a>span {
  display: block;
  font-size: 12px;
  font-family: "sofia-pro", sans-serif;
  letter-spacing: 0.2em;
  opacity: 0.75;
}

.l-footer-block01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.l-footer-block01__privacy {
  width: 175px;
}

@media screen and (max-width: 767px) {
  .l-footer-block01__privacy {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}

.l-footer-block01__privacy>a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 17.5px;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer-block01__privacy>a {
    width: 175px;
    margin: auto;
  }
}

.l-footer-block01__copylight {
  /* font-size: 11px; */
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer-block01__copylight {
    margin: auto;
  }
}

.blog h1 {
  /* font-size: 30px; */
}

footer .bnr-block li {
  margin: 10px 10px;
}
.footer-bnr-block ul {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin-top: 4rem;
}
.footer-bnr-block ul li img {
  max-width:700px;
}
@media screen and (max-width:767px) {
  .footer-bnr-block ul {
    margin-top: 2rem
  }
  .footer-bnr-block ul li img {
    max-width:100%;
  }
}