@charset "UTF-8";
/*
 font-family: "Shippori Mincho", serif;

 font-family: "Noto Sans JP", sans-serif;

 font-family: "EB Garamond", serif;

 font-family: 'dinr_R' sans-serif;
*/
/* 2, Contents */
/* 基本 */
.l-container {
  position: relative;
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1090px) {
  .l-container {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    max-width: 600px;
  }
}
.l-container .l-container-small {
  padding: 0;
}

/* 小さい幅 */
.l-container-small {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1090px) {
  .l-container-small {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-container-small {
    max-width: 600px;
  }
}

.l-container-lg {
  position: relative;
  width: 1340px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1090px) {
  .l-container-lg {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-container-lg {
    max-width: 600px;
  }
}

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

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

.l-inner-small {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1090px) {
  .l-inner-small {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-inner-small {
    max-width: 600px;
  }
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  padding: 0px;
  z-index: 777;
}

/* IE 用 */
@media all and (-ms-high-contrast: none) {
  header {
    position: relative;
  }
}
.l-header {
  width: 100%;
  height: 120px;
  margin: auto;
  padding: 0px;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  transition: 0.2s;
}
@media screen and (max-width: 1090px) {
  .l-header {
    height: 65px;
  }
}
.l-header__area1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.l-header__left {
  display: flex;
  width: 310px;
  margin: 0px 0px 0 35px;
}
@media screen and (max-width: 1200px) {
  .l-header__left {
    margin: 0px 0px 0 13px;
  }
}
@media screen and (max-width: 1090px) {
  .l-header__left {
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__left {
    height: 65px;
  }
}
.l-header__right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: calc(100% - 310px);
  padding: 0px 30px 0px 0;
}
@media screen and (max-width: 1300px) {
  .l-header__right {
    padding: 0px 15px 0px 0;
  }
}
@media screen and (max-width: 1090px) {
  .l-header__right {
    display: none;
  }
}
.l-header__memo {
  width: 100%;
  margin: 5px 0 1px;
  text-align: right;
  font-size: 9px;
  line-height: 1.4;
}
.l-header__right-inner {
  display: flex;
  justify-content: flex-end;
  transition: 0.2s;
}

.l-header-branding {
  display: flex;
  align-items: center;
  margin: -5px 0px 0 0px;
  padding: 0px 0 0 119px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header-branding {
    margin: 3px 0px 0 0px;
    padding: 0px 0 0 25px;
  }
}
.l-header-branding::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 250px;
  height: 82px;
  background: url("../img/logo_header_bg.png") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1090px) {
  .l-header-branding::after {
    bottom: -38px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-branding::after {
    bottom: -20px;
    width: 198px;
    height: 63px;
    opacity: 0.6;
  }
}
.l-header-branding > a {
  position: relative;
  line-height: 1;
  z-index: 2;
}
.l-header-branding > a:hover {
  opacity: 1;
}
.l-header-branding__img {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-header-branding__img {
    width: 137px;
    height: auto;
  }
}
.l-header-branding__img-move {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-branding__img-move {
    width: 137px;
    height: auto;
  }
}

/* スクロール時の動き */
.l-header.is-move {
  height: 80px;
  background-color: #fff;
}
@media screen and (max-width: 1090px) {
  .l-header.is-move {
    height: 65px;
  }
}
.l-header.is-move .l-header__memo {
  display: none;
}
.l-header.is-move .l-header__right-inner {
  padding-top: 12px;
}
.l-header.is-move .c-gnav .menu > li > a {
  color: #08192E;
}
.l-header.is-move .l-header-branding {
  height: 80px;
  margin: 0px 0px 0 0px;
  overflow: hidden;
}
@media screen and (max-width: 1090px) {
  .l-header.is-move .l-header-branding {
    margin: 3px 0px 0 0px;
    height: auto;
  }
}
.l-header.is-move .l-header-branding::after {
  bottom: -19px;
}
@media screen and (max-width: 1090px) {
  .l-header.is-move .l-header-branding::after {
    bottom: -38px;
  }
}
@media screen and (max-width: 767px) {
  .l-header.is-move .l-header-branding::after {
    bottom: -18px;
    opacity: 1;
  }
}
.l-header.is-move .l-header-branding__img {
  display: none;
}
.l-header.is-move .l-header-branding__img-move {
  display: block;
}
.l-header.is-move .l-header-branding::after {
  background: url("../img/logo_header_bg-move.png") no-repeat 50% 50%;
  background-size: cover;
}

.l-nav-sub {
  display: flex;
  width: 268px;
  margin-top: 5px;
}
@media screen and (max-width: 1200px) {
  .l-nav-sub {
    width: 210px;
  }
}
.l-nav-sub__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 45px;
  font-size: 15px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .l-nav-sub__item {
    font-size: 14px;
  }
}
.l-nav-sub__item:first-of-type {
  background-color: #9f8a5e;
}
.l-nav-sub__item:last-of-type {
  background-color: #09192e;
}
.l-nav-sub__item > a {
  display: block;
  padding-bottom: 2px;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.l-nav-sub__item:last-of-type > a {
  margin-left: 30px;
  font-size: 19px;
}

/* Navi */
.l-gnav {
  display: flex;
  justify-content: center;
  position: relative;
  inset: auto 0;
  width: calc(100% - 268px);
  height: 80px;
  margin: 0 auto;
  padding: 0px 0px 0px 10px;
  z-index: 778;
}
@media screen and (max-width: 1200px) {
  .l-gnav {
    width: calc(100% - 210px);
  }
}
@media screen and (max-width: 1090px) {
  .l-gnav {
    display: none;
  }
}
.l-gnav__branding {
  display: none;
}
.l-gnav__banner {
  display: none;
  position: absolute;
  right: 15px;
  bottom: -25px;
}
.l-gnav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0px 0px 0px 10px;
}
@media screen and (max-width: 1280px) {
  .l-gnav.is-fixed {
    padding: 0px 90px 0px 10px;
  }
}
.l-gnav.is-fixed .l-gnav__branding {
  display: block;
  padding-top: 24px;
}
.l-gnav.is-fixed .c-gnav {
  width: calc(100% - 290px);
}
.l-gnav.is-fixed .l-gnav__banner {
  display: block;
}
.l-gnav__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 1200px;
  max-width: 100%;
}

/* --------------------------
ブログ 全体
--------------------------- */
.l-single-content__content-outer {
  margin-bottom: 150px;
}
.l-single-content p {
  margin-bottom: 2em;
  font-size: 16px;
  line-height: 2.19;
  letter-spacing: 1.6px;
  text-align: left;
  color: #3e4541;
}
.l-single-content img {
  margin-bottom: 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;
}
@media screen and (max-width:767px) {
  .l-single-content p {
  font-size: 14px;
  line-height: 2.19;
  letter-spacing: 1.6px;
  text-align: left;
  color: #09192E;
}
}


/* ブログ 記事一覧
--------------------------- */
/* リストのリンク */
.l-blog-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 90px 0 0px 0;
  padding: 0px;
  text-align: center;
  line-height: 1;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .l-blog-pagenation {
    margin: 60px 0 0px 0;
    padding: 20px 0px;
    gap: 15px;
  }
}
.l-blog-pagenation .page-numbers {
  display: inline-block;
  width: 45px;
  height: 45px;
  padding-top: 13px;
  background-color: #cecece;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .l-blog-pagenation .page-numbers {
    width: 30px;
    height: 30px;
    padding-top: 9px;
    font-size: 14px;
  }
}
.l-blog-pagenation .page-numbers.current {
  background-color: #eca2a2;
  color: #fff;
}
.l-blog-pagenation .page-numbers.prev, .l-blog-pagenation .page-numbers.next {
  display: none;
  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 #1E4375;
  border-right: 1px solid #1E4375;
  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 #1E4375;
  border-right: 1px solid #1E4375;
  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: 120px 0 240px 0;
  padding: 0px 0px;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .l-single-pagenation {
    font-size: 14px;
    margin: 80px 0 100px 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 #707070;
  border-right: 1px solid #707070;
  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 #707070;
  border-right: 1px solid #707070;
  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: #F8F9FB;
}
@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: 45px 0 90px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-custom-title {
    margin: 45px 0 30px 0;
  }
}

.l-custom__content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px 0 150px;
}
@media screen and (max-width: 767px) {
  .l-custom__content-wrap {
    padding: 20px 0 80px;
  }
}
.l-custom__content-wrap--single {
  padding-top: 40px;
}
.l-custom__content {
  width: 900px;
}
@media screen and (max-width: 1200px) {
  .l-custom__content {
    margin: auto;
  }
}
.l-custom__sidebar {
  margin-left: 13px;
  width: 230px;
}
@media screen and (max-width: 767px) {
  .l-custom__sidebar {
    width: 100%;
    margin-left: 0px;
  }
}

.l-custom-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
  padding: 20px 10px;
  text-align: center;
  line-height: 1;
  gap: 25px;
  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: 10px;
  color: #fff;
  background-color: #cecece;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  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: #eca2a2;
}
.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: 80px 0 160px 0;
  }
}

@media screen and (max-width: 767px) {
  .l-single-custom-pagenation {
    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;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.7px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .l-single-custom-pagenation__prev > a,
  .l-single-custom-pagenation__next > a {
    padding-top: 2px;
    font-size: 14px;
  }
}

.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 #707070;
  border-right: 1px solid #707070;
  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 #707070;
  border-right: 1px solid #707070;
  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: #f6f6f6;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.7px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .l-single-custom-pagenation__center a {
    padding: 20px 0;
    font-size: 14px;
  }
}

@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: #66a5d1;
}
@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;
}
.widget > ul li {
  margin-bottom: 5px;
}
.widget > ul li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.79;
  letter-spacing: 1.4px;
  text-align: left;
  color: #636f68;
}

.widgettitle {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 10px 28px;
  border-bottom: 1px solid #baa2a2;
  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: #baa2a2;
}

.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: "Shippori Mincho", serif;
  background-color: #141e2b;
}
@media screen and (max-width: 767px) {
  footer {
    overflow: hidden;
  }
}

/* 医院情報 */
.l-footer-information {
  padding: 95px 0 0px;
}
.l-footer-information__brand {
  width: fit-content;
  margin: 0 auto 70px auto;
}

.l-footer-information-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 0px 60px 0;
}
@media screen and (max-width: 1200px) {
  .l-footer-information-block01 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01 {
    padding: 0 0px 50px 0;
  }
}
.l-footer-information-block01__left {
  width: 450px;
  max-width: 48%;
}
@media screen and (max-width: 1200px) {
  .l-footer-information-block01__left {
    width: 450px;
    max-width: 100%;
    margin: 0 auto 80px auto;
  }
}
.l-footer-information-block01__left-inner {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1090px) {
  .l-footer-information-block01__left-inner {
    margin-inline: auto;
  }
}
.l-footer-information-block01__table01 {
  width: 100%;
  letter-spacing: 0.1em;
}
.l-footer-information-block01__table01 table {
  width: 100%;
  margin: 0;
  color: #fff;
}
.l-footer-information-block01__table01 table tr {
  border-bottom: 1px solid #fff;
}
.l-footer-information-block01__table01 table th,
.l-footer-information-block01__table01 table td {
  background-color: transparent;
  border: none;
  padding: 0;
  line-height: 1;
}
.l-footer-information-block01__table01 table thead th {
  padding: 0px 0 20px 15px;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table thead th {
    width: 112px;
    padding: 0px 0 20px 0px;
  }
}
.l-footer-information-block01__table01 table thead th .p-table01-time-icon {
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.l-footer-information-block01__table01 table thead td {
  padding: 0px 10px 20px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table thead td {
    padding: 0px 2% 20px;
    text-align: center;
  }
}
.l-footer-information-block01__table01 table tbody th {
  padding: 25px 15px 25px 0px;
  line-height: 1.6;
  text-align: right;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table tbody th {
    width: 112px;
    padding: 25px 10px 25px 0px;
  }
}
.l-footer-information-block01__table01 table tbody td {
  padding: 25px 10px;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table tbody td {
    padding: 25px 2%;
    text-align: center;
  }
}
.l-footer-information-block01__table01 table tfoot tr {
  border-bottom: none;
}
.l-footer-information-block01__table01 table tfoot th {
  font-size: 11px;
  text-align: left;
  padding: 15px 0 15px 12px;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table tfoot th {
    padding: 15px 0 15px 0px;
  }
}
.l-footer-information-block01__right {
  width: 460px;
  max-width: 48%;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .l-footer-information-block01__right {
    width: 460px;
    max-width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__right {
    width: 100%;
  }
}
.l-footer-information-block01__list {
  margin-bottom: 65px;
}
.l-footer-information-block01__list-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__list-item {
    flex-wrap: wrap;
  }
}
.l-footer-information-block01__list-item dt {
  width: 80px;
  height: 20px;
  margin-right: 20px;
  padding-top: 3.5px;
  border: solid 1px #fff;
  font-family: "EB Garamond", serif;
  font-size: 11px;
  line-height: 1;
  text-align: center;
}
.l-footer-information-block01__list-item dd {
  font-size: 15px;
  line-height: 1.67;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__list-item dd {
    margin-top: 10px;
    width: 100%;
  }
}
.l-footer-information-block01__tel {
  width: fit-content;
  margin-bottom: 10px;
  padding-left: 6px;
}
@media screen and (max-width: 1200px) {
  .l-footer-information-block01__tel {
    margin: 0 auto 10px auto;
    padding-left: 0;
  }
}
.l-footer-information-block01__tel > a {
  font-family: "EB Garamond", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 0.72;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__tel > a {
    font-size: 38px;
  }
}
.l-footer-information-block01__reseave {
  display: flex;
  justify-content: center;
  width: 340px;
}
@media screen and (max-width: 1200px) {
  .l-footer-information-block01__reseave {
    margin-inline: auto;
  }
}
.l-footer-information-block01__reseave-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 35px;
  font-size: 13px;
  letter-spacing: 0;
  position: relative;
}
.l-footer-information-block01__reseave-item:first-of-type {
  border: solid 1px #fff;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  position: relative;
}
.l-footer-information-block01__reseave-item:last-of-type {
  border: solid 1px #fff;
  background-color: transparent;
  color: #fff;
}
.l-footer-information-block01__reseave-item:last-of-type a {
  margin-left: 25px;
  padding-bottom: 2px;
  font-size: 17px;
}

.l-footer-map iframe {
  width: 100%;
  height: 438px;
}
@media screen and (max-width: 767px) {
  .l-footer-map iframe {
    height: 400px;
  }
  .l-footer-information-block01__reseave-item:last-of-type a {
  font-size: 17px;
}
}

/* Footer */
.l-footer-area {
  padding: 45px 0 50px 0;
}

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

.bnr-block ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 20px 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .bnr-block ul li {
    width: 100%;
    text-align: center;
  }
  .l-footer-area {
  padding: 45px 0 100px 0;
}
}
@media screen and (max-width: 767px) {
  .bnr-block ul li a img {
    width: 312px;
    height: auto;
  }
}
