.c-title--2 {
    margin-bottom: 10px;
    font-size: 2.6rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}

.c-title--3 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 2.6rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}

.c-title--sub {
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 2rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}

.c-title--sm {
    font-weight: bold;
    margin-top: 30px;
    font-size: 1.8rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}

.c-collab {
  padding-top: 100px;
}

.c-collab_txt {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.c-collab_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.sm-list li{
  font-size: 1.6rem !important;
  font-weight: 400 !important;
}

.sm-list--b li{
  font-size: 1.6rem !important;
  font-weight: bold !important;
}


.u-mt--4 {
  margin-top: 40px;
}

.u-mt--10 {
  margin-top: 100px;
}

.u-mb--5 {
  margin-bottom: 50px;
}

.u-mb--2 {
  margin-bottom: 20px;
}


.flex-reverse {
  direction: rtl;
}

.c-mainvisual .c-mainvisual_inner {
  top: auto !important;
  bottom: -50px !important;
}
@media only screen and (max-width: 1024px) {
  .c-mainvisual .c-mainvisual_inner {
    bottom: 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .c-mainvisual .c-mainvisual_inner {
    bottom: -30px !important;
  }
}

.over-tb {
  overflow-x: auto;
}


.c-table--t td {
  vertical-align: top;
}

.c-m--flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-m--flex .mv_catch__img {
  width: 45%;
}
.station {
  width: 35%;
  display: flex;
  gap: 5px;
  right: 0;
  bottom: 10px;
  z-index: 1;
}

.station_item {
  width: calc((100% - 10px) / 3);
}

.single-post .has-fixed-layout th, .single-post .has-fixed-layout td {
  padding: 20px;
  border: 1px solid ;
}
.single-post .has-fixed-layout th {
  font-size: 2.6px;
  font-weight: bold;
}
.single-post h1 {
  margin-bottom: 50px;
}
.single-post .thumbnail {
  margin-bottom: 30px;
}
.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
  --bar-width: 8px;
  position: relative;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.single-post h1 {
  font-size: 1.58em;
}
.single-post h2 {
  font-size: 1.47em;
}
.single-post h3 {
  font-size: 1.38em;
}
.single-post h4 {
  font-size: 1.27em;
}
.single-post h5 {
  font-size: 1.17em;
}
.single-post h6 {
  font-size: 1.07em;
}
.single-post img {
  max-width: 100%;
  border-radius: 1.15rem;
}
.single-post table {
  margin: 30px 0;
}
.single-post figure {
  text-align: center;
}
.single-post table {
  border-collapse: collapse;
  width: 100%;
}
.thumbnail .c-image{
  width: 100%;
}
.single-post ol li {
  list-style: decimal;
}
@media only screen and (max-width: 1024px) {
  .c-m--flex .mv_catch__img {
    width: 60%;
  }
  .station {
    width: 40%;
    display: flex;
    gap: 5px;
    right: 0;
    bottom: 10px;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .c-m--flex {
    flex-direction: column;
  }
  .c-m--flex .mv_catch__img {
    width: 100%;
  }
  .station {
    width: 80%;
  }

  .over-tb table {
    width: 700px;
  }

}
.page-numbers {
    border: 1px solid #492e12;
    padding: 5px 15px;
}
.current {
  background-color: #492e12;
  color: #fff;
}
.c-layout07 .c-layout07_list section::before, #main .c-layout_pattern .p-flowchart .wp-block-media-text::before, .c-reservation .c-reservation_list > section::before, #main .c-layout_pattern .p-flowchart .wp-block-media-text::after {
  font-family: 'Helvetica Neue';
}

@media screen and (max-width: 520px) {
  .c-access.is-front .m-btn01 {
    display: block;
  }
}

.c-blog_date {
  width: 170px;
}

.c-blog_content {
  flex: 1;
}

.c-blog .c-blog_date {
  flex-basis: auto;
}