@charset "UTF-8";
/* 2, Contents */
/* 基本 */

.l-site__content {
  overflow: hidden;
}
.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;
}

/* ヘッダー用 */
.l-container-header {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .l-container-header {
    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: 100px 50px 0 50px;
}
@media screen and (max-width: 1090px) {
  .l-container-post {
    width: 100%;
    padding: 50px 20px 0 20px;
  }
}

/* Header */
/* IE 用 */
@media all and (-ms-high-contrast: none) {
  header {
    position: relative;
  }
}
@media screen and (max-width: 1090px) {
  header {
    position: sticky;
    inset: 0;
    z-index: 777;
  }
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 132px;
  margin: auto;
  padding: 0px;
  z-index: 777;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 1090px) {
  .l-header {
    height: 70px;
  }
}
.l-header__area1 {
  justify-content: flex-end;
  position: relative;
  height: 48px;
  z-index: 2;
  margin-bottom: 15px;
}
@media screen and (max-width: 1090px) {
  .l-header__area1 {
    position: absolute;
    top: 6px;
    right: 80px;
  }
}
.l-header__tel {
  margin-right: 27px;
  padding-top: 19px;
}
@media screen and (max-width: 1090px) {
  .l-header__tel {
    display: none;
  }
}
.l-header__tel-link {
  display: block;
  font-family: "dinr_M", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}
.l-header__tel-icon {
  position: relative;
  top: -4px;
  margin-right: 8px;
}
.l-header__insta {
  padding-top: 15px;
}
.l-header__area2 {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding-top: 1px;
}
@media screen and (max-width: 1090px) {
  .l-header__area2 {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 767px) {
  .l-header__area2 {
    padding-top: 5px;
  }
}
.l-header__left {
  display: flex;
  position: relative;
  width: 285px;
  margin: 0px 0px 0 0;
}
@media screen and (max-width: 1090px) {
  .l-header__left {
    width: 235px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__left {
    margin-top: 9px;
  }
}
.l-header__right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: calc(100% - 285px);
  padding: 0px 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: 70px;
    background-color: #fff;
  }
}
.l-header-area1Wrap.is-init {
  position: fixed;
  inset: 0 0 auto 0;
  transform: translateY(-110%);
}
.l-header-area1Wrap.is-move {
  position: fixed;
  inset: 0 0 auto 0;
  height: 70px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(58, 85, 61, 0.12);
  transform: translateY(0%);
  transition: 0.5s;
  padding-top: 6px;
}
.l-header-area1Wrap.is-move .l-header__area1 {
  display: none;
}
.l-header-area1Wrap.is-move .l-header-branding--front {
  display: block;
}

.l-header-branding {
  position: relative;
  z-index: 2;
  /* margin: -8px 0px 0 0px; */
  padding: 0px 0;
}
.l-header-branding--sp {
  margin: -8px 0px 0 50px;
}
.l-header-branding > a:hover {
  opacity: 1;
}
.l-header-branding > a .is-branding {
  display: block;
}
.l-header-branding--front {
  display: none;
}
@media screen and (max-width: 1090px) {
  .l-header-branding--front {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-header-branding {
    margin: -1px 0px 0 0px;
  }
}

@media screen and (max-width: 1090px) {
  .l-header-banner {
    display: none;
  }
}
.l-header-banner__item {
  position: relative;
  margin: 2px 0 0 30px;
  padding: 0;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  .l-header-banner__item {
    margin: 0px 0 0 10px;
  }
}
.l-header-banner__item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 267px;
  height: 50px;
  padding-bottom: 2px;
  border-radius: 25px;
  background-color: #2c7bb2;
  color: #fff;
  text-align: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  .l-header-banner__item > a {
    width: 160px;
  }
}
.l-header-banner__item > a > img {
  margin: 2px 13px 0 0;
}

.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: #6c0784;
  font-size: 14px;
  font-weight: 700;
}

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

/* --------------------------
ブログ 全体
--------------------------- */
.l-single-content__content-outer {
  margin-bottom: 150px;
}
.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: 28px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-single-content h2 {
    font-size: 22px;
  }
}
.l-single-content h3 {
  margin: 2em 0 1em 0;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-single-content h3 {
    font-size: 20px;
  }
}
.l-single-content h4 {
  margin: 2em 0 1em 0;
  font-size: 21px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-single-content h4 {
    font-size: 18px;
  }
}
.l-single-content h5 {
  margin: 2em 0 1em 0;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-single-content h5 {
    font-size: 16px;
  }
}

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

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

.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;
  }
}
.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;
  color: #fff;
  padding: 120px 0 0px 0;
  z-index: 2;
  overflow-x: clip;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 843px;
  background: url("../img/footer-bg01.webp") no-repeat 50% 0%;
  background-size: 3500px auto;
  z-index: 2;
}
footer::after {
  content: "";
  position: absolute;
  top: -72px;
  left: calc(50% + 45px);
  width: 246px;
  height: 154px;
  background: url("../img/footer-icon01.png") no-repeat 50% 0%;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 1090px) {
  footer::after {
    left: calc(26% + 45px);
  }
}
@media screen and (max-width: 767px) {
  footer::after {
    top: -72px;
    left: 20px;
    width: 170px;
    height: 121px;
    background: url("../img/footer-icon01-sp.png") no-repeat 50% 0%;
    background-size: cover;
  }
}
footer .l-container {
  position: relative;
}

.footer-link {
  position: absolute;
  width: 1200px;
  max-width: 100%;
  margin: auto;
  z-index: 1;
  top: -8px;
  right: 80px;
}
.footer-link__item {
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 1;
}
.footer-link__item a {
  display: block;
  position: relative;
  width: 250px;
  height: 120px;
  padding: 13px 50px 40px 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background: url("../img/icon-arrow-under.png") no-repeat 50% 45px;
  background-size: 12px auto;
  background-color: #fff065;
  color: #000;
  text-align: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 3px;
}
.footer-link2 {
  z-index: 999;
}
.footer-link2 a {
  background-color: unset;
}
@media screen and (max-width: 1090px) {
  .footer-link {
    top: -10px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer-link {
    top: -15px;
    right: -25px;
  }
}

.l-footer {
  position: relative;
  background-color: #2E7AB2;
  z-index: 3;
}

/* 医院情報 */
.l-footer-information {
  margin-top: 0;
  padding: 0px 0 100px 0;
}

@media screen and (max-width: 1090px) {
  .l-footer__nav {
    display: none;
  }
}
.l-footer__nav .menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  padding: 0;
}
@media screen and (max-width: 1090px) {
  .l-footer__nav .menu {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav .menu {
    margin-bottom: 50px;
  }
}
.l-footer__nav .menu > li {
  width: 14.2857142857%;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__nav .menu > li {
    width: 100%;
  }
}
.l-footer__nav .menu > li > a {
  display: block;
  position: relative;
  padding: 3px 20px 4px 20px;
  font-size: 15px;
  font-weight: 700;
  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;
  text-align: center;
  opacity: 0.75;
}
.l-footer__nav .menu > li > a::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 1px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.45);
}
.l-footer__nav .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__nav .menu > li .menu-item-jp {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.l-footer__nav .menu > li:first-of-type a::after {
  display: none;
}

.l-footer-information-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 0px;
}
@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: 490px;
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__content {
    padding: 0px 0 0 0px;
  }
}
.l-footer-information-block01__content-inner {
  margin: auto;
}
.l-footer-information-block01__address {
  padding-left: 15px;
  background: url("../img/icon-address.png") no-repeat 0 5.5px;
  background-size: 9px auto;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.92;
  letter-spacing: 0.1em;
}
.l-footer-information-block01__tel {
  margin: 0 0 15px 0;
  padding-top: 20px;
}
.l-footer-information-block01__tel-link {
  display: block;
  font-family: "dinr_M", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}
.l-footer-information-block01__tel-icon {
  position: relative;
  top: -4px;
  margin-right: 13px;
}
.l-footer-information-block01__reserve-item {
  position: relative;
  margin: 0px 0 0 0px;
  padding: 0;
  line-height: 1;
}
.l-footer-information-block01__reserve-item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 300px;
  height: 50px;
  padding-bottom: 2px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.31);
  color: #fff;
  text-align: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__reserve-item > a {
    width: 100%;
  }
}
.l-footer-information-block01__reserve-item > a > img {
  margin: 2px 13px 0 0;
}
.l-footer-information-block01__map {
  width: 50%;
}
@media screen and (max-width: 1090px) {
  .l-footer-information-block01__map {
    width: 100%;
    max-width: 100%;
    margin: auto;
    text-align: center;
  }
}
.l-footer-information-block01__map iframe {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__map iframe {
    width: 100%;
    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 .menu {
  display: flex;
  justify-content: center;
  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: 28px;
}
.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 {
    padding-bottom: 80px;
    background-color: #2E7AB2;
  }
}
.l-footer-block01__copylight {
  font-size: 12px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: center;
  margin: auto;
}
