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

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

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

/* 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: 50px 50px 0 50px;
}

@media screen and (max-width: 1090px) {
  .l-container-post {
    width: 100%;
    padding: 50px 20px 0 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;
}

.l-header__left {
  display: flex;
  position: relative;
  width: auto;
  margin: 0px 0px 0 0;
}

.is-move .l-header__left {
  width: auto;
}

.l-header__left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 531px;
  height: 219px;
  /* background: url("../img/header-cloud.webp") no-repeat 50% 0%; */
  /* background-size: 531px auto; */
}

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

.l-header__center {}

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

.l-header__right {
  display: flex;
  justify-content: flex-end;
  /* flex-wrap: wrap; */
  /* width: calc(100% - 457px - 72px); */
  padding: 10px 0 0px 0;
}

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

/* スクロール時のヘッダーを表示する */
.l-header-area1Wrap {
  position: relative;
}

@media screen and (max-width: 1090px) {
  .l-header-area1Wrap {
    height: 80px;
    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: 80px;
  margin: auto;
  background-color: #fff;
  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 {
  display: none;
}

.l-header-area1Wrap.is-move .is-branding {
  display: none;
}

.l-header-area1Wrap.is-move .is-branding-scroll {
  display: block;
}

.l-header-area1Wrap.is-move .l-header__right {
  padding-top: 0;
}

.l-header-area1Wrap.is-move .l-header-banner__item {
  width: 330px;
  /*320*/
}

.l-header-branding {
  position: relative;
  z-index: 2;
  margin: 15px 40px 0 40px;
  padding: 0px 0;
  flex-shrink: 0;
}

.l-header-area1Wrap.is-move .l-header-branding {
  margin: 7px 40px 0 40px;
}


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

.l-header-branding>a .is-branding {
  display: block;
}

@media screen and (max-width: 1350px) {
  .l-header-branding>a .is-branding {
    width: 390px;
  }
}

@media screen and (max-width: 1310px) {
  .l-header-branding>a .is-branding {
    width: 350px;
  }
}

@media screen and (max-width: 1150px) {
  .l-header-area1Wrap .l-header-branding {
    margin: 15px 20px 0 20px;
  }

  .l-header-area1Wrap.is-move .l-header-branding {
    margin: 7px 20px 0 20px;
  }
}

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

  .l-header-area1Wrap .l-header-branding {
    margin: 7px 20px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-header-branding {
    margin: 9px 72px 0 21px;
  }
}

.l-header-branding>a .is-branding-scroll {
  display: none;
}

@media screen and (max-width: 1090px) {
  .l-header-branding>a .is-branding-scroll {
    display: block;
  }
}

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

.is-branding-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header-branding>a .is-branding-scroll {
    display: none;
  }

  .l-header-area1Wrap.is-move .is-branding-scroll {
    display: none;
  }

  .is-branding-sp {
    display: block;
  }
}

.l-header-banner__item {
  position: relative;
  width: 369px;
  margin: 0px 0 0 10px;
  padding: 0;
  line-height: 1;
}

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

.single-knowledge .l-single-content p {
  margin-bottom: 2em;
  line-height: 2.2;
  font-size: 17px;
  letter-spacing: 1.6px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 400;
  color: #4d4d4d;
}

.single-knowledge .l-single-content p a {
  padding-bottom: 1px;
  border-bottom: 2px dashed #00aa63;
  color: #00aa63;
  font-weight: 600;
  text-decoration: unset;
}

.single-knowledge .l-single-content h2 {
  margin: 4em 0 1em 0;
  font-size: 23px;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  border-bottom: 2px solid #d4d4d4;
  padding-bottom: 8px;
}

.single-knowledge .l-single-content h2:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #4BBC71;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.single-knowledge .l-single-content h3 {
  margin: 3em 0 0.8em 0;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  color: #464c49;
  color: #278848;
}

.single-knowledge .l-single-content h3:before {
  content: "";
  width: 5px;
  height: 20px;
  background: #00aa63;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
  border-radius: 5px;
}

.single-knowledge .l-single-content p strong {
  color: #000;
}

.single-knowledge .l-single-content figcaption {
  color: #898989;
}

.single-knowledge .l-single-content .wp-block-list li {
  margin-bottom: 10px;
}

.single-knowledge .l-single-content .check-list {
  margin-bottom: 0;
}

.single-knowledge .l-single-content .check-list2 {
  border-bottom: 1px dashed #c5c5c5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #bdbdbd;
}

.single-knowledge .l-single-content .check-list3 {
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #000;
  margin-top: 6rem;
}

.single-knowledge .c-blog-heading__title {
  font-size: 30px;
  line-height: 1.6;
}


/* ブログ 記事一覧
--------------------------- */
/* リストのリンク */
.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: 10px;
  color: #005080;
  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: #94AAF9;
  color: #fff;
  border-radius: 5px;
}

.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: 41%;
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #4e555e;
  border-right: 1px solid #4e555e;
  transform: rotate(45deg);
}

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

.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/footer_bg01.webp") no-repeat 50% 100%;
  background-size: 3000px auto;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  footer {
    background: url("../img/footer_bg01-sp.webp") no-repeat;
    background-size: 180% auto;
    padding-bottom: 60px;
    background-position-x: center;
    background-position-y: 1450px;
  }
}

/* 医院情報 */

.l-footer-information {
  margin-top: -62px;
  padding: 230px 0 130px 0;
  background: url(../img/footer_info_bg.webp) no-repeat top center;
  /* background-size: contain; */
  /* background: url("../img/front_info01.png") no-repeat 50% 0%; */
  background-size: 3000px auto;
}

.l-footer-information-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 0px;
  margin-bottom: 130px;
}

@media screen and (max-width: 1090px) {
  .l-footer-information {
    /* background: url(../img/footer_bg02-sp.webp) no-repeat top center; */
    /* background-size: contain; */
    /* padding: 230px 0 0 0; */
    /* margin-bottom: -50px; */
  }

  .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;
    margin-bottom: 50px;
  }
}

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

.l-footer-information-block01__table01 {
  width: 100%;
  margin-bottom: 20px;
  padding: 18px 30px 18px 30px;
  background-color: #4976A4;
  border-radius: 20px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 {
    width: calc(100% + 50px);
    margin: 0 -25px 15px -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: 18px 5px;
  border: none;
  border-bottom: 1px solid rgb(255 255 255 / 40%);
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  background-color: transparent;
}

.l-footer-information-block01__table01 table thead th {
  padding: 5px 5px;
}

.l-footer-information-block01__table01 table .alt-tb th {
  padding: 0px 5px 2px;
}

@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table th {
    padding: 18px 0px;
    line-height: 1.7;
    font-size: 16px;
  }
  .l-footer-information-block01__table01 table .alt-tb th {
    padding: 8px 5px 12px;
}
}

.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 rgb(255 255 255 / 40%);
  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: 16px;
    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: 50px;
  margin-left: 20px;
  display: block;
  font-size: 15px;
  color: #4976A4;
  line-height: 1.88;
}

.l-footer-information-block01__memo span {
  color: #94aaf9;
  font-size: 18px;
  font-weight: 700;
}

.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__memo {
    margin-bottom: 50px;
    margin-left: 20px;
  }
}

.l-footer-information-block01__tel {
  text-align: center;
  margin-bottom: 25px;
}

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

  .l-footer-information-block01__tel img {
    max-width: 90%;
  }
}

.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-information-block01__map {
  width: 560px;
  max-width: 49%;
}

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

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

.l-footer-information-block01__map iframe {
  width: 100%;
  height: 750px;
  border-radius: 20px;
}

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

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

.l-footer-area .menu {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 0;
  position: relative;
  top: 0;
}

@media screen and (max-width: 1090px) {
  .l-footer-area .menu {
    margin-top: 0;
    flex-wrap: wrap;
  }
}

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

  .l-footer-area .menu {
    margin-bottom: 67px;
  }
}

@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;
  padding-left: 0;
}

.bnr-block ul li:not(:last-of-type) {
  margin-right: 37px;
}

@media screen and (max-width: 767px) {
  .bnr-block ul {
    flex-direction: column;
  }

  .bnr-block ul li {
    margin: 0 auto;
  }

  .bnr-block ul li img {
    width: 250px;
  }

  .bnr-block ul li:not(:last-of-type) {
    margin-right: auto;
    margin-bottom: 15px;
  }
}

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