@charset "UTF-8";
/* 2, Contents */
/* 基本 */
.l-container {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@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;
}
@media screen and (max-width: 1090px) {
  .l-container-small {
    width: 100%;
    padding: 0 20px;
  }
}

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

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

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

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

/* Header */
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  margin: auto;
  padding: 0px;
  z-index: 777;
}
@media screen and (max-width: 1090px) {
  header {
    position: fixed;
    height: 70px;
    background-color: transparent;
  }
}
header.is-change {
  background-color: #fff;
}

/* IE 用 */
@media all and (-ms-high-contrast: none) {
  header {
    position: relative;
  }
}
.l-header {
  background-color: #fff;
}
@media screen and (max-width: 1090px) {
  .l-header {
    background-color: transparent;
  }
}
.l-header__area1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.l-header__left {
  display: flex;
  width: 444px;
  max-width: 35%;
  margin: 0px 0px 0 30px;
}
@media screen and (max-width: 1200px) {
  .l-header__left {
    margin: 0px 0px 0 0px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__left {
    max-width: 290px;
  }
}
.l-header__right {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 444px);
  max-width: 65%;
  padding: 0px 10px 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-branding {
  display: flex;
  align-items: center;
  margin: 35px 0px 0 0px;
  padding: 0px 0;
}
@media screen and (max-width: 1090px) {
  .l-header-branding {
    margin: 20px 0px 0 0px;
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-branding {
    margin: 20px 0px 0 0px;
    width: 260px;
  }
}
.l-header-branding > a {
  line-height: 1;
}
.l-header-branding > a:hover {
  opacity: 1;
}

.l-header-banner {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  padding-top: 30px;
}
.l-header-banner__item {
  position: relative;
  line-height: 1;
}
.l-header-banner__item:first-of-type {
  margin: 0 6% 0 0;
}
.l-header-banner__item:last-of-type {
  margin: 0 0 0 5%;
}
.l-header-banner__item-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 25px;
}

/* Navi */
.l-gnav {
  display: flex;
  justify-content: center;
  position: relative;
  inset: auto 0;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 15px 0px 0px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 778;
}
@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;
}

/* ブログ 記事一覧
--------------------------- */
/* リストのリンク */
.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: "Roboto", sans-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 #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: 120px 0 240px 0;
  padding: 0px 0px;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
}
@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 #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: #f6f6f6;
}
@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;
}

/* 医院情報 */
.blog .l-footer-information {
  border-top: 1px solid rgba(0, 0, 0, 0.19);
}
.single .l-footer-information {
  border-top: 1px solid rgba(0, 0, 0, 0.19);
}
.l-footer-information hr {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.19);
}

.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 {
    flex-direction: column-reverse;
    padding: 0 0 90px;
  }
}
.l-footer-information-block01__left {
  width: calc(50% + 95px);
  padding: 90px 0 0 30px;
}
@media screen and (max-width: 1200px) {
  .l-footer-information-block01__left {
    padding: 50px 0 0 30px;
  }
}
@media screen and (max-width: 1090px) {
  .l-footer-information-block01__left {
    width: 100%;
    padding: 80px 0 0 0px;
  }
}
.l-footer-information-block01__left-inner {
  width: 540px;
  max-width: 100%;
}
@media screen and (max-width: 1090px) {
  .l-footer-information-block01__left-inner {
    margin-inline: auto;
  }
}
.l-footer-information-block01__brand {
  margin-bottom: 50px;
  text-align: center;
}
.l-footer-information-block01__table01 {
  width: 100%;
  margin-bottom: 40px;
}
.l-footer-information-block01__table01 table {
  width: 100%;
  margin: 0;
}
.l-footer-information-block01__table01 table tr {
  border-bottom: 1px solid #e3e3e3;
}
.l-footer-information-block01__table01 table .p-table01-waku {
  position: relative;
  top: -1px;
  margin-right: 10px;
  padding: 1px 5px;
  background-color: #f3b3b3;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table .p-table01-waku {
    font-size: 10px;
  }
}
.l-footer-information-block01__table01 table .p-table01-time {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table .p-table01-time {
    display: block;
  }
}
.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 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: 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table thead th {
    font-size: 16px;
  }
}
.l-footer-information-block01__table01 table thead td {
  padding: 10px 12px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table thead td {
    padding: 10px 8px;
  }
}
.l-footer-information-block01__table01 table tbody th {
  padding: 17px 0;
  line-height: 1.6;
  text-align: left;
}
.l-footer-information-block01__table01 table tbody td {
  padding: 17px 12px;
  color: #f3b3b3;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__table01 table tbody td {
    padding: 17px 8px;
  }
}
.l-footer-information-block01__table01 table tfoot tr {
  border-bottom: none;
}
.l-footer-information-block01__table01 table tfoot th {
  text-align: right;
  font-size: 14px;
  padding: 10px 0;
}
.l-footer-information-block01__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 25px;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__tel {
    width: 100%;
  }
}
.l-footer-information-block01__tel > a {
  display: block;
  width: 226px;
  height: 46px;
  padding: 13px 10px 5px 10px;
  border-radius: 23px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 2.85;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  background-color: #f3b3b3;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__tel > a {
    width: 100%;
  }
}
.l-footer-information-block01__tel > a span {
  display: inline-block;
  position: relative;
  top: 1px;
  right: 3px;
  width: 16px;
  height: 16px;
  background: url("../img/icon-tel.png") no-repeat 0% 0;
  background-size: 16px auto;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__reserve {
    width: 100%;
  }
}
.l-footer-information-block01__reserve a {
  display: block;
  width: 226px;
  height: 46px;
  padding: 11px 10px 5px 10px;
  border-radius: 23px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  background-color: #fe7d7d;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__reserve a {
    width: 100%;
  }
}
.l-footer-information-block01__reserve a span {
  display: inline-block;
  position: relative;
  top: 3px;
  right: 4px;
  width: 19.5px;
  height: 18.5px;
  background: url("../img/icon-calendar.png") no-repeat 0% 0;
  background-size: 19.5px auto;
}
.l-footer-information-block01__right {
  width: calc(50% - 95px);
}
@media screen and (max-width: 1090px) {
  .l-footer-information-block01__right {
    text-align: center;
    width: 60%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__right {
    width: 100%;
  }
}
.l-footer-information-block01__img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block01__img {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
  }
}
.l-footer-information-block01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 505/552;
}

.l-footer-information-block02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 70px 0px;
}
@media screen and (max-width: 1090px) {
  .l-footer-information-block02 {
    flex-direction: column-reverse;
  }
}
.l-footer-information-block02__left {
  width: 50%;
}
@media screen and (max-width: 1090px) {
  .l-footer-information-block02__left {
    width: 600px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-information-block02__left {
    width: 100%;
  }
}
.l-footer-information-block02__map {
  width: 100%;
}
.l-footer-information-block02__map iframe {
  width: 100%;
  height: 814px;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block02__map iframe {
    height: 450px;
  }
}
.l-footer-information-block02__right {
  width: 505px;
  max-width: 49%;
}
@media screen and (max-width: 1090px) {
  .l-footer-information-block02__right {
    width: 600px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-information-block02__right {
    width: 100%;
    max-width: 100%;
  }
}
.l-footer-information-block02__address {
  font-family: "Shippori Mincho", serif;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block02__address {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.l-footer-information-block02__train {
  margin-bottom: 65px;
}
.l-footer-information-block02__train-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.l-footer-information-block02__train-item dt {
  width: 84px;
  padding: 3px 8px 3px 7px;
  background-color: #f3b3b3;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block02__train-item dt {
    width: 100px;
  }
}
.l-footer-information-block02__train-item dd {
  width: calc(100% - 84px);
  padding-left: 20px;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  color: #000;
  line-height: 1.79;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block02__train-item dd {
    width: 100%;
    padding: 10px 0px 15px;
  }
}
.l-footer-information-block02__train-lead {
  display: block;
  font-size: 14px;
  text-align: left;
  color: #a1a1a1;
}
.l-footer-information-block02__road-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block02__road-item {
    margin-bottom: 40px;
  }
}
.l-footer-information-block02__road-item dt {
  position: relative;
  width: 132px;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-align: right;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block02__road-item dt {
    width: 100%;
    padding: 0 0 15px 17px;
    text-align: left;
  }
}
.l-footer-information-block02__road-item dt::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 67px;
  opacity: 0.21;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block02__road-item dt::after {
    top: -4px;
    right: auto;
    left: 0;
    height: 40px;
  }
}
.l-footer-information-block02__road-item dd {
  width: calc(100% - 132px);
  padding-left: 33px;
}
@media screen and (max-width: 767px) {
  .l-footer-information-block02__road-item dd {
    width: 100%;
    padding: 0;
  }
}
.l-footer-information-block02__road-item dd iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 10px;
}

/* Footer */
.l-footer-area {
  padding: 40px 0 40px 0;
  background-color: #eca2a2;
}
@media screen and (max-width: 767px) {
  .l-footer-area {
    padding: 30px 0 50px 0;
  }
}
.l-footer-area__nav-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .l-footer-area__nav-area {
    display: block;
  }
}
.l-footer-area__brand {
  width: 444px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .l-footer-area__brand {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-area__brand {
    display: none;
  }
}
.l-footer-area__nav {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 444px);
}
@media screen and (max-width: 1200px) {
  .l-footer-area__nav {
    justify-content: center;
    width: 100%;
  }
}
.l-footer-area .menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -12px 0 0 0;
  padding: 0;
  gap: 0px 10px;
}
@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: 50px;
  }
}
.l-footer-area .menu > li {
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .l-footer-area .menu > li {
    width: 100% !important;
  }
}
.l-footer-area .menu > li:nth-child(2) {
  width: 110px;
}
.l-footer-area .menu > li:nth-child(6) {
  width: 135px;
}
.l-footer-area .menu > li > a {
  display: block;
  position: relative;
  padding: 10px 5px 10px 5px;
  color: #fff;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1.6;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-footer-area .menu > li > a {
    padding: 15px 20px 15px 20px;
    text-align: left;
    border-bottom: 1px solid #fff;
    font-size: 15px;
  }
}
.l-footer-area .menu > li > a:hover {
  opacity: 0.7;
}
.l-footer-area .menu > li > a > span {
  display: block;
  font-size: 11px;
  font-family: "sofia-pro", sans-serif;
  letter-spacing: 0.2em;
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .l-footer-area .menu > li > a > span {
    display: none;
  }
}
.l-footer-area .menu .menu-item-has-children-footer {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  padding: 0px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-footer-area .menu .menu-item-has-children-footer {
    border-bottom: none;
  }
}
.l-footer-area .menu .menu-item-has-children-footer > span {
  display: block;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.2em;
  opacity: 0.75;
}
.l-footer-area .menu .menu-item-has-children-footer .sub-menu {
  display: none;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  width: 400px;
  margin: 12px 0px 0px 0px;
  padding: 10px 10px 20px 10px;
}
@media screen and (max-width: 767px) {
  .l-footer-area .menu .menu-item-has-children-footer .sub-menu {
    width: 100%;
  }
}
.l-footer-area .menu .menu-item-has-children-footer .sub-menu li {
  display: inline-block;
  width: 49%;
}
.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: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .l-footer-area .menu .menu-item-has-children-footer .sub-menu li a {
    font-size: 16px;
    padding: 10px 10px 10px 10px;
  }
}
.l-footer-area .menu .menu-item-has-children-footer .sub-menu--last {
  position: relative;
  left: -200px;
}
@media screen and (max-width: 767px) {
  .l-footer-area .menu .menu-item-has-children-footer .sub-menu--last {
    left: 0;
  }
}
.l-footer-area .menu .sub-menu-sp-btn {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 666;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-footer-area .menu .sub-menu-sp-btn {
    top: 2px;
  }
}
.l-footer-area .menu .sub-menu-sp-btn::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 0px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-footer-area .menu .sub-menu-sp-btn::after {
    top: 18px;
    right: 15px;
  }
}
.l-footer-area .menu .sub-menu-sp-btn.is-open::after {
  transform: rotate(315deg);
}

.l-footer-sns {
  margin-bottom: 30px;
  text-align: center;
}
.l-footer-sns > a {
  margin: 0 11px;
}

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