@charset "UTF-8";
/* ===================================================================
CSS information

file name  : access_bus.css
author     : Abilive
style info : シャトルバス
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.wrp_main {
  max-width: 1000px;
  width: calc(1000 / 1440 * 100%);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1441px) {
  .wrp_main {
    max-width: calc(1000px * ((15 + 0) / 13));
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_main {
    margin-top: calc(90 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_main {
    margin-top: calc(70 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_main {
    margin-top: 4em;
  }
}
@media only screen and (max-width: 1024px) {
  .wrp_main {
    width: 85%;
  }
}
.wrp_main .main_tit {
  text-align: center;
}
.wrp_main .int_txt {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .wrp_main .int_txt {
    margin-top: calc(18 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_main .int_txt {
    margin-top: 1em;
  }
}
.wrp_main .int_txt .t_color {
  color: #D7730B;
}
.wrp_main .con_main_detail {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .wrp_main .con_main_detail {
    margin-top: calc(30 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_main .con_main_detail {
    margin-top: calc(25 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_main .con_main_detail {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  html:lang(en) .wrp_main .con_main_detail, html:lang(fr) .wrp_main .con_main_detail {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_main .con_main_detail {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_main .con_main_detail {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_main .con_main_detail .inner_img {
    width: calc(436 / 1000 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_main .con_main_detail .inner_img {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_main .con_main_detail .inner_img {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_main .con_main_detail .inner_txt {
    width: calc(500 / 1000 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_main .con_main_detail .inner_txt {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_main .con_main_detail .inner_txt {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_main .con_main_detail .inner_txt {
    margin-left: calc(64 / 1000 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_main .con_main_detail .inner_txt {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_main .con_main_detail .inner_txt {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_main .con_main_detail .inner_txt {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_main .con_main_detail .inner_txt {
    margin-top: 1.5em;
  }
}
.wrp_main .con_main_detail .inner_txt .box_root {
  display: flex;
  width: 100%;
}
.wrp_main .con_main_detail .inner_txt .box_root .inn_start {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(150 / 500 * 100%);
  color: #fff;
  background-color: #433D38;
}
@media only screen and (max-width: 767px) {
  html:lang(en) .wrp_main .con_main_detail .inner_txt .box_root .inn_start {
    width: calc(140 / 500 * 100%);
  }
}
.wrp_main .con_main_detail .inner_txt .box_root .inn_start .t {
  font-family: var(--font-jp-serif);
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (min-width: 1025px) {
  .wrp_main .con_main_detail .inner_txt .box_root .inn_start .t {
    font-size: calc(14 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_main .con_main_detail .inner_txt .box_root .inn_start .t {
    font-size: calc(13 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_main .con_main_detail .inner_txt .box_root .inn_start .t {
    font-size: calc(calc(15 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
.wrp_main .con_main_detail .inner_txt .box_root .inn_root {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(200 / 500 * 100%);
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 767px) {
  html:lang(en) .wrp_main .con_main_detail .inner_txt .box_root .inn_root {
    width: calc(220 / 500 * 100%);
  }
  html:lang(en) .wrp_main .con_main_detail .inner_txt .box_root .inn_root, html:lang(fr) .wrp_main .con_main_detail .inner_txt .box_root .inn_root {
    letter-spacing: -.02em;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  html:lang(en) .wrp_main .con_main_detail .inner_txt .box_root .inn_root, html:lang(fr) .wrp_main .con_main_detail .inner_txt .box_root .inn_root {
    font-size: calc(11 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  html:lang(en) .wrp_main .con_main_detail .inner_txt .box_root .inn_root, html:lang(fr) .wrp_main .con_main_detail .inner_txt .box_root .inn_root {
    font-size: calc(calc(11 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}

.wrp_main .con_main_detail .inner_txt .box_root .inn_root::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  z-index: -2;
  transform: translate(-50%, -50%);
  background: #433D38;
}
@media only screen and (min-width: 768px) {
  .wrp_main .con_main_detail .inner_txt .box_root .inn_root .t {
    font-size: calc(12 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_main .con_main_detail .inner_txt .box_root .inn_root .t {
    font-size: calc(calc(12 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
.wrp_main .con_main_detail .inner_txt .box_root .inn_goal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(150 / 500 * 100%);
  border: 1px solid #D7730B;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .wrp_main .con_main_detail .inner_txt .box_root .inn_goal {
    padding: calc(15 / 13 * 1rem) calc(5 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_main .con_main_detail .inner_txt .box_root .inn_goal {
    padding: 1em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  html:lang(en) .wrp_main .con_main_detail .inner_txt .box_root .inn_goal {
    width: calc(140 / 500 * 100%);
  }
}
.wrp_main .con_main_detail .inner_txt .box_root .inn_goal img {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .wrp_main .con_main_detail .inner_txt .box_root .inn_goal img {
    width: calc(94 / 150 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_main .con_main_detail .inner_txt .box_root .inn_goal img {
    width: 100%;
  }
}
.wrp_main .con_main_detail .inner_txt .box_tbl {
  border: 1px solid;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .wrp_main .con_main_detail .inner_txt .box_tbl {
    margin-top: calc(40 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_main .con_main_detail .inner_txt .box_tbl {
    margin-top: calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_main .con_main_detail .inner_txt .box_tbl {
    margin-top: 2em;
  }
}
.wrp_main .con_main_detail .inner_txt .box_tbl::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 6px;
  height: 7px;
  z-index: -1;
  background: url(../../access/bus/images/triangle.svg) no-repeat;
}
.wrp_main .con_main_detail .inner_txt .box_tbl::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 6px;
  height: 7px;
  z-index: -1;
  transform: rotate(90deg);
  background: url(../../access/bus/images/triangle.svg) no-repeat;
}
.wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner {
  position: relative;
}
html:not([lang=en]):not([lang=fr]) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner {
  display: flex;
}
@media only screen and (min-width: 768px) {
  html:not([lang=en]):not([lang=fr]) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner {
    padding: calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  html:not([lang=en]):not([lang=fr]) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner {
    padding: 2em 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  html:lang(en) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner, html:lang(fr) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner {
    padding: calc(20 / 13 * 1rem) calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  html:lang(en) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner, html:lang(fr) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner {
    padding: 1.5em;
  }
}
.wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 6px;
  height: 7px;
  z-index: -1;
  transform: rotate(-90deg);
  background: url(../../access/bus/images/triangle.svg) no-repeat;
}
.wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 6px;
  height: 7px;
  z-index: -1;
  transform: rotate(180deg);
  background: url(../../access/bus/images/triangle.svg) no-repeat;
}
@media only screen and (min-width: 768px) {
  html:not([lang=en]):not([lang=fr]) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .c-title {
    width: calc(35 / 460 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  html:not([lang=en]):not([lang=fr]) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .c-title {
    width: 10%;
  }
}
@media only screen and (min-width: 768px) {
  html:lang(en) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .c-title, html:lang(fr) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .c-title {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  html:lang(en) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .c-title, html:lang(fr) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .c-title {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  html:not([lang=en]):not([lang=fr]) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl {
    width: calc(405 / 460 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  html:not([lang=en]):not([lang=fr]) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl {
    width: 85%;
  }
}
@media only screen and (min-width: 768px) {
  html:not([lang=en]):not([lang=fr]) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl {
    margin-left: calc(15 / 460 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  html:not([lang=en]):not([lang=fr]) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl {
    margin-left: 5%;
  }
}
html:lang(en) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl, html:lang(fr) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl {
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  html:lang(en) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl, html:lang(fr) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  html:lang(en) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl, html:lang(fr) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl {
    width: 100%;
  }
}
.wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table {
  width: 100%;
}
.wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody th, .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody td {
  text-align: left;
  padding: .785em 1.2em;
}
@media only screen and (max-width: 767px) {
  .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody th, .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody td {
    padding-right: .75em;
  }
}
@media only screen and (min-width: 1025px) {
  html:not([lang=en]):not([lang=fr]) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody th {
    width: calc(150 / 405 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html:not([lang=en]):not([lang=fr]) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody th {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  html:not([lang=en]):not([lang=fr]) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody th {
    width: 52%;
  }
}
html:lang(en) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody th, html:lang(fr) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody th {
  padding-right: 0;
}
@media only screen and (min-width: 1025px) {
  html:lang(en) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody th, html:lang(fr) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody th {
    width: calc(170 / 405 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html:lang(en) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody th, html:lang(fr) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody th {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  html:lang(en) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody th, html:lang(fr) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody th {
    width: 45%;
  }
}
@media only screen and (min-width: 1025px) {
  html:not([lang=en]):not([lang=fr]) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody td {
    width: calc(255 / 405 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html:not([lang=en]):not([lang=fr]) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody td {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  html:not([lang=en]):not([lang=fr]) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody td {
    width: 48%;
  }
}
html:lang(en) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody td, html:lang(fr) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody td {
  padding-right: 0;
}
@media only screen and (min-width: 1025px) {
  html:lang(en) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody td, html:lang(fr) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody td {
    width: calc(235 / 405 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html:lang(en) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody td, html:lang(fr) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody td {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  html:lang(en) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody td, html:lang(fr) .wrp_main .con_main_detail .inner_txt .box_tbl .txt_inner .inn_tbl .c-table tbody td {
    width: 55%;
  }
}
.wrp_main .con_oth_detail {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1025px) {
  .wrp_main .con_oth_detail {
    width: calc(900 / 1000 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_main .con_oth_detail {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_main .con_oth_detail {
    width: 85%;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_main .con_oth_detail {
    margin-top: calc(50 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_main .con_oth_detail {
    margin-top: calc(40 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_main .con_oth_detail {
    margin-top: 3em;
  }
}
.wrp_main .con_oth_detail .c-title {
  text-align: center;
}
.wrp_main .con_oth_detail .inner_content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .wrp_main .con_oth_detail .inner_content {
    margin-top: calc(25 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_main .con_oth_detail .inner_content {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_main .con_oth_detail .inner_content {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_main .con_oth_detail .inner_content > li {
    width: calc(284 / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_main .con_oth_detail .inner_content > li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_main .con_oth_detail .inner_content > li:nth-of-type(n+2) {
    margin-left: calc(24 / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_main .con_oth_detail .inner_content > li:nth-of-type(n+2) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_main .con_oth_detail .inner_content > li:nth-of-type(n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_main .con_oth_detail .inner_content > li:nth-of-type(n+2) {
    margin-top: 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_main .con_oth_detail .inner_content > li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .wrp_main .con_oth_detail .inner_content > li:nth-of-type(n+4) {
    margin-top: calc(40 / 13 * 1rem);
  }
}
.wrp_main .con_oth_detail .inner_content > li .box_item {
  position: relative;
}
.wrp_main .con_oth_detail .inner_content > li .box_item .inn_img {
  position: relative;
}
.wrp_main .con_oth_detail .inner_content > li .box_item .inn_img .num {
  font-family: var(--font-jp-serif);
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  background: #433D38;
}
@media only screen and (min-width: 1025px) {
  .wrp_main .con_oth_detail .inner_content > li .box_item .inn_img .num {
    font-size: calc(16 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_main .con_oth_detail .inner_content > li .box_item .inn_img .num {
    font-size: calc(15 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_main .con_oth_detail .inner_content > li .box_item .inn_img .num {
    font-size: calc(calc(16.5 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_main .con_oth_detail .inner_content > li .box_item .inn_img .num {
    width: calc(40 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_main .con_oth_detail .inner_content > li .box_item .inn_img .num {
    width: calc(35 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_main .con_oth_detail .inner_content > li .box_item .inn_img .num {
    width: 2.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_main .con_oth_detail .inner_content > li .box_item .inn_img .num {
    height: calc(40 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_main .con_oth_detail .inner_content > li .box_item .inn_img .num {
    height: calc(35 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_main .con_oth_detail .inner_content > li .box_item .inn_img .num {
    height: 2.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_main .con_oth_detail .inner_content > li .box_item .txt {
    margin-top: calc(20 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_main .con_oth_detail .inner_content > li .box_item .txt {
    margin-top: calc(15 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_main .con_oth_detail .inner_content > li .box_item .txt {
    margin-top: 1em;
  }
}

.wrp_sche {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .wrp_sche {
    width: calc(1160 / 1440 * 100%);
    max-width: calc(1160px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .wrp_sche {
    max-width: calc(1160px * ((15 + 0) / 13));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_sche {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_sche {
    width: calc(388 / 428 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_sche {
    margin-top: calc(130 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_sche {
    margin-top: calc(100 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_sche {
    margin-top: 5em;
  }
}
.wrp_sche .main_tit {
  text-align: center;
}
.wrp_sche .int_txt {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .wrp_sche .int_txt {
    margin-top: calc(18 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_sche .int_txt {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_sche .c-tab {
    margin-top: calc(50 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_sche .c-tab {
    margin-top: calc(40 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_sche .c-tab {
    margin-top: 2em;
  }
}
.wrp_sche .c-tab .c-tab__buttons .c-tab__list {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .wrp_sche .c-tab .c-tab__buttons .c-tab__list {
    justify-content: center;
  }
  .wrp_sche .c-tab .c-tab__buttons .c-tab__list::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: -1;
    background-color: #8F8F8F;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_sche .c-tab .c-tab__buttons .c-tab__list {
    overflow: visible;
  }
  .wrp_sche .c-tab .c-tab__buttons .c-tab__list .c-tab__item {
    width: 50%;
    min-width: auto;
  }
  .wrp_sche .c-tab .c-tab__buttons .c-tab__list .c-tab__item .c-tab__button {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  html:lang(en) .wrp_sche .c-tab .c-tab__buttons .c-tab__list .c-tab__item .c-tab__button, html:lang(fr) .wrp_sche .c-tab .c-tab__buttons .c-tab__list .c-tab__item .c-tab__button {
    font-size: calc(11 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  html:lang(en) .wrp_sche .c-tab .c-tab__buttons .c-tab__list .c-tab__item .c-tab__button, html:lang(fr) .wrp_sche .c-tab .c-tab__buttons .c-tab__list .c-tab__item .c-tab__button {
    font-size: calc(calc(11 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}

.wrp_sche .c-tab .c-tab__buttons .c-tab__button[aria-selected="true"]::after, .wrp_sche .c-tab .c-tab__buttons .c-tab__button:hover::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: -1;
  background: var(--bg-body);
}
@media only screen and (min-width: 1025px) {
  .wrp_sche .con_sch_tbl {
    margin-top: calc(50 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_sche .con_sch_tbl {
    margin-top: calc(40 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_sche .con_sch_tbl {
    margin-top: 2em;
  }
}
.wrp_sche .con_sch_tbl .inner_tbl .sch_tbl {
  width: 100%;
}
.wrp_sche .con_sch_tbl .inner_tbl .sch_tbl caption {
  text-align: center;
  line-height: 1.2;
  background-color: var(--color-cbc9c1);
}
@media only screen and (min-width: 1025px) {
  .wrp_sche .con_sch_tbl .inner_tbl .sch_tbl caption {
    font-size: calc(14 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_sche .con_sch_tbl .inner_tbl .sch_tbl caption {
    font-size: calc(13 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_sche .con_sch_tbl .inner_tbl .sch_tbl caption {
    font-size: calc(calc(16.5 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .wrp_sche .con_sch_tbl .inner_tbl .sch_tbl caption {
    padding: calc(13 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_sche .con_sch_tbl .inner_tbl .sch_tbl caption {
    padding: 0.8em;
  }
}
.wrp_sche .con_sch_tbl .inner_tbl .sch_tbl tbody tr {
  background-color: #F5F4F1;
}
.wrp_sche .con_sch_tbl .inner_tbl .sch_tbl tbody tr:nth-of-type(1) {
  border-top: 1px solid var(--color-cbc9c1);
}
.wrp_sche .con_sch_tbl .inner_tbl .sch_tbl tbody tr:nth-of-type(2n) {
  background-color: var(--color-e9e8e3);
}
.wrp_sche .con_sch_tbl .inner_tbl .sch_tbl tbody tr th, .wrp_sche .con_sch_tbl .inner_tbl .sch_tbl tbody tr td {
  text-align: center;
  font-weight: normal;
  line-height: 1.2;
  border-bottom: 1px solid var(--color-cbc9c1);
}
@media only screen and (min-width: 768px) {
  .wrp_sche .con_sch_tbl .inner_tbl .sch_tbl tbody tr th, .wrp_sche .con_sch_tbl .inner_tbl .sch_tbl tbody tr td {
    padding: calc(13 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_sche .con_sch_tbl .inner_tbl .sch_tbl tbody tr th, .wrp_sche .con_sch_tbl .inner_tbl .sch_tbl tbody tr td {
    padding: 0.8em;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_sche .con_sch_tbl .inner_tbl .sch_tbl tbody tr th, .wrp_sche .con_sch_tbl .inner_tbl .sch_tbl tbody tr td {
    font-size: calc(12 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_sche .con_sch_tbl .inner_tbl .sch_tbl tbody tr th, .wrp_sche .con_sch_tbl .inner_tbl .sch_tbl tbody tr td {
    font-size: calc(calc(12 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_sche .con_sch_tbl .inner_tbl .sch_tbl tbody tr th {
    width: calc(65 / 484 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_sche .con_sch_tbl .inner_tbl .sch_tbl tbody tr th {
    width: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_sche .con_sch_tbl .inner_tbl .sch_tbl tbody tr th {
    width: 15%;
  }
}
.wrp_sche .con_sch_tbl .inner_tbl .sch_tbl tbody tr td {
  border-left: 1px solid var(--color-e0);
  text-align: left;
}
.wrp_sche .con_sch_tbl .inner_tbl .sch_tbl tbody tr td .box_time {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .wrp_sche .con_sch_tbl .inner_tbl .sch_tbl tbody tr td .box_time > span {
    margin: calc(4 / 13 * 1rem) calc(8 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_sche .con_sch_tbl .inner_tbl .sch_tbl tbody tr td .box_time > span {
    margin: 0.25em 0.5em;
  }
}
.wrp_sche #tabpanel_go_hotel .con_sch_tbl {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .wrp_sche #tabpanel_go_hotel .con_sch_tbl {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_sche #tabpanel_go_hotel .con_sch_tbl .inner_tbl {
    width: calc(484 / 1160 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_sche #tabpanel_go_hotel .con_sch_tbl .inner_tbl {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_sche #tabpanel_go_hotel .con_sch_tbl .inner_tbl {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_sche #tabpanel_go_hotel .con_sch_tbl .inner_tbl:nth-of-type(n+2) {
    margin-left: calc(30 / 1160 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_sche #tabpanel_go_hotel .con_sch_tbl .inner_tbl:nth-of-type(n+2) {
    margin-left: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_sche #tabpanel_go_hotel .con_sch_tbl .inner_tbl:nth-of-type(n+2) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_sche #tabpanel_go_hotel .con_sch_tbl .inner_tbl:nth-of-type(n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_sche #tabpanel_go_hotel .con_sch_tbl .inner_tbl:nth-of-type(n+2) {
    margin-top: 2.5em;
  }
}
.wrp_sche #tabpanel_go_station .con_sch_tbl {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .wrp_sche #tabpanel_go_station .con_sch_tbl {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_sche #tabpanel_go_station .con_sch_tbl .inner_tbl {
    width: calc(484 / 1160 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_sche #tabpanel_go_station .con_sch_tbl .inner_tbl {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_sche #tabpanel_go_station .con_sch_tbl .inner_tbl {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_sche #tabpanel_go_station .con_sch_tbl .inner_tbl:nth-of-type(n+2) {
    margin-left: calc(30 / 1160 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_sche #tabpanel_go_station .con_sch_tbl .inner_tbl:nth-of-type(n+2) {
    margin-left: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_sche #tabpanel_go_station .con_sch_tbl .inner_tbl:nth-of-type(n+2) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_sche #tabpanel_go_station .con_sch_tbl .inner_tbl:nth-of-type(n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_sche #tabpanel_go_station .con_sch_tbl .inner_tbl:nth-of-type(n+2) {
    margin-top: 2.5em;
  }
}
.wrp_sche .btn_prev {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .wrp_sche .btn_prev {
    margin-top: calc(90 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_sche .btn_prev {
    margin-top: calc(70 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_sche .btn_prev {
    margin-top: 3.5em;
  }
}
.wrp_sche .btn_prev > a {
  display: block;
  text-decoration: none;
}
.mouse .wrp_sche .btn_prev > a {
  transition: opacity .15s ease-in .1s;
}
.mouse .wrp_sche .btn_prev > a:hover, .touch .wrp_sche .btn_prev > a.touchstart {
  opacity: 0.7;
}
.touch .wrp_sche .btn_prev > a {
  -webkit-tap-highlight-color: transparent;
}
.touch .wrp_sche .btn_prev > a.touchend {
  transition-delay: 200ms;
}
.wrp_sche .btn_prev > a .t {
  font-family: var(--font-jp-serif);
  font-weight: 400;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .wrp_sche .btn_prev > a .t {
    padding-left: calc(20 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_sche .btn_prev > a .t {
    padding-left: 1.5em;
  }
}
.wrp_sche .btn_prev > a .t::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../../access/bus/images/prev.svg) no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .wrp_sche .btn_prev > a .t::before {
    width: calc(11 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_sche .btn_prev > a .t::before {
    width: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_sche .btn_prev > a .t::before {
    height: calc(11 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_sche .btn_prev > a .t::before {
    height: 1em;
  }
}
