@charset "UTF-8";
/* ======================================
    Base (SP)
====================================== */
html,
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html {
  background: #fff;
  font-size: 100%;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  line-height: 1.5;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}
@media screen and (min-width: 750px) {
  body {
    background-color: #284d90;
  }
}
@media screen and (min-width: 1280px) {
  body {
    background-color: transparent;
  }
  body::before {
    content: "";
    position: fixed; /* 背景を固定する場合 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/top/pc_back.jpg) no-repeat center center/cover;
    opacity: 0.2; /* 透明度20%（= 不透明度20%） */
    z-index: -1;
    pointer-events: none; /* 背景がクリックを邪魔しないように */
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
menu,
nav,
section,
picture {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

h1 {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}

p {
  font-size: clamp(16px, 12.1832061069px + 1.0178117048vw, 20px);
  line-height: 2;
}

/* svgのIEバグ回避 */
img[src$=".svg"] {
  width: 100%;
  height: auto;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
a img {
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

strong {
  font-weight: 700;
  color: inherit;
}

address {
  font-style: normal;
}

/* リンク----------------------------- */
a {
  color: inherit;
  /* ブレ防止追加 */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
a:link, a:visited, a:active {
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  a:hover {
    color: inherit;
    text-decoration: none;
    opacity: 0.7;
  }
  a:hover img {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

/* =================================================
    .bl_header
=================================================== */
.bl_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 66px;
  background: #fff;
  border-bottom: 1px solid #284d90;
  z-index: 100;
}
@media screen and (min-width: 1280px) {
  .bl_header {
    position: sticky;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 100px;
    left: 0;
    max-width: 550px;
    height: calc(100vh - 100px);
    margin: 0;
    background: transparent;
    border-bottom: none;
  }
}
.bl_header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  width: calc(100% - 66px);
  height: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 1280px) {
  .bl_header_logo {
    width: 100%;
    padding-bottom: 50px;
  }
}
.bl_header_logo h1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 70px);
          flex: 0 0 calc(100% - 70px);
  font-size: clamp(18px, 0.8244274809px + 4.5801526718vw, 36px);
  color: #284d90;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .bl_header_logo h1 {
    font-size: 36px;
    font-size: 2.25rem;
    font-size: clamp(28.8px, 2.1428571429vw, 36px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 100px);
            flex: 0 0 calc(100% - 100px);
  }
}
.bl_header_logo h1 span {
  display: block;
  font-size: clamp(13px, 10.1374045802px + 0.7633587786vw, 16px);
  color: #333333;
}
.bl_header_logo a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1280px) {
  .bl_header_logo a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
.bl_header_logo img {
  width: 64px;
}
@media screen and (min-width: 1280px) {
  .bl_header_logo img {
    width: 100%;
  }
}

.is_btnHamburger__on .bl_header {
  background: rgba(255, 255, 255, 0.9);
}

/* =================================================
    .bl_shortcut
=================================================== */
.bl_shortcut {
  display: none;
}
@media screen and (min-width: 1280px) {
  .bl_shortcut {
    display: block;
    position: absolute;
    top: 10px;
    right: 120px;
  }
}
.bl_shortcut ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.bl_shortcut ul li a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90px;
  height: 70px;
  padding-top: 46px;
  margin-right: 2px;
  background: #284d90;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .bl_shortcut ul li a:hover {
    opacity: 1;
    background: #67aeea;
  }
}
.bl_shortcut ul li a::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bl_shortcut ul li:first-of-type a {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.bl_shortcut ul li:first-of-type a::before {
  width: 25px;
  height: 30px;
  background: url(../images/common/icon/icon_bus__white.svg) no-repeat center center/contain;
}
.bl_shortcut ul li:nth-of-type(2) a::before {
  width: 50px;
  height: 34px;
  background: url(../images/common/icon/icon_airportbus__white.svg) no-repeat center center/contain;
}
.bl_shortcut ul li:nth-of-type(3) a::before {
  width: 50px;
  height: 34px;
  background: url(../images/common/icon/icon_busvison__white.svg) no-repeat center center/contain;
}
.bl_shortcut ul li:nth-of-type(4) a::before {
  width: 50px;
  height: 34px;
  background: url(../images/common/icon/icon_pass__white.svg) no-repeat center center/contain;
}
.bl_shortcut ul li:nth-of-type(5) a::before {
  width: 40px;
  height: 34px;
  background: url(../images/common/icon/icon_news__white.svg) no-repeat center center/contain;
}
.bl_shortcut ul li:nth-of-type(6) a {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.bl_shortcut ul li:nth-of-type(6) a::before {
  width: 36px;
  height: 38px;
  background: url(../images/common/icon/icon_recruit__white.svg) no-repeat center center/contain;
}

/* ======================================
    el_btnHamburger
====================================== */
.el_btnHamburger {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 66px;
  height: 66px;
  margin: 0;
  overflow: hidden;
  background: #284d90;
  z-index: 11100;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1280px) {
  .el_btnHamburger {
    display: none;
  }
}
.el_btnHamburger__animation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 35px;
  height: 16px;
  text-align: center;
  z-index: 11000;
}
.el_btnHamburger_line {
  background: #fff;
  width: 100%;
  height: 2px;
  border-radius: 100vh;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: 10100;
}

.el_btnHamburger_line.el_btnHamburger_line__top {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.el_btnHamburger_line.el_btnHamburger_line__bottom {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

.is_btnHamburger__open .el_btnHamburger_line.el_btnHamburger_line__top {
  background: #fff;
  -webkit-transform: rotate(-45deg) translateY(0px);
          transform: rotate(-45deg) translateY(0px);
}

.is_btnHamburger__open .el_btnHamburger_line.el_btnHamburger_line__bottom {
  background: #fff;
  -webkit-transform: rotate(45deg) translateY(0px);
          transform: rotate(45deg) translateY(0px);
}

/* 背景 */
.bl_wrapBg {
  position: fixed;
  left: 0;
  top: 66px;
  width: 100vw;
  height: 100%;
  z-index: 10000;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .bl_wrapBg {
    top: 0;
  }
}

/* 表示された時用のCSS */
.is_btnHamburger__on .bl_wrapBg {
  opacity: 0.8;
  visibility: visible;
}

/* ======================================
    .bl_headerNav
====================================== */
.bl_headerNav {
  position: fixed;
  top: 66px;
  /* 右から出す場合 */
  right: -380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 375px;
  height: calc(100% - 66px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white; /* 背景色 */
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10010;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav {
    position: static;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    max-height: calc(100% - 180px);
    max-width: 400px;
    opacity: 1;
    background: transparent;
    margin: 0 auto;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
    /*Google Chrome、Safariへの対応*/
  }
  .bl_headerNav::-webkit-scrollbar {
    display: none;
  }
}
.bl_headerNav .bl_globalnavi {
  width: 100%;
  height: 100%;
}

.bl_globalnavi {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 100px;
  border-top: 2px solid #284d90;
}
@media screen and (min-width: 1280px) {
  .bl_globalnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-bottom: 0;
    border: none;
  }
}
.bl_globalnavi .menu-item {
  position: relative;
  border-bottom: 2px solid #284d90;
}
@media screen and (min-width: 1280px) {
  .bl_globalnavi .menu-item {
    border: none;
  }
}
.bl_globalnavi .menu-item::after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #284d90;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bl_globalnavi .menu-item.js_toggleNavi::after {
  top: 32px;
  -webkit-transform: none;
          transform: none;
  content: "+";
  pointer-events: none;
}
.bl_globalnavi .menu-item.js_toggleNavi.is_open::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bl_globalnavi .menu-item.current-menu-item {
  display: none;
}
.bl_globalnavi .menu-item.current-menu-item a {
  background: rgba(40, 77, 144, 0.1);
}
.bl_globalnavi .menu-item a {
  position: relative;
  display: block;
  padding: 20px 15px;
  padding-right: 42px;
  margin: 0;
  line-height: 1.6; /* 項目高さ */
  color: #284d90;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (min-width: 1280px) {
  .bl_globalnavi .menu-item a {
    padding: 12px 15px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 20px;
    font-size: 1.25rem;
    font-size: clamp(16px, 1.1904761905vw, 20px);
  }
}
.bl_globalnavi .menu-item a br {
  display: none;
}
@media screen and (min-width: 1280px) {
  .bl_globalnavi .menu-item a br {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .bl_globalnavi .menu-item a:hover {
    opacity: 1;
    background: rgba(103, 174, 234, 0.15);
  }
}
.bl_globalnavi .menu-item a::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 24px;
  left: 20px;
}
.bl_globalnavi .menu-item .sub-menu {
  display: none;
  padding-left: 0;
}
.bl_globalnavi .menu-item .sub-menu li {
  border-bottom: 1px dotted #284d90;
}
.bl_globalnavi .menu-item .sub-menu li:last-of-type {
  border-bottom: none;
}
.bl_globalnavi .menu-item .sub-menu li a {
  padding-top: 18px;
  padding-bottom: 18px;
  background: rgba(40, 77, 144, 0.2);
}
.bl_globalnavi .menu-item .sub-menu li a::before {
  content: none;
}
@media screen and (min-width: 1025px) {
  .bl_globalnavi .menu-item .sub-menu li a:hover {
    opacity: 1;
    background: rgba(103, 174, 234, 0.15);
  }
}
.bl_globalnavi .menu-item.el_icon_top {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.bl_globalnavi .menu-item.el_icon_top a::before {
  width: 42px;
  height: 35px;
  background: url(../images/common/icon/icon_top.svg) no-repeat center center/contain;
}
.bl_globalnavi .menu-item.el_icon_bus {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.bl_globalnavi .menu-item.el_icon_bus a::before {
  width: 37px;
  height: 47px;
  background: url(../images/common/icon/icon_bus.svg) no-repeat center center/contain;
  top: 18px;
  left: 24px;
}
.bl_globalnavi .menu-item.el_icon_airportbus {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
@media screen and (min-width: 1280px) {
  .bl_globalnavi .menu-item.el_icon_airportbus a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.bl_globalnavi .menu-item.el_icon_airportbus a::before {
  width: 62px;
  height: 30px;
  background: url(../images/common/icon/icon_airportbus.svg) no-repeat center center/contain;
  top: 24px;
  left: 11px;
}
@media screen and (min-width: 1280px) {
  .bl_globalnavi .menu-item.el_icon_airportbus a::before {
    top: 30px;
  }
}
.bl_globalnavi .menu-item.el_icon_busvison a::before {
  width: 56px;
  height: 47px;
  background: url(../images/common/icon/icon_busvison.svg) no-repeat center center/contain;
  top: 16px;
  left: 14px;
}
.bl_globalnavi .menu-item.el_icon_root a::before {
  width: 45px;
  height: 45px;
  background: url(../images/common/icon/icon_root.svg) no-repeat center center/contain;
  top: 19px;
  left: 19px;
}
.bl_globalnavi .menu-item.el_icon_stop a::before {
  width: 26px;
  height: 47px;
  background: url(../images/common/icon/icon_stop.svg) no-repeat center center/contain;
  top: 19px;
  left: 27px;
}
.bl_globalnavi .menu-item.el_icon_guide a::before {
  width: 44px;
  height: 43px;
  background: url(../images/common/icon/icon_guide.svg) no-repeat center center/contain;
  top: 19px;
  left: 19px;
}
.bl_globalnavi .menu-item.el_icon_news a::before {
  width: 50px;
  height: 37px;
  background: url(../images/common/icon/icon_news.svg) no-repeat center center/contain;
  top: 25px;
  left: 22px;
}
.bl_globalnavi .menu-item.el_icon_lostitem a::before {
  width: 41px;
  height: 41px;
  background: url(../images/common/icon/icon_lostitem.svg) no-repeat center center/contain;
  top: 21px;
  left: 22px;
}
@media screen and (min-width: 1280px) {
  .bl_globalnavi .menu-item.el_icon_faq a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.bl_globalnavi .menu-item.el_icon_faq a::before {
  width: 34px;
  height: 45px;
  background: url(../images/common/icon/icon_faq.svg) no-repeat center center/contain;
  top: 21px;
  left: 25px;
}
@media screen and (min-width: 1280px) {
  .bl_globalnavi .menu-item.el_icon_faq a::before {
    top: 20px;
  }
}
.bl_globalnavi .menu-item.el_icon_recruit a::before {
  width: 49px;
  height: 51px;
  background: url(../images/common/icon/icon_recruit.svg) no-repeat center center/contain;
  top: 16px;
  left: 17px;
}

.fadeLeft .bl_globalnavi .menu-item {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.fadeLeft .bl_globalnavi .menu-item:nth-of-type(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.fadeLeft .bl_globalnavi .menu-item:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.fadeLeft .bl_globalnavi .menu-item:nth-of-type(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.fadeLeft .bl_globalnavi .menu-item:nth-of-type(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.fadeLeft .bl_globalnavi .menu-item:nth-of-type(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.fadeLeft .bl_globalnavi .menu-item:nth-of-type(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.fadeLeft .bl_globalnavi .menu-item:nth-of-type(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.fadeLeft .bl_globalnavi .menu-item:nth-of-type(8) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.fadeLeft .bl_globalnavi .menu-item:nth-of-type(9) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.fadeLeft .bl_globalnavi .menu-item:nth-of-type(10) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.is_btnHamburger__on .bl_headerNav {
  right: 0; /* 右から出す場合 */
}

@media screen and (min-width: 1025px) {
  /*　for PC　*/
  .bl_headerNav_item:last-child .bl_headerNav_link::after {
    content: none;
  }
}
/* =================================================
    footer
=================================================== */
.bl_footer {
  background: #284d90;
  padding-top: 50px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .bl_footer {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
  }
}
.bl_footer_inner {
  width: 92%;
  margin: 0 auto;
}
.bl_footer_logo {
  text-align: center;
}
.bl_footer_logo img {
  width: 100%;
  max-width: 315px;
  height: auto;
  margin: 0 auto 25px;
}
@media screen and (min-width: 768px) {
  .bl_footer_logo img {
    max-width: 472px;
    margin: 0 auto 30px;
  }
}
.bl_footer_info {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.bl_footer_info p {
  margin: 0;
  text-align: center;
}
.bl_footer_copyright {
  display: block;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}
.bl_footer_nav .bl_footerNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 370px;
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_footer_nav .bl_footerNavi {
    height: 270px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_footer_nav .bl_footerNavi {
    width: calc(100% - 170px);
    height: 210px;
    margin-bottom: 50px;
  }
}
.bl_footer_nav .bl_footerNavi .menu-item {
  width: 49%;
  margin-bottom: 18px;
}
.bl_footer_nav .bl_footerNavi .menu-item:last-of-type {
  margin-bottom: 0;
}
.bl_footer_nav .bl_footerNavi .menu-item a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  padding-left: 0.7em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1280px) {
  .bl_footer_nav .bl_footerNavi .menu-item a {
    font-size: 16px;
    font-size: 1rem;
    font-size: clamp(12.8px, 0.8333333333vw, 16px);
  }
}
.bl_footer_nav .bl_footerNavi .menu-item a::before {
  content: "\f054";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_footer_nav .bl_naviLink {
  padding: 0;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .bl_footer_nav .bl_naviLink {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .bl_footer_nav .bl_naviLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 170px;
        flex-basis: 170px;
  }
}
.bl_footer_nav .bl_naviLink .menu-item {
  position: relative;
  width: 345px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .bl_footer_nav .bl_naviLink .menu-item {
    width: 32%;
  }
}
@media screen and (min-width: 1025px) {
  .bl_footer_nav .bl_naviLink .menu-item {
    width: 100%;
  }
}
.bl_footer_nav .bl_naviLink .menu-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../images/common/icon/icon_link__white.svg) no-repeat center center/contain;
}
.bl_footer_nav .bl_naviLink .menu-item:last-of-type {
  margin-bottom: 0;
}
.bl_footer_nav .bl_naviLink .menu-item a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1280px) {
  .bl_footer_nav .bl_naviLink .menu-item a {
    font-size: 16px;
    font-size: 1rem;
    font-size: clamp(12.8px, 0.8333333333vw, 16px);
  }
}

.ly_wrapPc {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .ly_wrapPc {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: clamp(30px, 1.3740458015px + 7.6335877863vw, 60px);
    padding-right: clamp(30px, 1.3740458015px + 7.6335877863vw, 60px);
  }
}
@media screen and (min-width: 1280px) {
  .ly_wrapPc .ly_wrapPc_inner {
    position: relative;
    width: 100%;
    max-width: 1474px;
    padding-top: 100px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    gap: 5%;
  }
}

.ly_wrapSp {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0;
  background: #fff;
  z-index: 10;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}
@media screen and (min-width: 750px) {
  .ly_wrapSp {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 750px;
            flex: 0 0 750px;
    width: 750px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .ly_wrapSp {
    margin: 0;
    border-radius: 30px;
  }
}

/* =================================================
    layout section
=================================================== */
.ly_sec {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.ly_sec_inner {
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .ly_sec_inner {
    width: 100%;
  }
}

.el_arrow_r,
.block-editor-block-list__block.el_arrow_r {
  position: relative;
}
.el_arrow_r a::after,
.el_arrow_r div::after,
.block-editor-block-list__block.el_arrow_r a::after,
.block-editor-block-list__block.el_arrow_r div::after {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  display: inline-block;
  margin-left: 1em;
  color: inherit;
}

/* =================================================
    お知らせ一覧へ戻る ボタン
=================================================== */
.el_btnAll {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  max-width: 300px;
  padding: 16px;
  border: 1px solid #284d90;
  border-radius: 100vh;
  background: #284d90;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.el_btnAll::after {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  margin-left: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .el_btnAll:hover {
    opacity: 1;
    background: #fff;
    color: #284d90;
  }
  .el_btnAll:hover::after {
    font-style: normal;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-variant: normal;
    text-rendering: auto;
    letter-spacing: 0;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "\f054";
    color: #284d90;
  }
}

/* =================================================
    お問い合わせフォームはこちら ボタン
=================================================== */
.el_btnContactForm {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 340px;
  padding: 15px 2em;
  border: 1px solid #284d90;
  border-radius: 100vh;
}
@media screen and (min-width: 768px) {
  .el_btnContactForm {
    max-width: 600px;
    padding: 30px 2em;
  }
}
.el_btnContactForm span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
  color: #284d90;
  text-align: left;
  background: url(../images/common/icon_arrow-r_pink.svg) no-repeat center right/15px 12px;
}
@media screen and (min-width: 768px) {
  .el_btnContactForm span {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .el_btnContactForm span br {
    display: none;
  }
}

/* =================================================
    nav icon　設定
=================================================== */
.el_campusNav {
  padding: 40px 6px 40px;
}
@media screen and (min-width: 768px) {
  .el_campusNav {
    width: 100%;
    padding: 40px 50px 40px;
  }
}
.el_campusNav li {
  display: inline-block;
  width: 49%;
  padding: 10px 0 10px 32px;
}
@media screen and (min-width: 1025px) {
  .el_campusNav li {
    width: 32%;
  }
}
@media screen and (min-width: 1280px) {
  .el_campusNav li {
    width: auto;
    margin-right: 2em;
  }
}
.el_campusNav li.el_icon__campus {
  background: url(../images/common/icon_01.svg) no-repeat left center;
  background-size: 26px 24px;
}
.el_campusNav li.el_icon__nursingHome {
  background: url(../images/common/icon_02.svg) no-repeat left center;
  background-size: 26px 24px;
}
.el_campusNav li.el_icon__inHomeCareOffice {
  background: url(../images/common/icon_03.svg) no-repeat left center;
  background-size: 26px 24px;
}
.el_campusNav li.el_icon__groupHome {
  background: url(../images/common/icon_05.svg) no-repeat left center;
  background-size: 26px 24px;
}
.el_campusNav li.el_icon__shortStay {
  background: url(../images/common/icon_06.svg) no-repeat left center;
  background-size: 26px 24px;
}
.el_campusNav li.el_icon__homeCareCenter {
  background: url(../images/common/icon_07.svg) no-repeat left center;
  background-size: 26px 24px;
}
.el_campusNav li.el_icon__helperStation {
  background: url(../images/common/icon_08.svg) no-repeat left center;
  background-size: 26px 24px;
}
.el_campusNav li.el_icon a {
  position: relative;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(10.4px, 3.4666666667vw, 13px);
}
@media screen and (min-width: 1025px) {
  .el_campusNav li.el_icon a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #207bbf;
    position: absolute;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    bottom: -3px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .el_campusNav li.el_icon a:hover {
    opacity: 1;
  }
  .el_campusNav li.el_icon a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

/* =================================================
    見出し設定
=================================================== */
/* 見出し_1 */
/* 見出し_2 */
.el_lv2Heading {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #284d90;
  text-align: center;
}
.el_lv2Heading__en {
  font-family: "Raleway", sans-serif;
}
.el_lv2Heading__white {
  color: #fff;
}
.el_lv2Heading.el_sp_br br {
  display: block;
}
@media screen and (min-width: 768px) {
  .el_lv2Heading.el_sp_br br {
    display: none;
  }
}

/* トップ セクション見出し_2 */
/* 見出し_3 */
/* 見出し_4 */
/* 見出し_5 */
/* 見出し_6 */
/* =================================================
    overwrite
=================================================== */
.swiper-slide {
  max-width: none !important;
}
.swiper .swiper-wrapper {
  height: auto !important;
}
.swiper .has-global-padding {
  padding: 0;
}

body .is-layout-constrained.swiper-wrapper > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-right: 10px !important;
  margin-left: 0 !important;
}

.ly_j-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

@media screen and (min-width: 768px) {
  #sec_areamap > .has-global-padding,
  #sec_oneday > .has-global-padding,
  #sec_tram > .has-global-padding,
  #sec_okadenbus > .has-global-padding,
  .js_tabarea > .has-global-padding {
    padding-left: 60px;
    padding-right: 60px;
  }
}

#gt_float_wrapper {
  position: fixed;
  top: 80px;
  right: 10px;
  z-index: 100;
}
#gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

/* =================================================
    共通バーツ
=================================================== */
.el_map {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
.el_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.el_btnPdfWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.el_btnPdfWrap figure {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 5px) / 2);
          flex: 0 0 calc((100% - 5px) / 2);
}
.el_btnPdfWrap figure a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.el_btnPdfWrap figure a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.is_hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

/* =================================================
    .bl_fv 
=================================================== */
.bl_fv {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .bl_fv {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
  }
}
.bl_fv figure {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.bl_fv h2 {
  position: absolute;
  top: clamp(20px, 0.9160305344px + 5.0890585242vw, 40px);
  left: clamp(30px, 1.3740458015px + 7.6335877863vw, 60px);
  font-size: clamp(2.5rem, calc(0rem + 10.6666666667vw), 5rem);
  line-height: 1.15;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: left;
  font-weight: 900;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

/* =================================================
    .bl_areamap
=================================================== */
.bl_areamap .bl_areamap_ttl {
  display: block;
  width: 62.6086956522%;
  margin: 0 auto;
}

/* =================================================
    .bl_oneDayPass
=================================================== */
.bl_oneDayPass .bl_oneDayPass_header {
  background: url(../images/top/back_01.jpg) no-repeat top center/cover;
}
.bl_oneDayPass .bl_oneDayPass_header .bl_oneDayPass_ttl {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  font-size: clamp(46px, 8.786259542px + 9.9236641221vw, 85px);
  color: #f7f072;
  font-weight: 900;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
.bl_oneDayPass .bl_oneDayPass_header .bl_oneDayPass_ttl-sub {
  font-size: clamp(28px, 16.5496183206px + 3.0534351145vw, 40px);
  color: #f7f072;
  font-weight: 900;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  line-height: 1;
}
.bl_oneDayPass .bl_oneDayPass_header .bl_oneDayPass_ttl-sub .el_span {
  font-size: clamp(16px, 2.641221374px + 3.5623409669vw, 30px);
}
.bl_oneDayPass .bl_oneDayPass_header .bl_oneDayPass_ttl-caption {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  font-size: clamp(23px, 16.320610687px + 1.7811704835vw, 30px);
  color: #f7f072;
  font-weight: 900;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 1.2;
}
.bl_oneDayPass .bl_oneDayPass_header .bl_oneDayPass_card {
  position: relative;
  padding: 10px 15px;
  padding-right: 100px;
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
  border-radius: 5px;
  background-color: #e06b66;
}
.bl_oneDayPass .bl_oneDayPass_header .bl_oneDayPass_card h3 {
  font-size: clamp(1.5rem, calc(0rem + 6.4vw), 3rem);
  line-height: 1.25;
  color: #fff;
  font-weight: 700;
}
.bl_oneDayPass .bl_oneDayPass_header .bl_oneDayPass_card h3 strong {
  color: #f7f072;
}
.bl_oneDayPass .bl_oneDayPass_header .bl_oneDayPass_card .el_img {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17%;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.bl_oneDayPass .bl_oneDayPass_header .el_flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
}
.bl_oneDayPass .bl_oneDayPass_header .el_disc p {
  font-size: clamp(16px, 12.1832061069px + 1.0178117048vw, 20px);
  line-height: 1.375;
}
.bl_oneDayPass .bl_oneDayPass_header .el_badge {
  max-width: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  padding: 5px;
  background-color: #0054a7;
  color: #fff;
  font-weight: 700;
  margin: 0;
  margin-left: auto;
  text-align: center;
  border-radius: 100vh;
}
.bl_oneDayPass .bl_oneDayPass_header .el_badge .el_badge_heading {
  margin: 0;
  font-size: clamp(18px, 13.2290076336px + 1.272264631vw, 23px);
  line-height: 1;
}
.bl_oneDayPass .bl_oneDayPass_header .el_badge .el_badge_fee {
  margin: 0;
  font-size: clamp(30px, 23.320610687px + 1.7811704835vw, 37px);
  line-height: 1.4444444444;
}
.bl_oneDayPass .bl_oneDayPass_header .el_badge .el_badge_fee .el_span {
  margin: 0;
  font-size: clamp(18px, 13.2290076336px + 1.272264631vw, 23px);
  line-height: 1.4444444444;
}
.bl_oneDayPass .bl_oneDayPass_point {
  padding-top: clamp(20px, 15.2290076336px + 1.272264631vw, 25px);
}
.bl_oneDayPass .bl_oneDayPass_point .el_pointList li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  padding-top: clamp(10px, 0.4580152672px + 2.5445292621vw, 20px);
  padding-bottom: clamp(10px, 0.4580152672px + 2.5445292621vw, 20px);
  font-size: clamp(16px, 12.1832061069px + 1.0178117048vw, 20px);
}
.bl_oneDayPass .bl_oneDayPass_point .el_pointList li::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 17.6271186441%;
  flex:0 0 15%;
  height: auto;
  aspect-ratio: 52/66;
}
.bl_oneDayPass .bl_oneDayPass_point .el_pointList li:nth-of-type(1)::before {
  background: url(../images/top/point_01.png) no-repeat center center/contain;
}
.bl_oneDayPass .bl_oneDayPass_point .el_pointList li:nth-of-type(2)::before {
  background: url(../images/top/point_02.png) no-repeat center center/contain;
}
.bl_oneDayPass .bl_oneDayPass_point .el_pointList li:nth-of-type(3)::before {
  background: url(../images/top/point_03.png) no-repeat center center/contain;
}
.bl_oneDayPass .bl_oneDayPass_point .el_pointList li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px; /* ドットの縦サイズ */
  background: radial-gradient(circle closest-side, #7bc3e3 100%, transparent 0%);
  background-size: 6px 3px; /* 横：5px（ドット＋間隔）、縦：3px（ドットの高さ） */
  background-repeat: repeat-x;
}
.bl_oneDayPass .bl_oneDayPass_point .el_titleSolidRounded {
  width: 100%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #78c8ec;
  border-radius: 100vh;
  font-size: clamp(20px, 15.2290076336px + 1.272264631vw, 25px);
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.bl_oneDayPass .bl_oneDayPass_point .map_yukokukan {
  margin-top: 20px;
}
.bl_oneDayPass .bl_oneDayPass_point .el_titleUnderline {
  padding-bottom: 5px;
  border-bottom: 2px solid #78c8ec;
  font-size: clamp(18px, 13.2290076336px + 1.272264631vw, 23px);
  font-weight: 700;
}
.bl_oneDayPass .bl_oneDayPass_point .el_titleUnderline + * {
  margin-top: 10px;
}

/* =================================================
    .ly_tabWrap
=================================================== */
.bl_tabWrap .el_tabList_wrap {
  position: sticky;
  top: 66px;
  border-bottom: 2px solid #333333;
  z-index: 1000;
}
@media screen and (min-width: 1280px) {
  .bl_tabWrap .el_tabList_wrap {
    top: 0;
  }
}
.bl_tabWrap .el_tabList_wrap.is_sticky::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #fff;
  z-index: -1;
}
.bl_tabWrap .el_tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.bl_tabWrap .el_tabList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px) / 3);
          flex: 0 0 calc((100% - 20px) / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: clamp(50px, 38.5496183206px + 3.0534351145vw, 62px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: clamp(18px, 10.3664122137px + 2.0356234097vw, 26px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_tabWrap .el_tabList li:hover {
    cursor: pointer;
    height: clamp(70px, 55.6870229008px + 3.8167938931vw, 85px);
  }
}
.bl_tabWrap .el_tabList li font {
  display: block;
  line-height: 1;
  font-size: inherit;
  vertical-align: baseline;
}
.bl_tabWrap .el_tabList li font + br {
  display: none;
}
.bl_tabWrap .el_tabList li:nth-of-type(1) {
  background-color: #7eb584;
  line-height: 1.2;
}
.bl_tabWrap .el_tabList li:nth-of-type(2) {
  background-color: #e3cc4c;
}
.bl_tabWrap .el_tabList li:nth-of-type(3) {
  background-color: #f29a8a;
}
.bl_tabWrap .el_tabList li.is_active {
  height: clamp(70px, 55.6870229008px + 3.8167938931vw, 85px);
}
.bl_tabWrap strong {
  color: #e06b66;
  font-weight: 700;
}
.bl_tabWrap .el_tabCont_ttl {
  font-size: clamp(18px, 0.8244274809px + 4.5801526718vw, 36px);
  font-weight: 700;
  line-height: 1.2222222222;
  text-align: center;
}
.bl_tabWrap .el_fukidashi {
  position: relative;
  padding: 10px;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: clamp(16px, 4.5496183206px + 3.0534351145vw, 28px);
  font-weight: 700;
}
.bl_tabWrap .el_fukidashi::after {
  content: "";
  position: absolute;
  bottom: -10px; /* 三角の高さ分、下に出す */
  left: 50%; /* 水平方向中央に配置 */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* 中央寄せ */
  border-width: 10px 8px 0; /* 上:10px 左右:8px 下:0 */
  border-style: solid;
  width: 0;
  height: 0;
}

/* =================================================
    .bl_modelCourse
=================================================== */
.bl_modelCourse .bl_modelCourse_header {
  background-color: #f2f8f2;
}
.bl_modelCourse .el_fukidashi {
  position: relative;
  padding: clamp(10px, 0.4580152672px + 2.5445292621vw, 20px);
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  background: #7eb584;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.bl_modelCourse .el_fukidashi::after {
  content: "";
  position: absolute;
  bottom: -10px; /* 三角の高さ分、下に出す */
  left: 50%; /* 水平方向中央に配置 */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* 中央寄せ */
  border-width: 10px 8px 0; /* 上:10px 左右:8px 下:0 */
  border-style: solid;
  border-color: #7eb584 transparent transparent transparent;
  width: 0;
  height: 0;
}
.bl_modelCourse .el_fukidashi p:nth-of-type(1) {
  position: relative;
  padding-bottom: 8px;
  font-size: clamp(15px, 10.2290076336px + 1.272264631vw, 20px);
  line-height: 1.2;
}
.bl_modelCourse .el_fukidashi p:nth-of-type(1)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px; /* ドットの縦サイズ */
  background: radial-gradient(circle closest-side, #fff 100%, transparent 0%);
  background-size: 6px 3px; /* 横：5px（ドット＋間隔）、縦：3px（ドットの高さ） */
  background-repeat: repeat-x;
}
.bl_modelCourse .el_fukidashi p:nth-of-type(2) {
  padding-top: 8px;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  font-size: clamp(18px, 13.2290076336px + 1.272264631vw, 23px);
  line-height: 1.2222222222;
}
.bl_modelCourse .el_otoku {
  width: 85.5072463768%;
  text-align: center;
}
.bl_modelCourse .el_otoku .el_otoku_lead {
  text-align: left;
  font-size: clamp(16px, 12.1832061069px + 1.0178117048vw, 20px);
  line-height: 1.375;
}
.bl_modelCourse .el_otoku .el_otoku_table {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
.bl_modelCourse .el_otoku .el_otoku_table::before, .bl_modelCourse .el_otoku .el_otoku_table::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px; /* ドットの縦サイズ */
  background: radial-gradient(circle closest-side, #333 100%, transparent 0%);
  background-size: 6px 3px; /* 横：5px（ドット＋間隔）、縦：3px（ドットの高さ） */
  background-repeat: repeat-x;
}
.bl_modelCourse .el_otoku .el_otoku_table::before {
  top: 0;
}
.bl_modelCourse .el_otoku .el_otoku_table::after {
  bottom: 0;
}
.bl_modelCourse .el_otoku .el_otoku_table .el_otoku_table-th {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ffd800;
  font-size: clamp(15px, 0.6870229008px + 3.8167938931vw, 30px);
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
.bl_modelCourse .el_otoku .el_otoku_table .el_otoku_table-td {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  background-color: #fff;
  line-height: 1.375;
}
.bl_modelCourse .el_otoku .el_otoku_table .el_otoku_table-td strong {
  color: #e06b66;
  font-weight: 700;
}
.bl_modelCourse .el_routeWrap .el_courseTtl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: clamp(16px, 0.7328244275px + 4.0712468193vw, 32px);
  line-height: 1.375;
  font-weight: 700;
}
.bl_modelCourse .el_routeWrap .el_courseTtl.el_courseTtl_train::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: clamp(64px, 48.7328244275px + 4.0712468193vw, 80px);
  height: clamp(30px, 24.2748091603px + 1.5267175573vw, 36px);
  background: url(../images/top/icon_train.png) no-repeat center center/contain;
}
.bl_modelCourse .el_routeWrap .el_courseTtl.el_courseTtl_bus::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: clamp(64px, 48.7328244275px + 4.0712468193vw, 80px);
  height: clamp(30px, 24.2748091603px + 1.5267175573vw, 36px);
  background: url(../images/top/icon_bus.png) no-repeat center center/contain;
}
.bl_modelCourse .el_routeWrap .el_toho {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(120px, 81.8320610687px + 10.1781170483vw, 160px);
  min-height: clamp(50px, 38.5496183206px + 3.0534351145vw, 62px);
  padding: 0;
  border: 3px dotted #e99ab6;
  border-radius: 10px;
}
.bl_modelCourse .el_routeWrap .el_toho font {
  display: block;
  text-align: center;
  line-height: 1.2;
}
.bl_modelCourse .el_routeWrap .el_toho font + br {
  display: none;
}
.bl_modelCourse .el_routeWrap .el_toho.el_toho_left::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48px;
  height: 92px;
  background: url(../images/top/yazirushi_01.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 110%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bl_modelCourse .el_routeWrap .el_toho.el_toho_left::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 45px;
  height: 56px;
  background: url(../images/top/illust_03.png) no-repeat center center/contain;
  position: absolute;
  top: 10px;
  left: 110%;
}
.bl_modelCourse .el_routeWrap .el_toho.el_toho_right::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48px;
  height: 92px;
  background: url(../images/top/yazirushi_02.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 110%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bl_modelCourse .el_routeWrap .el_toho.el_toho_right::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 45px;
  height: 56px;
  background: url(../images/top/illust_05.png) no-repeat center center/contain;
  position: absolute;
  top: 10px;
  right: 110%;
}
.bl_modelCourse .el_routeWrap .el_toho p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  font-size: clamp(18px, 13.2290076336px + 1.272264631vw, 23px);
  font-weight: 700;
  color: #e99ab6;
}
.bl_modelCourse .el_routeWrap .el_courseCard .wp-block-columns-is-layout-flex {
  gap: 10px;
}
.bl_modelCourse .el_routeWrap .el_courseCard .el_courseCard_ttl {
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  background-color: #7eb584;
  border-radius: 100vh;
  font-size: clamp(18px, 0.8244274809px + 4.5801526718vw, 36px);
  font-weight: 700;
  color: #fff;
}
.bl_modelCourse .el_routeWrap .el_courseCard .el_courseCard_ttl h4 {
  text-align: center;
}
.bl_modelCourse .el_routeWrap .el_courseCard .el_courseCard_ttl h4 font {
  display: block;
  text-align: center;
}
.bl_modelCourse .el_routeWrap .el_courseCard .el_courseCard_ttl h4 font + br {
  display: none;
}
.bl_modelCourse .el_routeWrap .el_courseCard .el_illust {
  width: 60%;
  -webkit-margin-before: 30%;
          margin-block-start: 30%;
  margin-left: auto;
  margin-right: auto;
}
.bl_modelCourse .el_routeWrap .el_courseCard .el_illust.el_illust_single {
  width: 30%;
}
.bl_modelCourse .el_routeWrap .el_courseCard .el_img img {
  border-radius: 10px;
}

/* =================================================
    .bl_discountFacilities
=================================================== */
.bl_discountFacilities .el_annotations {
  padding-left: 1em;
}
.bl_discountFacilities .el_annotations li {
  position: relative;
  font-size: clamp(13px, 10.1374045802px + 0.7633587786vw, 16px);
  line-height: 1.3846153846;
}
.bl_discountFacilities .el_annotations li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -20px;
}
.bl_discountFacilities .bl_discountFacilities_card {
  padding-top: clamp(15px, 0.6870229008px + 3.8167938931vw, 30px);
  padding-bottom: clamp(20px, 0.9160305344px + 5.0890585242vw, 40px);
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.bl_discountFacilities .bl_discountFacilities_card:first-of-type {
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
}
.bl_discountFacilities .bl_discountFacilities_card .wp-block-columns-is-layout-flex {
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
  gap: clamp(18px, 13.2290076336px + 1.272264631vw, 23px);
}
.bl_discountFacilities .bl_discountFacilities_card .el_ttl {
  font-size: clamp(18px, 13.2290076336px + 1.272264631vw, 23px);
  font-weight: 700;
  text-align: center;
  line-height: 1.2222222222;
}
.bl_discountFacilities .bl_discountFacilities_card .el_cont p {
  line-height: 1.375;
}
.bl_discountFacilities .bl_discountFacilities_card .wp-block-buttons {
  -webkit-margin-before: clamp(16px, 0.7328244275px + 4.0712468193vw, 32px);
          margin-block-start: clamp(16px, 0.7328244275px + 4.0712468193vw, 32px);
}
.bl_discountFacilities .bl_culutre .bl_discountFacilities_card.bl_discountFacilities_card_yellow {
  background-color: #fbf5d9;
}
.bl_discountFacilities .bl_culutre .bl_discountFacilities_card .el_ttl {
  font-size: clamp(16px, 4.5496183206px + 3.0534351145vw, 28px);
  color: #e0b100;
}
.bl_discountFacilities .bl_culutre .el_fukidashi {
  background: #e1c000;
}
.bl_discountFacilities .bl_culutre .el_fukidashi::after {
  border-color: #e1c000 transparent transparent transparent;
}
.bl_discountFacilities .bl_etc .bl_discountFacilities_card.bl_discountFacilities_card_purple {
  background-color: #f5edf9;
}
.bl_discountFacilities .bl_etc .bl_discountFacilities_card .el_ttl {
  color: #ad89c4;
}
.bl_discountFacilities .bl_etc .el_fukidashi {
  background: #ad89c4;
}
.bl_discountFacilities .bl_etc .el_fukidashi::after {
  border-color: #ad89c4 transparent transparent transparent;
}

/* =================================================
    .bl_howToBuy 
=================================================== */
.bl_howToBuy .el_fukidashi {
  position: relative;
  padding: 10px;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  background: #f29a8a;
  border-radius: 10px;
  font-size: clamp(18px, 13.2290076336px + 1.272264631vw, 23px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.bl_howToBuy .el_fukidashi::after {
  content: "";
  position: absolute;
  bottom: -10px; /* 三角の高さ分、下に出す */
  left: 50%; /* 水平方向中央に配置 */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* 中央寄せ */
  border-width: 10px 8px 0; /* 上:10px 左右:8px 下:0 */
  border-style: solid;
  border-color: #f29a8a transparent transparent transparent;
  width: 0;
  height: 0;
}
.bl_howToBuy .bl_howToBuy_rydepass h3 {
  font-size: clamp(18px, 13.2290076336px + 1.272264631vw, 23px);
}
.bl_howToBuy .bl_howToBuy_rydepass .is-layout-flex.ly_j-center {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  gap: clamp(22px, 1.0076335878px + 5.5979643766vw, 44px);
}
.bl_howToBuy .el_arrow {
  display: block;
  width: 10.1694915254%;
}

/* =================================================
    .bl_tram
=================================================== */
.bl_tram .bl_tram_header {
  width: 100%;
  background: url(../images/top/back_02.jpg) no-repeat center center/cover;
  color: #f7f072;
}
.bl_tram .bl_tram_header .is-layout-flex {
  gap: 3px;
}
.bl_tram .bl_tram_header p {
  font-size: clamp(20px, 10.4580152672px + 2.5445292621vw, 30px);
  font-weight: 900;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
.bl_tram .bl_tram_header h2 {
  font-size: clamp(34px, 26.3664122137px + 2.0356234097vw, 42px);
  font-weight: 900;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

/* =================================================
    .bl_okadenBus
=================================================== */
@media screen and (min-width: 768px) {
  .bl_okadenBus .has-global-padding {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.bl_okadenBus .bl_bus_header {
  width: 100%;
  background: url(../images/top/back_02.jpg) no-repeat center center/cover;
  color: #f7f072;
}
.bl_okadenBus .bl_bus_header .is-layout-flex {
  gap: 3px;
}
.bl_okadenBus .bl_bus_header p {
  font-size: clamp(20px, 7.5954198473px + 3.3078880407vw, 33px);
  font-weight: 900;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
.bl_okadenBus .bl_bus_header h2 {
  font-size: clamp(34px, 13.9618320611px + 5.3435114504vw, 55px);
  font-weight: 900;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
.bl_okadenBus .el_recommendation {
  background-color: #284d90;
  color: #fff;
  font-weight: 900;
}
.bl_okadenBus .el_recommendation h2 {
  padding-bottom: 15px;
  background-image: url(../images/top/yazirushi_07.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 8px 12px;
  border-bottom: 1px solid #fff;
  font-size: clamp(34px, 26.3664122137px + 2.0356234097vw, 42px);
  line-height: 1.1764705882;
}
.bl_okadenBus .el_recommendation h2 a {
	display:block;
	width:100%
}
@media screen and (min-width: 768px) {
  .bl_okadenBus .el_recommendation h2 {
    background-size: 16px 24px;
  }
}
.bl_okadenBus .el_recommendation h2 span {
  font-size: clamp(18px, 16.0916030534px + 0.5089058524vw, 20px);
}
.bl_okadenBus .el_recommendation h3 {
  font-size: clamp(20px, 15.2290076336px + 1.272264631vw, 25px);
  line-height: 1;
}
.bl_okadenBus .el_recommendation p {
  font-weight: 400;
  font-size: clamp(14px, 10.1832061069px + 1.0178117048vw, 18px);
  line-height: 1.375;
}

/* =================================================
    .bl_information
=================================================== */
.bl_information {
  background-color: rgba(103, 174, 234, 0.15);
}
@media screen and (min-width: 768px) {
  .bl_information.has-global-padding {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.bl_information .el_address {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bl_information .el_address h4 {
  line-height: 2;
}
.bl_information .el_address p {
  line-height: 1.5;
}
.bl_information .el_tel {
  color: #284d90;
  font-size: clamp(20px, 15.2290076336px + 1.272264631vw, 25px);
  font-weight: 700;
}
.bl_information .el_tel a {
  color: #284d90;
  font-size: clamp(30px, 1.3740458015px + 7.6335877863vw, 60px);
  font-weight: 700;
}

/* =================================================
    gutenberg設定
=================================================== */
.underline {
  font-weight: bold;
  color: #284d90;
}

.block-editor-rich-text__editable.has-text-align-right {
  text-align: right !important;
}

.has-global-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .has-global-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.is-layout-flow.wp-block-group,
.bl_wrapsection {
  padding: 0;
}
@media screen and (min-width: 1280px) {
  .is-layout-flow.wp-block-group.el_padding55,
  .bl_wrapsection.el_padding55 {
    padding: 0 55px;
  }
}

.wp-block-image.is-style-rounded img {
  border-radius: 16px;
}

/* =================================================
    関数で追加した書式のCSS
=================================================== */
.is-style-rm-margin-top {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  margin-top: 0 !important;
}

.wp-block-image.is-style-round img {
  border-radius: 10px !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.is-style-round-line img {
  width: 100%;
  border: 2px solid #ccc;
}
@media screen and (min-width: 768px) {
  .is-style-round-line img {
    border: 1px solid #ccc;
  }
}

.is-style-button_jikoku_busstop {
  display: block;
}
.is-style-button_jikoku_busstop .wp-block-button {
  width: 100%;
  text-align: center;
}
.is-style-button_jikoku_busstop .wp-element-button {
  width: 100%;
  padding: 15px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #284d90;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #284d90;
}
@media screen and (min-width: 768px) {
  .is-style-button_jikoku_busstop .wp-element-button {
    width: 75%;
    max-width: 600px;
  }
}
@media screen and (min-width: 1025px) {
  .is-style-button_jikoku_busstop .wp-element-button:hover {
    opacity: 1;
    background: #eaedf4;
  }
}

.is-style-button_pdf_unchin .wp-element-button {
  width: 100%;
  padding: 18px;
  background: #67aeea;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}

.wp-block-button.is-style-button_link-blank {
  display: block !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: relative;
  margin-top: 10px !important;
}
.wp-block-button.is-style-button_link-blank .wp-element-button {
  width: 100%;
  padding: 13px 20px;
  padding-right: 100px;
  border: 2px solid #333333;
  border-radius: 10px;
  background: #fff;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(16px, 12.1832061069px + 1.0178117048vw, 20px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .wp-block-button.is-style-button_link-blank .wp-element-button {
    padding: 13px 40px;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-button.is-style-button_link-blank .wp-element-button:hover {
    opacity: 1;
    background: rgba(51, 51, 51, 0.1);
  }
}
.wp-block-button.is-style-button_link-blank .wp-element-button::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 20px;
  background: url(../images/common/icon/icon_blank__defult.svg) no-repeat center center/contain;
}

.wp-block-button.is-style-button_link-blank_blue {
  display: block !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: relative;
  margin-top: 10px !important;
}
.wp-block-button.is-style-button_link-blank_blue .wp-element-button {
  width: 100%;
  padding: 13px 20px;
  padding-right: 60px;
  border: 2px solid #284d90;
  border-radius: 10px;
  background: #fff;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(16px, 12.1832061069px + 1.0178117048vw, 20px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #284d90;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .wp-block-button.is-style-button_link-blank_blue .wp-element-button {
    padding: 13px 40px;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-button.is-style-button_link-blank_blue .wp-element-button:hover {
    opacity: 1;
    background: rgba(51, 51, 51, 0.1);
  }
}
.wp-block-button.is-style-button_link-blank_blue .wp-element-button::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 20px;
  background: url(../images/top/icon_external_blue.svg) no-repeat center center/contain;
}

.is-style-button_pdf_jikoku .wp-element-button {
  width: 100%;
  padding: 18px;
  background: #c099dd;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}

.is-style-button_kanko .wp-element-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: clamp(200px, 142.7480916031px + 15.2671755725vw, 260px);
  height: clamp(30px, 20.4580152672px + 2.5445292621vw, 40px);
  padding: 0;
  padding-left: 15px;
  padding-right: 30px;
  background-color: #fff;
  background-image: url(../images/top/yazirushi_04.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 7px 10px;
  border: 1px solid #333333;
  border-radius: 100vh;
  font-size: clamp(14px, 12.0916030534px + 0.5089058524vw, 16px);
  letter-spacing: 0em;
  color: #333333;
  font-weight: 400;
}

.is-style-button_culture .wp-element-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(260px, 202.7480916031px + 15.2671755725vw, 320px);
  height: 30px;
  padding: 0;
  padding-left: 15px;
  padding-right: 30px;
  background-color: #fff;
  background-image: url(../images/top/yazirushi_05.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 7px 10px;
  border: 1px solid #333333;
  border-radius: 100vh;
  font-size: clamp(14px, 10.1832061069px + 1.0178117048vw, 18px);
  letter-spacing: 0em;
  color: #333333;
  font-weight: 400;
}

.is-style-button_etc .wp-element-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(260px, 202.7480916031px + 15.2671755725vw, 320px);
  height: 30px;
  padding: 0;
  padding-left: 15px;
  padding-right: 30px;
  background-color: #fff;
  background-image: url(../images/top/yazirushi_06.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 7px 10px;
  border: 1px solid #333333;
  border-radius: 100vh;
  font-size: clamp(14px, 10.1832061069px + 1.0178117048vw, 18px);
  letter-spacing: 0em;
  color: #333333;
  font-weight: 400;
}

.is-style-button_pdf__defult {
  width: 100%;
}
.is-style-button_pdf__defult .wp-element-button {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 100px;
  background-color: #fff;
  border: 2px solid #333333;
  border-radius: 10px;
  font-size: clamp(16px, 12.1832061069px + 1.0178117048vw, 20px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (min-width: 1025px) {
  .is-style-button_pdf__defult .wp-element-button:hover {
    opacity: 1;
    background: rgba(51, 51, 51, 0.1);
  }
}
.is-style-button_pdf__defult .wp-element-button::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 20px;
  background: url(../images/top/icon_pdf.svg) no-repeat center center/contain;
}

.is-style-block-file_pdf {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 10px !important;
}
.is-style-block-file_pdf a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 20px;
  padding-right: 100px;
  border: 2px solid #207bbf;
  border-radius: 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #207bbf;
}
@media screen and (min-width: 768px) {
  .is-style-block-file_pdf a {
    padding: 13px 40px;
  }
}
@media screen and (min-width: 1025px) {
  .is-style-block-file_pdf a:hover {
    opacity: 1;
    background: rgba(32, 123, 191, 0.1);
  }
}
.is-style-block-file_pdf::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 20px;
  background: url(../images/common/icon/icon_pdf__blue.svg) no-repeat center center/contain;
}

.is-style-block-file_pdf__limousine {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 10px !important;
}
.is-style-block-file_pdf__limousine a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 20px;
  padding-right: 100px;
  border: 2px solid #ff6200;
  border-radius: 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ff6200;
}
@media screen and (min-width: 768px) {
  .is-style-block-file_pdf__limousine a {
    padding: 13px 40px;
  }
}
@media screen and (min-width: 1025px) {
  .is-style-block-file_pdf__limousine a:hover {
    opacity: 1;
    background: rgba(255, 98, 0, 0.1);
  }
}
.is-style-block-file_pdf__limousine::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 20px;
  background: url(../images/common/icon/icon_pdf_orange.svg) no-repeat center center/contain;
}

.is-style-default li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}
.is-style-default li:before {
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
}

.is-style-liststyle-circle_defult {
  padding-left: 1em;
}
.is-style-liststyle-circle_defult li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
  line-height: 1.875;
}
.is-style-liststyle-circle_defult li:before {
  border-radius: 100vh;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  background: #333333;
}

.is-style-liststyle-circle_bland li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}
.is-style-liststyle-circle_bland li:before {
  border-radius: 100vh;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  background: #284d90;
}

.is-style-liststyle-circle_bland2 li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}
.is-style-liststyle-circle_bland2 li:before {
  border-radius: 100vh;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  background: #207bbf;
}
.is-style-liststyle-circle_bland2 li > ol li {
  padding-left: 0;
  counter-increment: cnt;
}
.is-style-liststyle-circle_bland2 li > ol li:before {
  width: auto;
  height: 1em;
  margin-right: 0.3em;
  display: inline-block;
  position: static;
  content: "(" counter(cnt) ") ";
  background: transparent;
}

.is-style-liststyle-circle_bland4 li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}
.is-style-liststyle-circle_bland4 li:before {
  border-radius: 100vh;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  background: #ce5a8b;
}
.is-style-liststyle-circle_bland4 li > ul > li:before {
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
  background: transparent;
}

.is-style-liststyle-circle_blue li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}
.is-style-liststyle-circle_blue li:before {
  border-radius: 100vh;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  background: #78c8ec;
}

.is-style-liststyle-circle_salmonPink li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}
.is-style-liststyle-circle_salmonPink li:before {
  border-radius: 100vh;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  background: #f29a8a;
}

.is-style-listItem-color_bland4 {
  color: #ce5a8b;
}

.is-style-liststyle-kome_defult li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}
.is-style-liststyle-kome_defult li:before {
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
}

.is-style-liststyle-square_blue li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
  line-height: 1.875;
}
.is-style-liststyle-square_blue li:before {
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  background: #64adec;
}

.is-style-liststyle-navi_limousine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ff6200;
  width: 92%;
  gap: 5px;
  row-gap: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .is-style-liststyle-navi_limousine {
    gap: 15px;
  }
}
.is-style-liststyle-navi_limousine li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
.is-style-liststyle-navi_limousine li a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  padding: 11px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .is-style-liststyle-navi_limousine li a:hover {
    background: #ffe0cd;
    color: #ff6200;
  }
}
.is-style-liststyle-navi_limousine li a:after {
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f078";
  font-size: 14px;
  font-size: 0.875rem;
}

.is-style-liststyle-circle_limousine li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}
.is-style-liststyle-circle_limousine li:before {
  border-radius: 100vh;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  background: #ff6200;
}

.is-style-liststyle-dot_defult {
  list-style-type: disc;
  padding-left: 1em;
}
.is-style-liststyle-dot_defult li {
  position: relative;
  padding-left: 0;
  margin-bottom: 0.5em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}
.is-style-liststyle-dot_defult li:before {
  display: none;
}

.wp-block-table.is-style-no-border {
  overflow: visible;
}
.wp-block-table.is-style-no-border table,
.wp-block-table.is-style-no-border thead,
.wp-block-table.is-style-no-border th,
.wp-block-table.is-style-no-border td {
  border: none;
}

.wp-block-table.is-style-harecahalf-table {
  overflow: visible;
}
.wp-block-table.is-style-harecahalf-table th,
.wp-block-table.is-style-harecahalf-table td {
  padding: 0.6em;
  border: none;
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  font-weight: normal;
}
.wp-block-table.is-style-harecahalf-table th {
  white-space: nowrap;
  font-weight: normal;
  vertical-align: text-top;
}

.wp-block-table.is-style-teiki_kikan-table {
  overflow: visible;
}
.wp-block-table.is-style-teiki_kikan-table table,
.wp-block-table.is-style-teiki_kikan-table th,
.wp-block-table.is-style-teiki_kikan-table td {
  border: none;
  padding: 5px 0;
}
.wp-block-table.is-style-teiki_kikan-table th {
  width: 3em;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: text-top;
}
.wp-block-table.is-style-teiki_kikan-table td {
  font-size: 16px;
  font-size: 1rem;
}

.wp-block-table.is-style-kanko-table {
  overflow: visible;
}
.wp-block-table.is-style-kanko-table th,
.wp-block-table.is-style-kanko-table td {
  padding: 0.6em;
  border: 1px solid #284d90;
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  text-align: left;
}
.wp-block-table.is-style-kanko-table th {
  background: rgba(103, 174, 234, 0.15);
  white-space: nowrap;
  font-weight: normal;
}

.wp-block-table.is-style-horizontal-border {
  overflow: visible;
}
.wp-block-table.is-style-horizontal-border table,
.wp-block-table.is-style-horizontal-border th,
.wp-block-table.is-style-horizontal-border td {
  border: none;
}
.wp-block-table.is-style-horizontal-border table {
  width: auto;
}
.wp-block-table.is-style-horizontal-border th,
.wp-block-table.is-style-horizontal-border td {
  padding: 0.5em 1em;
  display: block;
}
@media screen and (min-width: 768px) {
  .wp-block-table.is-style-horizontal-border th,
  .wp-block-table.is-style-horizontal-border td {
    display: table-cell;
    padding: 1em;
  }
}
.wp-block-table.is-style-horizontal-border tr {
  border-bottom: 1px solid #333333;
}
.wp-block-table.is-style-horizontal-border tr:first-of-type {
  border-top: 1px solid #333333;
}

.is-style-decoration-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.is-style-decoration-sub_16_bold {
  font-size: 18px;
  font-size: 1.125rem;
  color: #284d90;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.is-style-decoration-round_h3_teiki {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(103, 174, 234, 0.8);
  border-radius: 100vh;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.5;
}

.is-style-decoration-round_no_platform {
  width: 50px;
  height: 50px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #284d90;
  border-radius: 100vh;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.is-style-decoration-background_limousine2 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 12px 20px;
  padding-left: 66px;
  border-bottom: 2px solid #ff6200;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ff6200;
}
.is-style-decoration-background_limousine2::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../images/limousine/icon_limousine2.svg) no-repeat center center/contain;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.is-style-decoration-background_limousine3 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 260px;
  position: relative;
  padding: 3px 20px;
  background: rgba(255, 98, 0, 0.2);
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ff6200;
}

.is-style-decoration-background_bland,
h3.is-style-decoration-background_bland {
  padding: 8px;
  margin-bottom: 30px;
  background: #284d90;
  border-radius: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}

.is-style-decoration-background_bland2,
h3.is-style-decoration-background_bland {
  padding: 8px;
  margin-bottom: 30px;
  background: #207bbf;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
.is-style-decoration-background_bland2 span,
h3.is-style-decoration-background_bland span {
  font-size: 80%;
}
@media screen and (min-width: 768px) {
  .is-style-decoration-background_bland2 br,
  h3.is-style-decoration-background_bland br {
    display: none;
  }
}

.is-style-decoration-background_cyan,
h3.is-style-decoration-background_cyan {
  padding: 8px;
  -webkit-margin-before: clamp(30px, 10.9160305344px + 5.0890585242vw, 50px);
          margin-block-start: clamp(30px, 10.9160305344px + 5.0890585242vw, 50px);
  margin-bottom: 15px;
  background: #78c8ec;
  font-size: clamp(20px, 15.2290076336px + 1.272264631vw, 25px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}

.is-style-decoration-linebottom {
  padding-bottom: 4px;
  border-bottom: 2px solid #284d90;
}

.is-style-decoration-linebottom67aeea {
  padding-bottom: 4px;
  border-bottom: 2px solid #67aeea;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.is-style-decoration-linebottom__white {
  padding-bottom: 4px;
  border-bottom: 2px solid #fff;
}

.is-style-decoration-circleTtl {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 20px;
  -webkit-margin-before: clamp(20px, 0.9160305344px + 5.0890585242vw, 40px);
          margin-block-start: clamp(20px, 0.9160305344px + 5.0890585242vw, 40px);
  font-size: clamp(18px, 12.2748091603px + 1.5267175573vw, 24px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #333333;
}
.is-style-decoration-circleTtl::before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  background: #78c8ec;
  border-radius: 100vh;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* =================================================
    loop
=================================================== */
.wp_loop {
  color: #fff;
}
.wp_loop_itemHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .wp_loop_itemHeader {
    margin-bottom: 0;
    margin-right: 1em;
  }
}
.wp_loop_itemHeader time {
  font-size: 16px;
  font-size: 1rem;
}
.wp_loop_item {
  padding: 20px;
  border-bottom: 1px dotted #fff;
}
.wp_loop_item:first-of-type {
  border-top: 1px dotted #fff;
}
@media screen and (min-width: 1025px) {
  .wp_loop_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.wp_loop_item a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-right: 2em;
  font-size: 16px;
  font-size: 1rem;
}
.wp_loop_item a::after {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  position: absolute;
  top: 4px;
  right: 0;
}

/* =================================================
    カテゴリー
=================================================== */
.el_cat {
  min-width: 120px;
  height: auto;
  padding: 1px;
  padding-top: 2px;
  margin-right: 10px;
  border: 1px solid #333333;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #333333;
}
.el_cat .el_cat__ {
  color: #333333;
  border: 1px solid #333333;
}
.el_cat__bus {
  border: 1px solid #67aeea;
  color: #67aeea;
}
.el_cat__important {
  border: 1px solid #e081a6;
  color: #e081a6;
}
.el_cat__airportbus {
  border: 1px solid #ef9d6a;
  color: #ef9d6a;
}
.el_cat__others {
  border: 1px solid #83cea8;
  color: #83cea8;
}
.el_cat__temporarybus {
  border: 1px solid #c78ff0;
  color: #c78ff0;
}
.el_cat__urgency {
  border: 1px solid #ce5a8b;
  color: #ce5a8b;
}
.el_cat__diagram {
  border: 1px solid #c6b43c;
  color: #c6b43c;
}

.wp_loop__top .el_cat__ {
  color: #fff;
  border: 1px solid #fff;
}

/* ======================================
    page 404
====================================== */
.bl_page404 {
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.bl_page404 h2 {
  margin-bottom: 6rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.bl_page404 .el_btnBacktoTop {
  position: relative;
  width: 220px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
}
.bl_page404 .el_btnBacktoTop a {
  position: absolute;
  width: 100%;
  height: 50px;
  background: #284d90;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
}
@media screen and (min-width: 1025px) {
  .bl_page404 .el_btnBacktoTop a {
    background: #fff;
    color: #284d90;
    border: 1px solid #284d90;
    opacity: 1;
  }
  .bl_page404 .el_btnBacktoTop a:hover {
    background: #284d90;
    color: #fff;
  }
}

/* プライバシーポリシーチェック 
-------------------------------------------------------*/
.mwform-checkbox-field-text {
  padding-left: 30px;
  position: relative;
}

.mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #c2c0b8;
  border-radius: 3px;
  background: #fff;
}

input:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 5px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #b91d2a;
  border-right: 3px solid #b91d2a;
}

/* ======================================
  .wp-pagenavi
======================================= */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0 0.5em;
  padding: 0;
  border: none;
}

.wp-pagenavi .pages {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-right: 0;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.wp-pagenavi .page {
  line-height: 2em;
  width: 2em;
  height: 2em;
}

.wp-pagenavi a.page:hover {
  background: rgba(40, 77, 144, 0.3);
}

.wp-pagenavi span.current {
  font-weight: 400;
  line-height: 2.2em;
  width: 2.2em;
  height: 2.2em;
  color: #fff;
  background-color: #284d90;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first {
  font-size: 20px;
  font-size: 1.25rem;
  width: 0.7em;
  padding-bottom: 0.3em;
}

/* =================================================
    折り畳みアーカイブウィジェット
=================================================== */
.widget {
  margin-bottom: 10rem;
}
.widget .bl_cat_list li {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px dotted #284d90;
}
.widget_archive a.year {
  display: block;
  padding: 1.5em 0;
  cursor: pointer;
  border-bottom: 1px solid #284d90;
}
.widget_archive a.year.open .mark {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.widget_archive .widget-title {
  font-weight: 600;
  padding-bottom: 0.6em;
  margin-bottom: 2rem;
  color: #284d90;
  border-bottom: 2px solid #284d90;
}
.widget_archive .mark {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.4em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.4em solid black;
}
.widget_archive .month {
  display: none;
  padding-right: 1em;
  padding-left: 1em;
  border-bottom: 1px solid #284d90;
}
.widget_archive .month li:nth-of-type(n + 2) {
  border-top: 1px dotted #284d90;
}
.widget_archive .month li a {
  display: block;
  padding: 0.8em 0 0.9em 0.3em;
}

/* =================================================
    .bl_breadcrumb
=================================================== */
.bl_breadcrumb {
  display: none;
}
@media screen and (min-width: 768px) {
  .bl_breadcrumb {
    display: block;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .bl_breadcrumb ul {
    margin: 0 auto;
    padding-left: 20px;
    max-width: 1000px;
  }
  .bl_breadcrumb ul li {
    display: inline-block;
    color: #888888;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .bl_breadcrumb ul li::after {
    content: ">";
    font-size: inherit;
    margin-left: 0.3em;
  }
  .bl_breadcrumb ul li:last-of-type::after {
    content: "";
  }
  .bl_breadcrumb ul li a {
    color: inherit;
  }
  .bl_breadcrumb ul li br {
    display: none;
  }
}

/* =================================================
    functionで定義したパーツ
=================================================== */
/* テンプレートパーツ： 上マージン削除 */
.wp-block-template-part.is-style-rm-margin-top {
  margin-top: 0;
}

/* カラム：モバイル逆順 */
@media (max-width: 781px) {
  .wp-block-columns.is-style-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.hp_text_center {
  text-align: center !important;
}

/* 投稿エディターに左右の余白を入れる */
.is-root-container {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}

.is-root-container :where(.has-global-padding) {
  padding-right: 0;
  padding-left: 0;
}

.is-root-container > .alignfull {
  margin-right: calc(var(--wp--style--root--padding-right) * -1);
  margin-left: calc(var(--wp--style--root--padding-left) * -1);
}

.is-root-container :where(.has-global-padding) > .alignfull {
  margin-right: 0;
  margin-left: 0;
}

/* 間隔をカスタマイズする */
.wp-site-blocks > header + main {
  -webkit-margin-before: var(--wp--preset--spacing--70);
          margin-block-start: var(--wp--preset--spacing--70);
}

.wp-site-blocks > main + footer {
  -webkit-margin-before: var(--wp--preset--spacing--80);
          margin-block-start: var(--wp--preset--spacing--80);
}

.page .wp-site-blocks > main + footer {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

main > .mainTitle + .mainBody {
  -webkit-margin-before: var(--wp--preset--spacing--70);
          margin-block-start: var(--wp--preset--spacing--70);
}

.page-template-wp-custom-template-no-title-php .wp-site-blocks > header + main {
  margin-top: var(--wp--preset--spacing--50);
}/*# sourceMappingURL=style.css.map */

.translated-ltr .bl_oneDayPass .bl_oneDayPass_point .el_pointList li {
	display:block;
	padding:10% 0 10% 24%;
}
.translated-ltr .bl_oneDayPass .bl_oneDayPass_point .el_pointList li::before {
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.translated-ltr .bl_modelCourse .el_routeWrap .el_courseTtl {
	display:block;
	padding-left:24%;
}
.translated-ltr .bl_modelCourse .el_routeWrap .el_courseTtl.el_courseTtl_train::before,
.translated-ltr .bl_modelCourse .el_routeWrap .el_courseTtl.el_courseTtl_bus::before {
	position:absolute;
	left:0;
	top:50%;
	transform:translatey(-50%);
}