@charset "UTF-8";

/* 2, Contents */
/* 基本 */
.l-container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  /* padding: 0 20px; */
  position: relative;
}

@media screen and (max-width: 1090px) {
  .l-container {
    width: 100%;
    padding: 0 20px;
  }
}

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

.p-clinic-sec04 .l-container-b-small {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 80px;
}

@media screen and (max-width: 1090px) {
  .l-container-small {
    width: 100%;
    padding: 0 20px;
  }

  .p-lifestyle-disease-sec03 .l-container-small {
    padding: 0;
  }

  .p-clinic-sec04 .l-container-b-small {
    width: 100%;
    padding: 0 20px 40px;
  }

}

/* ヘッダー用 */
.l-container-header {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 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;
  }
}

/* 投稿ページ */
.blog .l-site,
.single .l-site {
  background: #fff;
}

.l-container-post {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 140px 50px 0 50px;
}

@media screen and (max-width: 1090px) {
  .l-container-post {
    width: 100%;
    padding: 50px 20px 0 20px;
  }
}

.c-blog-heading__title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: solid 3px #475555;
}

.c-blog-heading__title::before {
  content: '';
  background: #12b5be;
  width: 12px;
  height: 32px;
  margin-right: 20px;
  margin-bottom: -10px;
  border-radius: 2px;
  display: inline-block;
}

/* Header */
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  margin: auto;
  padding: 0px;
  z-index: 777;
  transition: 0.3s ease;
}

@media screen and (max-width: 1090px) {
  header {
    position: sticky;
    height: 65px;
    background: transparent;
  }
}

/* IE 用 */
@media all and (-ms-high-contrast: none) {
  header {
    position: relative;
  }
}

.l-header {
  background-color: #fff;
}

.l-header__area1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 90px;
}

@media screen and (max-width: 1090px) {
  .l-header {
    background: transparent;
  }

  .l-header__area1 {
    height: 65px;
  }
}

.l-header__left {
  display: flex;
  /* width: 240px; */
  margin: 0px 0px 0 20px;
}

@media screen and (max-width: 1200px) {
  .l-header__left {
    margin: 0px 0px 0 0px;
  }
}

@media screen and (max-width: 1090px) {
  .l-header__left {
    width: 168px;
  }
}

.l-header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* width: calc(100% - 300px); */
  padding: 0px 0px 0px 0;
}

@media screen and (max-width: 1200px) {
  .l-header__right {
    padding: 0px 0px 0px 0;
  }
}

@media screen and (max-width: 1090px) {
  .l-header__right {
    display: none;
  }
}

.l-header-area1Wrap {
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0%);
  transition: 0.3s ease;
  box-shadow: 0 3px 10px 0 rgba(41, 105, 104, 0.35);
}

.l-header-area1Wrap.is-move {
  transform: translateY(-100%);
}

@media screen and (max-width: 767px) {
  .l-header-area1Wrap {
    background: #fff;
    box-shadow: none;
  }
}

.l-header-branding {
  margin: 12px 24px 0 0px;
  padding: 0px 0;
}

@media screen and (max-width: 1090px) {
  .l-header-branding {
    margin: 10px 0px 0 0px;
    width: 100%;
  }
}

.l-header-info {
  margin-top: 22px;
  margin-bottom: 20px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #A3A3A3;
}

@media screen and (max-width: 1090px) {
  .l-header-info {
    display: none;
  }
}

.l-header-info__symptoms {
  /* margin-top: 22px; */
  margin-bottom: 12px;
}

.l-header-info__symptoms ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

.l-header-info__symptoms ul li {
  background: #c49562;
  padding: 1px 8px 2px 8px;
  color: #fff;
  font-size: 11px;
  font-family: "Zen Maru Gothic Regular", sans-serif;
  line-height: 1.6;
  border-radius: 50px;
}

.l-header-info__symptoms ul li:not(:last-of-type) {
  margin-right: 6px;
}

.l-header-info__symptoms ul li:nth-of-type(1),
.l-header-info__symptoms ul li:nth-of-type(2) {
  background: #7d552a;
}

.l-header-info__note {
  margin-top: -5px;
  font-size: 11px;
  font-family: "Zen Maru Gothic Regular", sans-serif;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .l-header-info {
    display: none;
  }
}

.l-header-branding>a:hover {
  opacity: 1;
}

.l-header-banner {
  display: flex;
  justify-content: flex-end;
}

.l-header-banner__item {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-header-banner__item:not(.item_calendar):not(.item_web) {
  margin-right: 25px;
}

.l-header-banner__item.item_calendar {
  background: #feeb43;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-header-banner__item.item_web {
  background: #12B5BE;
  width: 289px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.l-header-banner__item.item_web img {
  margin-bottom: 5px;
}

.l-header-banner__item__text {
  color: #fff;
  font-size: 12px;
  opacity: 0.71;
}

.l-header-banner__item__text span {
  background: #fff;
  margin-left: 10px;
  padding: 1px 13px 2px;
  color: #13b5be;
  font-size: 10px;
  font-weight: bold;
  vertical-align: 1px;
  border-radius: 20px;
}

@media screen and (max-width: 1200px) {
  .l-header-banner__item {
    padding: 0 5px;
  }
}

.l-header-banner__item:last-child::after {
  display: none;
}

.l-header-banner__item>a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* Navi */
.l-gnav {
  display: flex;
  justify-content: center;
  position: relative;
  inset: auto 0;
  height: 60px;
  margin: 0;
  padding: 0px 0px 0 0px;
  background-color: rgb(255 255 255 / 90%);
  transition: 0.3s;
}

@media screen and (max-width: 1090px) {
  .l-gnav {
    display: none;
  }
}

.l-gnav.is-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

/* --------------------------
ブログ 全体
--------------------------- */
.l-single-content__content-outer {
  margin-bottom: 150px;
}

.l-single-content p {
  margin-bottom: 2em;
  line-height: 2;
  overflow: hidden;
}

.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: 28px;
  line-height: 1.5;
}

.l-single-content h3 {
  margin: 2em 0 1em 0;
  font-size: 24px;
  line-height: 1.5;
}

.l-single-content h4 {
  margin: 2em 0 1em 0;
  font-size: 21px;
  line-height: 1.5;
}

.l-single-content h5 {
  margin: 2em 0 1em 0;
  font-size: 18px;
  line-height: 1.5;
}

/* ブログ 記事一覧
--------------------------- */
/* リストのリンク */
.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: "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 #3ba3d5;
  border-right: 1px solid #3ba3d5;
  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 #3ba3d5;
  border-right: 1px solid #3ba3d5;
  transform: rotate(45deg);
}

/* ブログ 個別記事
--------------------------- */
.l-single-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-top: 1px solid #131313;
  border-bottom: 1px solid #131313;
  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;
    margin: 20px 0 120px;
  }
}

.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: #E0F8FA;
}

@media screen and (max-width: 767px) {
  .l-single-pagenation__center a {
    width: 100%;
  }
}

/* page */
/* 今回はブログ記事も同じ設定にする */
.melancholia .l-page__content-outer {
  margin-bottom: 0px;
}

/* --------------------------
カスタム投稿 全体
--------------------------- */
.l-custom-title {
  position: relative;
  margin: 0px 0 130px 0;
  text-align: center;
}

.l-custom-title::before {
  content: "";
  position: absolute;
  top: 116px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #154F72;
}

@media screen and (max-width: 767px) {
  .l-custom-title {
    margin: 0px 0 70px 0;
  }
  .l-custom-title::before {
    display: none;
  }
}

.l-custom-title__text {
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #475555;
  background-color: #fff;
  padding: 10px 45px 15px 45px;
  line-height: 1.5;
  font-family: "Zen Maru Gothic Bold", sans-serif;
}

@media screen and (max-width: 767px) {
  .l-custom-title__text {
    padding: 10px 0px 15px 0px;
    font-size: 25px;
  }
}

.l-custom__content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px 0 150px;
}

.l-custom__content-wrap--single {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .l-custom__content-wrap--single {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.l-custom__content-wrap--single .l-custom__sidebar {
  padding-top: 7px;
}

.l-custom__content {
  width: 900px;
}

@media screen and (max-width: 1200px) {
  .l-custom__content {
    margin: auto;
  }
}

.l-custom__sidebar {
  margin-left: 13px;
  padding-top: 91px;
  width: 230px;
}

@media screen and (max-width: 1200px) {
  .l-custom__sidebar {
    width: 300px;
    max-width: 100%;
    margin: auto;
  }
}

.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;
  border-top: 1px solid #c9c9c9;
}

@media screen and (max-width: 1200px) {
  .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: 13px;
  color: #fff;
  background-color: #cecece;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  border-radius: 100px;
  letter-spacing: 0;
  font-family: "dinr_B", sans-serif;
}

@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: #12B5BE;
}

.l-custom-pagenation .page-numbers.dots {
  background-color: transparent;
  color: #636f68;
}

.l-single-custom-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-top: 1px solid #494c50;
  border-bottom: 1px solid #494c50;
  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-custom-pagenation {
    margin: 50px 0 100px;
    font-size: 14px;
  }
}

.l-single-custom-pagenation__prev,
.l-single-custom-pagenation__next {
  width: 33.3%;
}

.l-single-custom-pagenation__prev>a,
.l-single-custom-pagenation__next>a {
  display: inline-block;
  position: relative;
}

.l-single-custom-pagenation__prev a {
  padding-left: 35px;
}

.l-single-custom-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-custom-pagenation__next a {
  padding-right: 35px;
}

.l-single-custom-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-custom-pagenation__center {
  width: 33.3%;
}

.l-single-custom-pagenation__center a {
  display: inline-block;
  width: 280px;
  height: 100%;
  padding: 20px 0;
  background-color: #f4f4f4;
}

@media screen and (max-width: 767px) {
  .l-single-custom-pagenation__center a {
    width: 100%;
  }
}

.c-custom-heading__title {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 10px 33px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #475555;
}

@media screen and (max-width: 767px) {
  .c-custom-heading__title {
    padding: 0 0 10px 25px;
    font-size: 18px;
    border-bottom: 2px solid #475555;
  }
}

.c-custom-heading__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 32px;
  border-radius: 2px;
  background-color: #12B5BE;
}

@media screen and (max-width: 767px) {
  .c-custom-heading__title .p-block03__title::before {
    width: 8px;
    height: 28px;
  }
}

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

.widget {
  margin-bottom: 80px;
}

.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 #12B5BE;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  letter-spacing: 0.1em;
}

.widgettitle::before {
  content: "";
  position: absolute;
  top: 5.5px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: #12B5BE;
}

.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;
}

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

@media screen and (max-width: 767px) {
  .l-footer-information {
    /* background: url("../img/sec05_bg_img01-sp.webp") no-repeat 50% 50%; */
    background-size: cover;
    padding: 80px 0 100px 0;
  }
}

.l-footer-information-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 0px;
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

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

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

@media screen and (max-width: 1090px) {
  .l-footer-information-block01__content {
    width: 100%;
    margin-bottom: 30px;
    padding: 70px 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: 35px;
  padding-bottom: 20px;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.4);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__brand {
    text-align: center;
    border-bottom: 1px solid #aabcd5;
  }

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

.l-footer-information-block01__address {
  margin-bottom: 25px;
  color: #222426;
  font-size: 15px;
  line-height: 1.38;
  font-weight: normal;
  letter-spacing: 1px;
}

.l-footer-information-block01__train-title {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: 0;
}

.l-footer-information-block01__train-text {
  margin-bottom: 25px;
  padding-left: 17px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.2px;
  text-align: left;
  color: #222426;
}

.l-footer-information-block01__train-text:last-of-type {
  padding-bottom: 45px;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__train-text:last-of-type {
    margin-bottom: 25px;
    border-bottom: 1px solid #aabcd5;
  }
}

/* .l-footer-information-block01__train-text span{
  margin-left: 1em;
  color: #66a5d4;
} */
.l-footer-information-block01__train-text a {
  color: #12b5be;
  text-decoration: underline;
}

.l-footer-information-block01__info {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #252929;
  padding: 0px 10px 20px 10px;
}

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

.l-footer-information-block01__contact-text {
  width: 90px;
  font-family: "Zen Maru Gothic Medium", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
}


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



.l-footer-information-block01__tel>a {
  display: block;
  padding: 4px 0 3px 30px;
  background: url("../img/icon_tel2.png") no-repeat 0% 11px;
  background-size: 21px auto;
  font-size: 35px;
  font-family: "dinr_M", sans-serif;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #074C51;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__tel>a {
    background: url("../img/icon_tel2.png") no-repeat 0% 4px;
    background-size: 20px auto;
    display: inline-block;
    padding: 0px 0 0px 30px;
  }
}

.l-footer-information-block01__reserve {
  background: #ebfafb;
  margin-bottom: 25px;
  padding: 18px 22px 20px;
  border-radius: 15px;
}

.l-footer-information-block01__reserve>p {
  margin-bottom: 15px;
  font-size: 13px;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  text-align: center;
  line-height: 1.38;
}

.l-footer-information-block01_reserve-area {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01_reserve-area {
    flex-direction: column;
  }
}

.l-footer-information-block01__tel-reserve {
  background: #fff;
  padding: 4px 15px 6px;
  display: flex;
  align-items: center;
  border: 1px solid #12B5BE;
  border-radius: 50px;
}

.l-footer-information-block01__tel-reserve span {
  margin-right: 5px;
  color: #12b5be;
  font-size: 12px;
  line-height: 1;
}

.l-footer-information-block01__tel-reserve a {
  margin-top: 7px;
  font-family: "dinr_L", sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__tel-reserve {
    margin-bottom: 10px;
    justify-content: center;
  }

  .l-footer-information-block01__tel-reserve span {
    margin-right: 10px;
    margin-top: 2px;
  }
}

.l-footer-information-block01__btn-reserve {
  position: relative;
}

.l-footer-information-block01__btn-reserve a {
  background: #12b5be;
  width: 185px;
  padding: 4px 10px 6px;
  color: #fff;
  font-family: "Zen Maru Gothic Regular", sans-serif;
  text-align: center;
  letter-spacing: 0.2em;
  border-radius: 50px;
  display: block;
}

.l-footer-information-block01__btn-reserve span {
  margin-left: 15px;
}

.l-footer-information-block01__btn-reserve a::before {
  content: "";
  background: url(../img/icon_calendar.svg) no-repeat;
  width: 18px;
  height: 17px;
  position: absolute;
  top: 14px;
  left: 35px;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__btn-reserve {
    width: 100%;
  }

  .l-footer-information-block01__btn-reserve a {
    width: 100%;
    font-size: 18px;
  }

  .l-footer-information-block01__btn-reserve span {
    margin-left: 19px;
  }

  .l-footer-information-block01__btn-reserve a::before {
    left: 19vw;
    top: 17px;
  }
}

/* .l-footer-information-block01__reserve a {
  display: block;
  width: 100%;
  padding: 18px 10px 17px 10px;
  border: 1px solid #3ba3d5;
  text-align: center;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #3ba3d5;
} */
.l-footer-information-block__right {
  width: 50%;
}

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

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

  .l-footer-information-block01__img {
    width: 100%;
    text-align: center;
  }

  .l-footer-information-block01__img img {
    border-radius: 30px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__img img {
    border-radius: 0px;
  }
}

.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__table01 {
  width: 100%;
  padding: 20px 40px 30px 50px;
  background-color: #0e6970;
  color: #fff;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 {
    /* width: calc(100% + 40px); */
    width: 100%;
    margin: 0;
    padding: 25px 12px;
  }
}

.l-footer-information-block01__table01 table {
  width: 100%;
  margin: 0 0 10px;
}

.l-footer-information-block01__table01 table th {
  padding: 10px 5px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background-color: unset;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table th {
    font-weight: 500;
    border-right: none;
  }
}

.l-footer-information-block01__table01 table .p-table01-waku {
  position: relative;
  top: -1px;
  margin-right: 10px;
  padding: 1px 5px;
  background-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table .p-table01-waku {
    margin-right: 6px;
    border-radius: 3px;
  }
}

.l-footer-information-block01__table01 table .p-table01-time {
  font-size: 18px;
  font-family: "dinr_R";
  letter-spacing: 1px;
}

/* .l-footer-information-block01__table01 table .p-table01-time-memo {
  display: block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.64;
  letter-spacing: 0;
} */
.l-footer-information-block01__table01 table td {
  padding: 0 12px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

@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 6px;
    font-size: 15px;
  }
}

.l-footer-information-block01__table01 table thead th {
  font-size: 18px;
}

/*@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table thead td:last-of-type {
    display: none;
  }
}*/
.l-footer-information-block01__table01 table tbody th {
  line-height: 1.6;
}

/*@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table tbody td:last-of-type {
    display: none;
  }
}*/
/* .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;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table tbody tr:last-child th,
  .l-footer-information-block01__table01 table tbody tr:last-child td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
} */
.l-footer-information-block01__table01 table tfoot {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table tfoot {
    display: block;
  }

  .l-footer-information-block01__table01 table tfoot th {
    border: none;
    font-size: 14px;
    color: #fff;
  }
}

.l-footer-information-block01__table-memo {
  padding-left: 10px;
  display: flex;
  font-size: 12px;
}

.l-footer-information-block01__table-memo.between {
  margin-bottom: 15px;
  justify-content: space-between;
}

.table-memo__flex {
  display: flex;
}

.table-memo__flex p:first-of-type {
  margin-right: 10px;
}

.table-memo__holiday {
  background: rgba(255, 255, 255, 0.36);
  padding: 2px 5px 0px;
  line-height: 1.6;
  border-radius: 5px;
}

.table_memo__calendar {
  margin-left: 10px;
  font-size: 13px;
}

.table_memo__calendar a {
  color: #12b5be;
  text-decoration: underline;
}

/* .l-footer-information-block01__memo {
  margin-bottom: 40px;
  display: block;
  margin: 0px 0 50px 0;
  font-size: 13px;
  color: #3ba3d5;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__memo {
    text-align: center;
  }
} */
/* .l-footer-information-block01__video {
  padding: 50px 0;
  background-color: rgba(37, 41, 41, 0.13);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__video {
    padding: 50px 20px;
  }
}
.l-footer-information-block01__video iframe {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__video iframe {
    width: 100%;
    height: auto;
    border-radius: 0px;
    aspect-ratio: 16/9;
  }
} */
.l-footer-information-block01__social {
  display: flex;
  justify-content: center;
}

.icon_facebook {
  margin-right: 10px;
}

/* doctors file */
.l-footer-information-doctorsFile {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 30px;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .l-footer-information-doctorsFile {
    gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-information-doctorsFile img {
    width: 500px;
    max-width: 100%;
  }
}

/* Footer */
.l-footer-area {
  padding: 40px 0 40px 0;
  background-color: #0A8086;
}

@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;
  flex-wrap: wrap;
  margin-bottom: 70px;
  padding: 0;
  gap: 10px 60px;
}

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

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

.l-footer-area .menu>li {
  width: fit-content;
  font-size: 14px;
}

.l-footer-area .menu>li:first-of-type {
  padding-top: 6px;
}

.l-footer-area .menu>li:nth-child(2) {
  width: 180px;
}

/*.l-footer-area .menu > li:nth-child(4) {
  width: 160px;
}*/
@media screen and (max-width: 767px) {
  .l-footer-area .menu>li {
    width: 100% !important;
    font-size: 16px;
    font-family: "Zen Maru Gothic Medium", sans-serif;
  }
}

.l-footer-area .menu>li>a {
  display: block;
  position: relative;
  padding: 10px 5px 10px 5px;
  color: #fff;
  font-size: 14px;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.2em;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .l-footer-area .menu>li>a {
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    text-align: left;
  }
}

.l-footer-area .menu>li>a:hover {
  opacity: 0.7;
}

.l-footer-area .menu>li>a>span {
  display: block;
  font-size: 11px;
  font-family: "dinr_B", sans-serif;
  font-weight: normal;
  letter-spacing: 0.025em;
  opacity: 0.54;
}

.l-footer-area .menu .menu-item-has-children-footer {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  display: block;
  padding: 10px 20px 10px 20px;
  color: #fff;
  font-size: 14px;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.2em;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .l-footer-area .menu .menu-item-has-children-footer {
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    text-align: left;
    font-family: "Zen Maru Gothic Medium", sans-serif;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
  }
}

.l-footer-area .menu .menu-item-has-children-footer>span {
  display: block;
  font-size: 11px;
  font-family: "dinr_B", sans-serif;
  letter-spacing: 0.025em;
  opacity: 0.54;
}

.l-footer-area .menu .menu-item-has-children-footer .sub-menu {
  display: none;
  list-style: none;
  position: relative;
  width: calc(100% + 80px);
  margin: 12px -40px -17px -40px;
  /*padding: 10px 0 10px 0;*/
  padding: 0;
  background-color: #036267;
}

.l-footer-area .menu .menu-item-has-children-footer .sub-menu li:not(:last-of-type) {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.l-footer-area .menu .menu-item-has-children-footer .sub-menu li a {
  display: block;
  padding: 10px 20px 10px 20px;
  color: #fff;
  font-size: 16px;
  text-align: left;
  font-family: "Zen Maru Gothic Medium", sans-serif;
}

@media screen and (max-width: 767px) {
  .l-footer-area .menu .menu-item-has-children-footer .sub-menu li:not(:last-of-type) {
    border-bottom: none;
  }

  .l-footer-area .menu .menu-item-has-children-footer .sub-menu li a {
    padding: 15px 40px 15px 40px;
  }
}

.l-footer-area .menu .sub-menu-sp-btn {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 666;
}

.l-footer-area .menu .sub-menu-sp-btn::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 21px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  transition: 0.3s ease;
}

.l-footer-area .menu .sub-menu-sp-btn.is-open::after {
  transform: rotate(315deg);
}

@media screen and (max-width: 767px) {
  .l-footer-area .menu .sub-menu-sp-btn {
    top: 5px;
  }
}

.l-footer-block01__copylight {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}

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

.bnr-block ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .bnr-block ul li {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .bnr-block ul li a img {
    width: 250px;
    height: auto;
  }
}