@charset "UTF-8";
/*
Theme Name: keisei-bus-group
Author: Airily
Version: 1.0
*/
html {
  font-size: 62.5%;
}
@media (max-width: 1680px) {
  html {
    font-size: 58.6%;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 56.6%;
  }
}
@media screen and (max-width: 1536px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 46%;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 44%;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 41.5%;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 36.1%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 62.5%;
    overscroll-behavior: none;
  }
}

body {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  color: #000;
  font-weight: 400;
  font-size: 1.9rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 768px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-size: 14px;
  }
}

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

div, pre, p, blockquote, h1, h2, h3, h4, h5, h6, form, fieldset, figure, figcaption, ul, ol, li {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

p {
  margin-bottom: 1.2em;
}
p.mb0 {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
}

a {
  color: #000;
}
a[href^="tel:"] {
  text-decoration: none;
}
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a img:hover {
  opacity: 0.6;
}

#header {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-top: solid 1px #F2F2F2;
  position: fixed;
  top: 0;
  height: 21rem;
  transition: 1s;
  z-index: 10;
}
#header.hide {
  transform: translateY(calc(-21rem - 15px));
}
@media (max-width: 1140px) {
  #header {
    height: 18.1rem;
  }
}
@media (max-width: 768px) {
  #header {
    height: 141px;
  }
}
#header .header-inner {
  background: #fff;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1141px) {
  #header .header-inner {
    height: 13rem;
    padding-top: 0.9rem;
    padding-bottom: 1rem;
    align-items: end;
  }
}
@media (max-width: 1140px) {
  #header .header-inner {
    flex-wrap: wrap;
    align-items: flex-start;
    height: 11rem;
  }
}
@media (max-width: 768px) {
  #header .header-inner {
    flex-wrap: wrap;
    align-items: flex-start;
    height: 70px;
  }
}

#site-translate-header-wrapper + #header {
  height: 24.1rem;
}
@media (max-width: 1140px) {
  #site-translate-header-wrapper + #header {
    height: 21.6rem;
    padding-top: 3.5rem;
  }
}
@media (max-width: 768px) {
  #site-translate-header-wrapper + #header {
    height: 190px;
    padding-top: 50px;
  }
}
@media (min-width: 1141px) {
  #site-translate-header-wrapper + #header .header-inner {
    height: 16rem;
  }
}

#site-translate-header-wrapper + #header.hide {
  transform: translateY(-30rem);
}

.header-l {
  padding-left: 4rem;
}
@media (min-width: 1141px) {
  .header-l {
    width: 21%;
  }
}
@media (max-width: 1140px) {
  .header-l {
    width: calc(100% - 29rem);
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .header-l {
    width: calc(100% - 18rem);
    padding-right: 10px;
  }
}
.header-l a.logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #023894;
  font-weight: bold;
}
@media (min-width: 1141px) {
  .header-l a.logo {
    width: 100%;
    max-width: 370px;
    gap: 0 8.9%;
  }
}
@media (max-width: 1140px) {
  .header-l a.logo {
    gap: 0 10px;
  }
}
@media (min-width: 1141px) {
  .header-l a.logo span {
    font-size: clamp(14px, 1.25vw, 2.4rem);
    word-break: normal;
  }
}
@media (max-width: 1140px) {
  .header-l a.logo span {
    font-size: 12px;
  }
}
.header-l a.logo img {
  transition: 0.2s;
}
@media (min-width: 1141px) {
  .header-l a.logo img {
    width: 18%;
    max-width: 5.7rem;
  }
}
@media (max-width: 1140px) {
  .header-l a.logo img {
    width: auto;
    max-width: none;
    max-height: 45px;
  }
}

.header-r {
  flex: 1;
}
.header-r .header-r-col {
  width: 100%;
  height: 11rem;
  display: flex;
  justify-content: end;
  gap: 0 1.9481%;
}
@media (max-width: 768px) {
  .header-r .header-r-col {
    height: 70px;
  }
}
.header-r .header-r-col .col-l {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1140px) {
  .header-r .header-r-col .col-l {
    display: none;
  }
}
.header-r .header-r-col .col-l .header-operate {
  width: 100%;
  padding-top: 5px;
  padding-right: 3rem;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0 3.2787%;
}
.header-r .header-r-col .col-l .header-operate .header-search {
  width: 20.1rem;
}
.header-r .header-r-col .col-l .header-operate .header-language {
  width: 15rem;
  position: relative;
}
.header-r .header-r-col .col-l .header-operate .header-language a {
  cursor: pointer;
}
.header-r .header-r-col .col-l .header-operate .header-logo_group {
  width: 7.5rem;
}
.header-r .header-r-col .col-l ul.gnavi {
  width: 100%;
  height: 100%;
  display: flex;
  list-style: none;
}
@media (min-width: 1141px) {
  .header-r .header-r-col .col-l ul.gnavi {
    padding-bottom: 2rem;
    margin-top: 3rem;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 1140px) {
  .header-r .header-r-col .col-l ul.gnavi {
    flex-direction: column;
    flex-wrap: unset;
  }
}
.header-r .header-r-col .col-l ul.gnavi li {
  min-width: 12rem;
  padding: 0 3rem;
  border-right: solid 1px #D9D9D9;
  white-space: nowrap;
  line-height: 1;
}
.header-r .header-r-col .col-l ul.gnavi li:first-child {
  padding: 0 2rem;
}
.header-r .header-r-col .col-l ul.gnavi li:nth-last-child(1) {
  border-right: none;
}
.header-r .header-r-col .col-l ul.gnavi li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media (min-width: 1141px) {
  .header-r .header-r-col .col-l ul.gnavi li a.on .pick::before {
    content: "";
    width: 8rem;
    border-bottom: 1px solid #D80A30;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -2rem;
    margin: 0 auto;
  }
  .header-r .header-r-col .col-l ul.gnavi li a .pick {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .header-r .header-r-col .col-l ul.gnavi li a .pick:hover::before {
    content: "";
    width: 8rem;
    border-bottom: 1px solid #D80A30;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -2rem;
    margin: 0 auto;
  }
}
@media (max-width: 1140px) {
  .header-r .header-r-col .col-l ul.gnavi li a {
    padding: 15px 10px;
    text-align: center;
    font-size: 17px;
  }
}
.header-r .header-r-col .col-r {
  width: 29rem;
  height: 11rem;
  padding-right: 2rem;
}
@media (max-width: 1140px) {
  .header-r .header-r-col .col-r {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .header-r .header-r-col .col-r {
    width: 18rem;
    height: 70px;
  }
}
.header-r .header-r-col .col-r .col-r-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1141px) {
  .header-r .header-r-col .col-r .col-r-box {
    gap: 0 14.8148%;
  }
}
.header-r .header-r-col .col-r a.header-recruit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  background: #92D050;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 1141px) {
  .header-r .header-r-col .col-r a.header-recruit {
    width: 11rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    font-weight: bold;
  }
  .header-r .header-r-col .col-r a.header-recruit img {
    width: 35%;
    max-width: 3.8rem;
  }
}
@media (max-width: 1140px) {
  .header-r .header-r-col .col-r a.header-recruit {
    gap: 10px;
    width: 33.3333%;
    height: 11rem;
    justify-content: center;
  }
  .header-r .header-r-col .col-r a.header-recruit img {
    width: auto;
    height: 25px;
  }
}
@media (max-width: 768px) {
  .header-r .header-r-col .col-r a.header-recruit {
    width: 60px;
    height: 70px;
  }
}
.header-r .header-r-col .col-r a.header-recruit span {
  text-align: center;
  line-height: 1;
}
@media (max-width: 1140px) {
  .header-r .header-r-col .col-r a.header-recruit span {
    font-size: 1.2rem;
  }
}
.header-r .header-r-col .col-r a.header-recruit span.header-recruit-txt-transl {
  font-size: 1.7rem;
}
@media (min-width: 1141px) {
  .header-r .header-r-col .col-r .sp_header-language {
    display: none;
  }
}
@media (max-width: 1140px) {
  .header-r .header-r-col .col-r .sp_header-language {
    width: 33.3333%;
    height: 11rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 56, 148, 0.15);
    color: #004EA2;
    position: relative;
  }
  .header-r .header-r-col .col-r .sp_header-language a {
    text-decoration: none;
    color: #004EA2;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .header-r .header-r-col .col-r .sp_header-language {
    width: 60px;
    height: 70px;
  }
}
.header-r .header-r-col .col-r .sp_header-language figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.header-r .header-r-col .col-r .sp_header-language figure img {
  width: auto;
  height: 25px;
}
.header-r .header-r-col .col-r .sp_header-language figure figcaption {
  font-weight: bold;
  line-height: 1;
}
.header-r .header-r-col .col-r .header-toggle {
  width: 12rem;
}
@media (max-width: 1140px) {
  .header-r .header-r-col .col-r .header-toggle {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .header-r .header-r-col .col-r .header-toggle {
    width: 60px;
  }
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 3.5rem;
  left: 0;
  min-width: 15rem;
  background: #004EA2;
  padding: 0;
  list-style: none;
  z-index: 1000;
  overflow: hidden;
}

.dropdown-content.show {
  display: block;
  animation: fadeIn 0.3s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dropdown-content a {
  display: block;
  padding: 1rem 2rem;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #D9D9D9;
  transition: background-color 0.2s;
}

.dropdown-content a:hover {
  background-color: #D80A30;
}

.close-btn {
  width: 100%;
  border: none;
  background: #D9D9D9;
  color: #000;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s;
}

.close-btn:hover {
  background-color: #bfbfbf;
}

@media (max-width: 1140px) {
  .sp_header-language .dropdown-content {
    top: 11rem;
  }
}
.sp_header-language .dropdown-content {
  top: 70px;
  left: auto;
  right: 0;
}
.sp_header-language .dropdown-content a {
  color: #fff !important;
}

.in-header-r {
  display: flex;
  padding-top: 10px;
}
@media (min-width: 1141px) {
  .in-header-r {
    width: 59.3%;
    max-width: 1077px;
    height: 8rem;
    padding-right: 10rem;
  }
}
@media (max-width: 1140px) {
  .in-header-r {
    width: 100%;
  }
}
.in-header-r ul.gnavi {
  width: 100%;
  height: 100%;
  padding-right: 10px;
  display: flex;
  list-style: none;
  margin-top: 6px;
}
@media (min-width: 1141px) {
  .in-header-r ul.gnavi {
    width: calc(100% - 150px);
    max-width: 830px;
    align-items: center;
    justify-content: flex-end;
    gap: 0 4.2%;
  }
}
@media (max-width: 1140px) {
  .in-header-r ul.gnavi {
    flex-direction: column;
    flex-wrap: unset;
  }
}
.in-header-r ul.gnavi li {
  white-space: nowrap;
  line-height: 1;
}
.in-header-r ul.gnavi li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 1141px) {
  .in-header-r ul.gnavi li a.on .pick::before {
    content: "";
    width: 8rem;
    border-bottom: 1px solid #D80A30;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -2rem;
    margin: 0 auto;
  }
  .in-header-r ul.gnavi li a .pick {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .in-header-r ul.gnavi li a .pick:hover::before {
    content: "";
    width: 8rem;
    border-bottom: 1px solid #D80A30;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -2rem;
    margin: 0 auto;
  }
}
@media (max-width: 1140px) {
  .in-header-r ul.gnavi li a {
    padding: 15px 10px;
    text-align: center;
    font-size: 17px;
  }
}
.in-header-r ul.gnavi li.spon {
  display: none;
}
@media (max-width: 1140px) {
  .in-header-r ul.gnavi li.spon.sp01 {
    display: flex;
    justify-content: center;
    gap: 0 30px;
  }
  .in-header-r ul.gnavi li.spon.sp01 a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1140px) {
  .in-header-r ul.gnavi li.spon.sp02 {
    display: block;
    padding-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 14px;
  }
}
.in-header-r ul.ul-icon {
  width: 15rem;
}
@media (max-width: 1140px) {
  .in-header-r ul.ul-icon {
    display: none;
  }
}

.important-wrapp {
  background: #fff;
  box-shadow: 0px 12px 8px -2px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
@media (max-width: 1140px) {
  .important-wrapp.fix {
    height: 7rem;
  }
}
@media (max-width: 768px) {
  .important-wrapp.fix {
    height: 70px;
  }
}
.important-wrapp.fix::before {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background-image: linear-gradient(90deg, #004ea2, #d80a30);
}
.important-wrapp.in-navi {
  margin-top: 2rem;
}
.important-wrapp .important-box {
  width: 100%;
  display: flex;
  background: #FFF;
  padding: 1rem 0;
  color: #fff;
}
.important-wrapp .important-box a {
  text-decoration: none;
  color: #E91E63;
  font-weight: bold;
}
.important-wrapp .important-box .important-title {
  width: 100%;
  background-color: #E91E63;
  clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
}
@media (min-width: 1141px) {
  .important-wrapp .important-box .important-title {
    height: 4rem;
    max-width: 28rem;
    padding-right: 5rem;
  }
}
@media (max-width: 1140px) {
  .important-wrapp .important-box .important-title {
    width: auto;
    height: 3rem;
    justify-content: left;
    padding-left: 1rem;
    white-space: nowrap;
    padding-right: 4rem;
  }
}
@media (max-width: 768px) {
  .important-wrapp .important-box .important-title {
    max-width: 10rem;
    padding-left: 0.5rem;
    white-space: unset;
    padding-right: 1.5rem;
  }
}
.important-wrapp .important-box .important-title .txt {
  padding-left: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
@media (max-width: 1140px) {
  .important-wrapp .important-box .important-title .txt {
    padding-left: 0;
    gap: 0 5px;
    font-size: 12px;
  }
}
.important-wrapp .important-box .important-title .txt span {
  flex: 1;
}
@media (max-width: 768px) {
  .important-wrapp .important-box .important-title .txt span {
    word-break: keep-all;
    line-height: 1.1;
  }
}
.important-wrapp .important-box .important-title .txt::before {
  content: "";
  width: 3rem;
  height: 2.6rem;
  display: block;
  background: url(img/icon-triangle.webp) no-repeat center;
  background-size: contain;
}
@media (max-width: 1140px) {
  .important-wrapp .important-box .important-title .txt::before {
    width: 1.5rem;
    height: 1.3rem;
  }
}
.important-wrapp .important-box .important-contents {
  max-height: 4rem;
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 0.1rem;
  color: #E91E63;
  font-weight: bold;
  overflow: hidden;
}
@media (max-width: 1140px) {
  .important-wrapp .important-box .important-contents {
    max-height: 30px;
  }
}
.important-wrapp .important-box .important-contents .loop-box {
  width: 100%;
  overflow: hidden;
}
.important-wrapp .important-box .important-contents .txt-loop {
  display: inline-flex;
  padding-left: 100%;
  white-space: nowrap;
  animation: loop 20s linear infinite;
  transform: translateX(100%);
}
.important-wrapp .important-box .important-contents .txt-loop p {
  margin-bottom: 0;
}
.important-wrapp .important-box .important-contents .txt-loop p + p {
  margin-left: 9rem;
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.important-wrapp .important-box a.important-link {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #004EA2;
  clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0% 100%);
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  position: relative;
  transition: 0.2s ease-out;
}
@media (min-width: 1141px) {
  .important-wrapp .important-box a.important-link {
    max-width: 32rem;
    height: 4rem;
    padding-left: 5rem;
  }
}
@media (max-width: 1140px) {
  .important-wrapp .important-box a.important-link {
    width: auto;
    height: 3rem;
    padding-left: 3rem;
    white-space: nowrap;
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .important-wrapp .important-box a.important-link {
    min-width: auto;
    max-width: 11rem;
    padding-left: 2rem;
    white-space: unset;
    padding-right: 1rem;
  }
}
.important-wrapp .important-box a.important-link .txt {
  display: flex;
  align-items: center;
  gap: 0 10px;
  letter-spacing: 0.1rem;
}
@media (max-width: 1140px) {
  .important-wrapp .important-box a.important-link .txt {
    font-size: 10px;
    gap: 0 5px;
  }
}
.important-wrapp .important-box a.important-link .txt span {
  flex: 1;
}
@media (max-width: 768px) {
  .important-wrapp .important-box a.important-link .txt span {
    word-break: keep-all;
    line-height: 1.1;
  }
}
.important-wrapp .important-box a.important-link .txt::before {
  content: "";
  width: 6px;
  height: 7px;
  display: block;
  -webkit-mask-image: url(img/right_small_line.svg);
          mask-image: url(img/right_small_line.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 6px 7px;
          mask-size: 6px 7px;
  background-color: #fff;
}
@media (max-width: 1140px) {
  .important-wrapp .important-box a.important-link .txt::before {
    -webkit-mask-size: 4px 8px;
            mask-size: 4px 8px;
  }
}
.important-wrapp .important-box a.important-link::before {
  content: "";
  display: block;
  background-color: #D80A30;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  transform: translateX(-100%);
  z-index: -1;
}
.important-wrapp .important-box a.important-link:hover::before {
  left: 0;
  transform: translateX(0);
}

#site-translate-header-wrapper {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  transition: 1s;
}
#site-translate-header-wrapper.hide {
  transform: translateY(-100px);
}

#site-translate-header-wrapper p {
  font-size: 1.2rem !important;
}
@media (max-width: 768px) {
  #site-translate-header-wrapper p {
    font-size: 12px !important;
  }
}

#site-translate-header-wrapper + header .header-r .header-r-col .col-r a.header-recruit span {
  word-break: break-all;
}

.hamburger {
  position: absolute;
  width: 6.25%;
  height: 11rem;
  cursor: pointer;
  z-index: 300;
}
@media (max-width: 1140px) {
  .hamburger {
    height: 18.1rem;
  }
}
@media (max-width: 768px) {
  .hamburger {
    width: 6rem;
  }
}

.hamburger__line {
  position: absolute;
  width: 66.6667%;
  height: 1px;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #000;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .hamburger__line {
    width: 3.5rem;
  }
}

.hamburger__line--1 {
  top: 1rem;
}
@media (max-width: 1140px) {
  .hamburger__line--1 {
    top: 15px;
  }
}
@media (max-width: 768px) {
  .hamburger__line--1 {
    top: 1.5rem;
  }
}

.hamburger__line--2 {
  top: 3rem;
}
@media (max-width: 1140px) {
  .hamburger__line--2 {
    top: 25px;
  }
}
@media (max-width: 768px) {
  .hamburger__line--2 {
    top: 2.5rem;
  }
}

.hamburger__line--3 {
  top: 5rem;
}
@media (max-width: 1140px) {
  .hamburger__line--3 {
    top: 35px;
  }
}
@media (max-width: 768px) {
  .hamburger__line--3 {
    top: 3.5rem;
  }
}

.hamburger__txt {
  position: absolute;
  top: 7.3rem;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  transition: ease-in 0.5s;
}
@media (min-width: 1141px) {
  .hamburger__txt {
    font-size: 2.1rem;
    letter-spacing: 0.2rem;
  }
}
@media (max-width: 1140px) {
  .hamburger__txt {
    top: 45px;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .hamburger__txt {
    top: 4.5rem;
  }
}

.open .hamburger {
  height: 12rem;
  background-color: #004EA2;
}
@media (max-width: 1140px) {
  .open .hamburger {
    height: 100%;
  }
}

.open .hamburger__line {
  background-color: #fff;
}

.open .hamburger__line--1 {
  transform: rotate(-25deg);
  top: 3.4rem;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(25deg);
  top: 3.4rem;
}

.open .hamburger__txt {
  color: #fff;
}

.sp-nav {
  position: fixed;
  top: -86rem;
  left: 0;
  width: 100%;
  height: 86rem;
  background-color: #004EA2;
  z-index: 200;
  overflow-y: auto;
}
@media (max-width: 1140px) {
  .sp-nav {
    top: -930px;
    height: 930px;
  }
}

.open .sp-nav {
  top: 13rem;
}
@media (max-width: 1140px) {
  .open .sp-nav {
    top: 11.1rem;
    padding-bottom: 7rem;
  }
}
@media (max-width: 768px) {
  .open .sp-nav {
    top: 71px;
    padding-bottom: 7rem;
  }
}

#site-translate-header-wrapper + #header .open .sp-nav {
  top: 16rem;
}
@media (max-width: 1140px) {
  #site-translate-header-wrapper + #header .open .sp-nav {
    top: 14.6rem;
  }
}
@media (max-width: 768px) {
  #site-translate-header-wrapper + #header .open .sp-nav {
    top: 121px;
  }
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 100;
}

.open .black-bg {
  visibility: visible;
}

.in-sp-nav-wrapp {
  width: 88.189%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .in-sp-nav-wrapp {
    width: 100%;
  }
}
.in-sp-nav-wrapp {
  overflow: unset;
}
@media (min-width: 1141px) {
  .in-sp-nav-wrapp {
    margin-top: 12rem;
    padding-right: 1.0499%;
    padding-left: 1.0499%;
  }
}
@media (min-width: 1141px) and (max-width: 768px) {
  .in-sp-nav-wrapp {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.in-sp-nav-wrapp .col5-navi {
  display: flex;
  gap: 4rem 3.5rem;
  margin-bottom: 10rem;
}
@media (max-width: 1140px) {
  .in-sp-nav-wrapp .col5-navi {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 0;
  }
}
.in-sp-nav-wrapp .col5-navi > a {
  display: block;
  width: 18.29272%;
  max-width: 300px;
  text-decoration: none;
}
@media (max-width: 1140px) {
  .in-sp-nav-wrapp .col5-navi > a {
    width: 100%;
    max-width: none;
    padding: 0.5rem 2rem 0.5rem 1rem;
    border-bottom: solid 1px #004EA2;
  }
  .in-sp-nav-wrapp .col5-navi > a:first-child {
    border-top: solid 1px #004EA2;
  }
}
.in-sp-nav-wrapp .col5-navi > a figure {
  position: relative;
}
@media (max-width: 1140px) {
  .in-sp-nav-wrapp .col5-navi > a figure {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .in-sp-nav-wrapp .col5-navi > a figure .img-box {
    max-width: 225px;
    overflow: hidden;
  }
}
.in-sp-nav-wrapp .col5-navi > a figure figcaption {
  display: block;
  width: 100%;
  padding: 1.3rem 1rem;
  color: #fff;
}
@media (min-width: 1141px) {
  .in-sp-nav-wrapp .col5-navi > a figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 1140px) {
  .in-sp-nav-wrapp .col5-navi > a figure figcaption {
    display: flex;
    align-items: center;
  }
}
.in-sp-nav-wrapp .col5-navi > a figure figcaption .txt {
  display: flex;
  align-items: center;
  gap: 0 15px;
  line-height: 1;
}
@media (min-width: 1141px) {
  .in-sp-nav-wrapp .col5-navi > a figure figcaption .txt {
    font-size: 2.4rem;
  }
}
@media (max-width: 1140px) {
  .in-sp-nav-wrapp .col5-navi > a figure figcaption .txt {
    font-size: 2rem;
  }
}
.in-sp-nav-wrapp .col5-navi > a figure figcaption .txt::before {
  content: "";
  width: 7px;
  height: 11px;
  display: block;
  -webkit-mask-image: url(img/right_line.svg);
          mask-image: url(img/right_line.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 7px 11px;
          mask-size: 7px 11px;
  background-color: #fff;
}
@media (min-width: 1141px) {
  .in-sp-nav-wrapp .col5-navi > a.navi-01 figcaption {
    background: rgba(192, 0, 0, 0.7);
  }
}
@media (max-width: 1140px) {
  .in-sp-nav-wrapp .col5-navi > a.navi-01 figcaption .txt {
    color: #C00000;
  }
  .in-sp-nav-wrapp .col5-navi > a.navi-01 figcaption .txt::before {
    background-color: #C00000;
  }
}
@media (min-width: 1141px) {
  .in-sp-nav-wrapp .col5-navi > a.navi-02 figcaption {
    background: rgba(0, 112, 192, 0.8);
  }
}
@media (max-width: 1140px) {
  .in-sp-nav-wrapp .col5-navi > a.navi-02 figcaption .txt {
    color: #0070C0;
  }
  .in-sp-nav-wrapp .col5-navi > a.navi-02 figcaption .txt::before {
    background-color: #0070C0;
  }
}
@media (min-width: 1141px) {
  .in-sp-nav-wrapp .col5-navi > a.navi-03 figcaption {
    background: rgba(237, 125, 49, 0.8);
  }
}
@media (max-width: 1140px) {
  .in-sp-nav-wrapp .col5-navi > a.navi-03 figcaption .txt {
    color: #ED7D31;
  }
  .in-sp-nav-wrapp .col5-navi > a.navi-03 figcaption .txt::before {
    background-color: #ED7D31;
  }
}
@media (min-width: 1141px) {
  .in-sp-nav-wrapp .col5-navi > a.navi-04 figcaption {
    background: rgba(23, 112, 71, 0.8);
  }
}
@media (max-width: 1140px) {
  .in-sp-nav-wrapp .col5-navi > a.navi-04 figcaption .txt {
    color: #177047;
  }
  .in-sp-nav-wrapp .col5-navi > a.navi-04 figcaption .txt::before {
    background-color: #177047;
  }
}
@media (min-width: 1141px) {
  .in-sp-nav-wrapp .col5-navi > a.navi-05 figcaption {
    background: rgba(112, 173, 71, 0.8);
  }
}
@media (max-width: 1140px) {
  .in-sp-nav-wrapp .col5-navi > a.navi-05 figcaption .txt {
    color: #70AD47;
  }
  .in-sp-nav-wrapp .col5-navi > a.navi-05 figcaption .txt::before {
    background-color: #70AD47;
  }
}

.menu-title-wrapp {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
  margin-bottom: 5rem;
}
.menu-title-wrapp .menu-title-box {
  line-height: 1;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}
@media (min-width: 769px) {
  .menu-title-wrapp .menu-title-box {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .menu-title-wrapp .menu-title-box {
    width: 100%;
  }
}
.menu-title-wrapp .menu-title-box::after {
  content: "";
  position: relative;
  width: 100%;
  height: 1px;
  background: #FFF;
}
.menu-title-wrapp .menu-title-box .title {
  display: block;
  font-size: 2.1rem;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0.15rem;
  padding-right: 20px;
}
.menu-title-wrapp .menu-title-btn-box {
  min-width: 27rem;
}
@media (max-width: 768px) {
  .menu-title-wrapp .menu-title-btn-box {
    padding-left: 0;
    margin-right: 0;
    margin-left: auto;
  }
}
.menu-title-wrapp .menu-title-btn-box a {
  height: 3.2rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5rem;
  border: solid 1px #fff;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
}
.menu-title-wrapp .menu-title-btn-box a::before {
  content: "";
  width: 6px;
  height: 7px;
  display: block;
  -webkit-mask-image: url(img/right_small_line.svg);
          mask-image: url(img/right_small_line.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 6px 7px;
          mask-size: 6px 7px;
  background-color: #fff;
}

.footer-navi-wrapp {
  display: flex;
  gap: 0 5.1829%;
}
.footer-navi-wrapp .footer-navi-l {
  width: 6.0976%;
  max-width: 100px;
}
.footer-navi-wrapp .footer-navi-r {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 0 2.4%;
  margin-top: -3px;
}
.footer-navi-wrapp .footer-navi-r ul.footer-navi {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  font-size: 1.6rem;
}
.footer-navi-wrapp .footer-navi-r ul.footer-navi li {
  padding-right: 2rem;
}
.footer-navi-wrapp .footer-navi-r ul.footer-navi li a {
  padding-left: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0 5px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.15rem;
}
.footer-navi-wrapp .footer-navi-r ul.footer-navi li a::before {
  content: "-";
}
.footer-navi-wrapp .footer-navi-r ul.footer-navi li a:hover {
  opacity: 0.7;
}
.footer-navi-wrapp .footer-navi-r ul.footer-navi li.parent {
  font-weight: bold;
}
.footer-navi-wrapp .footer-navi-r ul.footer-navi li.parent a {
  padding-left: 0;
}
.footer-navi-wrapp .footer-navi-r ul.footer-navi li.parent a::before {
  content: "";
  width: 6px;
  height: 7px;
  display: block;
  -webkit-mask-image: url(img/right_small_line.svg);
          mask-image: url(img/right_small_line.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 6px 7px;
          mask-size: 6px 7px;
  background-color: #fff;
}

ul.sp_footer-navi {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 20px;
}
ul.sp_footer-navi li {
  width: 50%;
  border-bottom: solid 1px #fff;
  text-align: center;
}
ul.sp_footer-navi li:nth-child(even) {
  border-right: solid 1px #fff;
}
ul.sp_footer-navi li:first-child, ul.sp_footer-navi li:last-child {
  width: 100%;
}
ul.sp_footer-navi li:last-child {
  border-right: none;
}
ul.sp_footer-navi li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
ul.sp_footer-navi li a:hover {
  opacity: 0.7;
}

ul.sp_header-navi {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 20px;
}
ul.sp_header-navi li {
  width: 100%;
  border-bottom: solid 1px #fff;
}
ul.sp_header-navi li a {
  display: flex;
  align-items: center;
  gap: 0 15px;
  padding: 1.5rem 1rem 1.5rem 2rem;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
ul.sp_header-navi li a::before {
  content: "";
  width: 7px;
  height: 11px;
  display: block;
  -webkit-mask-image: url(img/right_line.svg);
          mask-image: url(img/right_line.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 7px 11px;
          mask-size: 7px 11px;
  background-color: #fff;
}
ul.sp_header-navi li a:hover {
  opacity: 0.7;
}

.sp_footer-search {
  padding-right: 1.0499%;
  padding-left: 1.0499%;
}
@media (max-width: 768px) {
  .sp_footer-search {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.sp_footer-search {
  text-align: center;
}
.sp_footer-search .footer-search-wrapp {
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
}
.sp_footer-search figure img {
  width: auto;
  height: 80px;
}

#search-box {
  width: 20.1rem;
  display: block;
}
#search-box .searchform {
  display: flex;
  align-items: center;
}
#search-box input[type=text] {
  border: none;
  background: none;
  border: 1px solid #BFBFBF;
  border-right: none;
  background-color: #fff;
  padding: 0.4rem 1rem;
  width: calc(100% - 3.1rem);
  height: 3.1rem;
}
#search-box input[type=text]::-moz-placeholder {
  color: #7F7F7F;
  font-size: 1.4rem;
}
#search-box input[type=text]::placeholder {
  color: #7F7F7F;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #search-box input[type=text]::-moz-placeholder {
    font-size: 1.6rem;
  }
  #search-box input[type=text]::placeholder {
    font-size: 1.6rem;
  }
}
#search-box #searchsubmit {
  cursor: pointer;
  display: block;
  width: 3.1rem;
  height: 3.1rem;
  border: none;
  text-indent: -9999px;
  background: url(img/header-search.webp) no-repeat;
  background-size: cover;
  line-height: 1;
}

.search-wrap p.search-tit {
  margin-bottom: 0.5rem;
}
.search-wrap a {
  color: #1764F0;
}

.slick-wrap2 {
  position: relative;
}

.slick-img2 {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}
.slick-img2 img {
  width: 100%;
  max-width: none;
  height: auto;
}
@media (max-width: 768px) {
  .slick-img2 img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.slick-bg {
  width: 100%;
  max-width: 1160px;
  background: #fff;
  overflow: hidden;
}

.slick-wrap {
  width: 100%;
}

.slick-img {
  width: 100%;
  margin: 0 auto;
}
.slick-img .slick-list {
  padding: 0 !important;
  overflow: visible;
}
.slick-img .slick-list .slide-img {
  margin: 0 auto;
}

.slick-prev, .slick-next {
  width: 5rem;
  height: 100% !important;
  background: rgba(255, 255, 255, 0.6) !important;
  z-index: 1;
}
@media (max-width: 768px) {
  .slick-prev, .slick-next {
    width: 25px;
  }
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev::before, .slick-next::before {
  content: "" !important;
  display: block;
  width: 5rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}
@media (max-width: 768px) {
  .slick-prev::before, .slick-next::before {
    width: 25px;
    height: 25px;
  }
}

.slick-prev::before {
  background-image: url(img/slide-arrow-l2.png);
}

.slick-next::before {
  background-image: url(img/slide-arrow-r2.png);
}

section.full {
  width: 100%;
}
section.full .inner-box {
  width: 88.189%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.full .inner-box {
    width: 100%;
  }
}
section.full .inner-box {
  padding-right: 1.0499%;
  padding-left: 1.0499%;
}
@media (max-width: 768px) {
  section.full .inner-box {
    padding-right: 20px;
    padding-left: 20px;
  }
}
section > p:last-child {
  margin-bottom: 0;
}

main {
  width: 100%;
}
main.sub-box {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  main.sub-box {
    margin-top: 0;
  }
}
main.sub-box section {
  padding-top: 3rem;
  padding-right: 1.0499%;
  padding-left: 1.0499%;
}
@media (max-width: 768px) {
  main.sub-box section {
    padding-right: 20px;
    padding-left: 20px;
  }
}
main.sub-box section {
  margin-bottom: 14rem;
}
main.sub-box section:nth-last-of-type(1) {
  margin-bottom: 16rem;
}
@media (max-width: 768px) {
  main.sub-box section:nth-last-of-type(1) {
    margin-bottom: 90px;
  }
}
main.sub-box section .inner-box {
  width: 88.189%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  main.sub-box section .inner-box {
    width: 100%;
  }
}
main.sub-box section .inner-box {
  padding-top: 0;
  padding-right: 1.0499%;
  padding-left: 1.0499%;
}
@media (max-width: 768px) {
  main.sub-box section .inner-box {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  main.sub-box section .inner-box {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 769px) {
  main.sub-box section .inner-box.rosen, main.sub-box section .inner-box.sub {
    scroll-margin-top: 21rem;
  }
}
main.sub-box section .inner-box.rosen.v2, main.sub-box section .inner-box.sub.v2 {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  main.sub-box section .inner-box.rosen.v2, main.sub-box section .inner-box.sub.v2 {
    margin-bottom: 30px;
  }
}
main.sub-box section .inner-box.rosen.v3, main.sub-box section .inner-box.sub.v3 {
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  main.sub-box section .inner-box.rosen.v3, main.sub-box section .inner-box.sub.v3 {
    margin-bottom: 30px;
  }
}
main.sub-box section .inner-box.rosen .in-wrapp-01, main.sub-box section .inner-box.sub .in-wrapp-01 {
  width: 100%;
  padding-left: 8rem;
}
@media (min-width: 769px) {
  main.sub-box section .inner-box.rosen .in-wrapp-01, main.sub-box section .inner-box.sub .in-wrapp-01 {
    width: 87.8049%;
  }
}
@media (max-width: 768px) {
  main.sub-box section .inner-box.rosen .in-wrapp-01, main.sub-box section .inner-box.sub .in-wrapp-01 {
    padding-left: 0;
  }
}
main.sub-box section .inner-box.rosen .in-wrapp-01.v1, main.sub-box section .inner-box.sub .in-wrapp-01.v1 {
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  main.sub-box section .inner-box.rosen .in-wrapp-01.v1, main.sub-box section .inner-box.sub .in-wrapp-01.v1 {
    margin-bottom: 30px;
  }
}
main.sub-box section .inner-box.link-blu a {
  text-decoration: underline;
  color: #4472C4;
}
main.sub-box section .inner-box.link-blu a:hover {
  text-decoration: none;
}
main.sub-box section .inner-box.link-blu.link-b a {
  font-weight: bold;
}
main.sub-box section.sp_full {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 768px) {
  main.sub-box section.sp_full {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  main.sub-box section.sp_full .inner-box {
    padding-right: 1.0499%;
    padding-left: 1.0499%;
  }
}
@media (max-width: 768px) and (max-width: 768px) and (max-width: 768px) {
  main.sub-box section.sp_full .inner-box {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  main.sub-box section.sp_full .inner-box.rl-0 {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0 !important;
  }
}
main.sub-box .clone-box {
  width: 88.189%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  main.sub-box .clone-box {
    width: 100%;
  }
}
main.sub-box .clone-box {
  padding-top: 3rem;
  padding-right: 1.0499%;
  padding-left: 1.0499%;
}
@media (max-width: 768px) {
  main.sub-box .clone-box {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 769px) {
  main.sub-box .clone-box {
    scroll-margin-top: 30px;
  }
}

h1 {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  h1 {
    display: none;
  }
}

h4.h4-sub {
  width: 100%;
  display: flex;
  margin-bottom: 2rem;
  padding-left: 3rem;
  font-size: 2.4rem;
  font-weight: 400;
  position: relative;
}
@media (max-width: 768px) {
  h4.h4-sub {
    padding-left: 2.5rem;
    font-size: 1.8rem;
  }
}
h4.h4-sub::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  top: 0.8rem;
  left: 0;
  line-height: 0;
}
@media (max-width: 768px) {
  h4.h4-sub::before {
    width: 1.7rem;
    height: 1.7rem;
    top: 0.5rem;
  }
}
h4.h4-sub.rosen {
  color: #C00000;
}
h4.h4-sub.rosen::before {
  background-image: url(img/h4-icon-rosen.webp);
}
h4.h4-sub.charter {
  color: #ED7D31;
}
@media (max-width: 768px) {
  h4.h4-sub.charter {
    flex-wrap: wrap;
  }
}
h4.h4-sub.charter::before {
  background-image: url(img/h4-icon-charter.webp);
}
h4.h4-sub.charter .bus-name {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  h4.h4-sub.charter .bus-name {
    width: 100%;
  }
}
h4.h4-sub.etc {
  color: #023894;
}
h4.h4-sub.etc::before {
  background-image: url(img/h4-icon-etc.webp);
}

.h4-contents {
  margin-bottom: 4rem;
}
@media (min-width: 769px) {
  .h4-contents {
    padding-left: 3rem;
  }
}
.h4-contents p {
  margin-bottom: 0;
  line-height: 2;
}

a.a-clr-blu {
  color: #4472C4;
}
a.a-clr-blu-2 {
  color: #023894;
}
a.a-clr-blu-2:hover {
  text-decoration: none;
}
a.u-link {
  text-decoration: underline;
}
a.u-link:hover {
  text-decoration: none;
}
a.arrow-link {
  padding-left: 1.2em;
  margin-left: 3rem;
  position: relative;
}
a.arrow-link::before {
  content: "→";
  position: absolute;
  left: 0;
}

.mb-2 {
  margin-bottom: 2rem;
}

p.mt-3 {
  margin-top: 3rem;
}
p.mt-5 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  p.sp_mt-2 {
    margin-top: 2rem;
  }
}
p.mb-2 {
  margin-bottom: 2em;
}
p.mb-1 {
  margin-bottom: 1rem;
}
p.mb-4 {
  margin-bottom: 4rem;
}
p.mb-5 {
  margin-bottom: 5rem;
}
p.v13-2 {
  padding-top: 2rem;
  margin-bottom: 5rem;
}

.anc-title + p {
  padding-top: 2rem;
  margin-bottom: 3rem;
}

ul.ul-dot {
  list-style: none;
}
ul.ul-dot li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.1rem;
}
ul.ul-dot li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
ul.ul-kome {
  list-style: none;
}
ul.ul-kome li {
  padding-left: 1em;
  position: relative;
}
ul.ul-kome li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

ol.ol-std {
  margin-left: 1em;
  margin-bottom: 2rem;
}

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

.txt-r {
  text-align: right;
}

.txt-bold {
  font-weight: bold;
}

.clr-red {
  color: #FF0000;
}

.txt-pink {
  color: #E91E63;
}

.fs-14 {
  font-size: 1.467rem;
}
@media (max-width: 768px) {
  .fs-14 {
    font-size: 13px;
  }
}

.fs-16 {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .fs-16 {
    font-size: 13px;
  }
}

.pc_on {
  display: block;
}
@media (max-width: 768px) {
  .pc_on {
    display: none;
  }
}

.sp_on {
  display: none;
}
@media (max-width: 768px) {
  .sp_on {
    display: block;
  }
}

.pc_br {
  display: block;
}
@media (max-width: 768px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media (max-width: 768px) {
  .sp_br {
    display: block;
  }
}
@media (min-width: 769px) {
  .sp_br.non-br {
    white-space: nowrap;
  }
}
.sp_br.pad-r {
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .sp_br.pad-r {
    padding-right: 0;
  }
}
.sp_br.pad-l {
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .sp_br.pad-l {
    padding-left: 0;
  }
}

.gn-pc_on {
  display: block;
}
@media (max-width: 1140px) {
  .gn-pc_on {
    display: none;
  }
}

.gn_on {
  display: block;
}
@media (min-width: 1141px) {
  .gn_on {
    display: none;
  }
}

.s2v {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 4;
}
@media (max-width: 768px) {
  .s2v {
    bottom: 0;
    right: 0;
  }
}
.s2v img {
  width: 5rem;
  height: 5rem;
}

.pageNum {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 768px) {
  .pageNum {
    font-size: 14px;
  }
}
.pageNum a {
  text-decoration: none;
}
.pageNum a.numb2 {
  padding: 0 2em;
}

.pagination {
  width: 100%;
  overflow: hidden;
  text-align: center;
  clear: both;
  background-color: transparent;
  padding-top: 4em;
}
.pagination li {
  display: inline-block;
  margin: 0 5px;
}
.pagination a {
  padding: 5px 10px;
  display: inline-block;
  border: solid 1px #cccccc;
  color: #000000;
  background-color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}
.pagination a:hover {
  background-color: #e8e8e8;
}
.pagination span {
  padding: 5px 10px;
  display: inline-block;
}
.pagination span.current {
  padding: 5px 10px;
  display: inline-block;
  border: solid 1px #cccccc;
  color: #000000;
  background-color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
}

span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17rem;
  min-height: 3rem;
  background-color: #fff;
  border: solid 1px #404040;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 768px) {
  span.icon {
    width: 100px;
    height: 20px;
    font-size: 12px;
  }
}
span.icon.common {
  border: solid 1px #000;
  color: #000;
}
span.icon.kosoku {
  border: solid 1px #0070C0;
  color: #0070C0;
}
span.icon.info {
  border: solid 1px #E91E63;
  color: #E91E63;
}
span.icon.rosen {
  border: solid 1px #C00000;
  color: #C00000;
}
span.icon.kashikiri {
  border: solid 1px #ED7D31;
  color: #ED7D31;
}
span.icon.tour {
  border: solid 1px #177047;
  color: #177047;
}
span.icon.saiyo {
  border: solid 1px #000;
  color: #000;
}
span.icon.juyo {
  background-color: #E91E63;
  border: solid 1px #E91E63;
  color: #fff;
}

.topics-box {
  width: 100%;
  height: 270px;
  clear: both;
  margin: 0;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  padding-top: 15px;
  overflow: scroll;
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}

.topics-tbl {
  border-collapse: collapse;
  width: 100%;
  border: 0;
}
@media (max-width: 768px) {
  .topics-tbl {
    width: calc(100% - 17px);
  }
}
.topics-tbl tbody tr td {
  padding: 2rem 0 0;
  vertical-align: top;
}
@media (max-width: 768px) {
  .topics-tbl tbody tr td {
    display: block;
  }
}
.topics-tbl tbody tr td.entry {
  width: 36rem;
}
@media (max-width: 768px) {
  .topics-tbl tbody tr td.entry {
    width: 100%;
  }
}
.topics-tbl tbody tr td .entry-box {
  width: 36rem;
  display: flex;
  align-items: center;
  gap: 0 4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .topics-tbl tbody tr td .entry-box {
    width: 100%;
    gap: 0 10px;
    color: #7F7F7F;
  }
}
.topics-tbl tbody tr td.topics-contents {
  width: calc(100% - 36rem);
}
@media (max-width: 768px) {
  .topics-tbl tbody tr td.topics-contents {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: solid 1px #BFBFBF;
  }
}
.topics-tbl tbody tr td p {
  margin-bottom: 0;
}
.topics-tbl tbody tr td a {
  text-decoration: none;
}
.topics-tbl tbody tr td a:hover {
  text-decoration: underline;
}

#layout {
  display: flex;
  flex-wrap: wrap;
  width: 88.189%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  #layout {
    width: 100%;
  }
}
#layout {
  margin-bottom: 145px;
}
@media (max-width: 768px) {
  #layout {
    width: 100%;
    flex-direction: column;
  }
}
#layout .main-box {
  width: calc(100% - 40px - 380px);
  margin-right: 40px;
}
@media (max-width: 768px) {
  #layout .main-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#layout .side-box {
  width: 380px;
}
@media (max-width: 768px) {
  #layout .side-box {
    width: 100%;
    margin: 0 auto;
  }
}
#layout .side-box ul {
  list-style: none;
  margin-bottom: 50px;
  padding-left: 35px;
}
#layout .side-box ul li {
  margin-bottom: 10px;
  border: solid 1px #BFBFBF;
}
#layout .side-box ul li:first-child {
  display: flex;
  align-items: center;
}
#layout .side-box ul li a {
  display: block;
  width: 100%;
  padding: 15px;
  text-decoration: none;
}
#layout .side-box ul li a:hover {
  background: #7F7F7E;
  color: #fff;
}
#layout .side-box ul li.current-cat {
  background-color: #7F7F7E;
}
#layout .side-box ul li.current-cat a {
  color: #ffffff;
}

.article .article-box {
  width: 100%;
  margin-bottom: 25px;
  padding: 15px 10px;
  background: #F2F2F2;
}
.article .article-box .day-box {
  vertical-align: middle;
}
.article .article-box .article-link {
  padding-top: 1.5rem;
}

.side-calen-wrap {
  width: 100%;
  padding-left: 35px;
}
.side-calen-wrap h2 {
  display: none;
}

.wp-calendar {
  width: 100%;
  border: solid 1px #BFBFBF;
}
.wp-calendar th {
  font-weight: normal;
}
.wp-calendar td {
  text-align: center;
}
.wp-calendar td.today {
  color: #E5000E;
  border-bottom: none;
}
.wp-calendar td a {
  display: block;
  color: #014DA1;
  font-weight: bold;
}
.wp-calendar td a:hover {
  background: #014DA1;
  color: #fff;
}

.wp-calendar-nav {
  position: relative;
}
.wp-calendar-nav .wp-calendar-nav-next {
  position: absolute;
  right: 0;
}
.wp-calendar-nav .wp-calendar-nav-next a {
  text-decoration: none;
}
.wp-calendar-nav .wp-calendar-nav-prev a {
  text-decoration: none;
}

.news-details {
  margin-bottom: 5em;
}

p.news-details-day {
  margin-bottom: 1rem;
}

.tab-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.439%;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .tab-content {
    padding-top: 0;
  }
}
.tab-content input[type=radio] {
  display: none;
}
.tab-content input[type=radio]:checked + label {
  color: #E91E63;
  z-index: 1;
}
.tab-content input[type=radio]:checked + label::after {
  content: "";
  display: block;
  border-bottom: 3px solid #E91E63;
  width: 100%;
  max-width: 180px;
  height: 2px;
  margin: auto auto 0 auto;
}
@media (max-width: 768px) {
  .tab-content input[type=radio]:checked + label::after {
    width: 50px;
  }
}
.tab-content label {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  width: 10.9756%;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .tab-content label {
    display: none;
    margin-bottom: 10px;
  }
}
.tab-content label::after {
  content: "";
  display: block;
  border-bottom: 3px solid #D9D9D9;
  width: 100%;
  max-width: 180px;
  height: 2px;
  margin: auto auto 0 auto;
}
@media (max-width: 768px) {
  .tab-content label::after {
    width: 50px;
  }
}
.tab-content label:hover::after {
  content: "";
  display: block;
  border-bottom: 3px solid #E91E63;
  width: 100%;
  max-width: 180px;
  height: 2px;
  margin: auto auto 0 auto;
}
@media (max-width: 768px) {
  .tab-content label:hover::after {
    width: 50px;
  }
}
.tab-content label .tab-txt {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  width: 100%;
  padding: 15px 10px 13px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  letter-spacing: 0.1rem;
}
.tab-content label .tab-txt.ico::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: url(img/icon-important.webp) no-repeat center;
  background-size: contain;
}
@media (max-width: 768px) {
  .tab-content label .tab-txt.ico::before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  .tab-content label .tab-txt {
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.tab-content label.first {
  width: 18.2927%;
  padding-left: 20px;
}
.tab-content label.first::after {
  max-width: 280px !important;
}
.tab-content label.first:hover::after {
  max-width: 280px !important;
}
@media (max-width: 768px) {
  .tab-content label.first {
    width: 100%;
    padding-left: 0;
    display: flex;
    color: #E91E63;
  }
  .tab-content label.first::after {
    display: none !important;
  }
  .tab-content label.first .tab-txt {
    flex-direction: row;
  }
}
.tab-content label.last {
  width: 12.1951%;
  padding-right: 20px;
}
.tab-content .tab-box {
  width: 100%;
  height: 26.9rem;
  padding: 0 2rem;
  clear: both;
  margin: 0;
  background: rgba(233, 30, 99, 0.05);
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  z-index: 0;
}
.tab-content .tab-box > div {
  display: none;
}
@media (max-width: 768px) {
  .tab-content .tab-box > div {
    background: none;
  }
}

#tab1:checked ~ .tab-box > #tabView1 {
  display: block;
}

#tab2:checked ~ .tab-box > #tabView2 {
  display: block;
}

#tab3:checked ~ .tab-box > #tabView3 {
  display: block;
}

#tab4:checked ~ .tab-box > #tabView4 {
  display: block;
}

#tab5:checked ~ .tab-box > #tabView5 {
  display: block;
}

#tab6:checked ~ .tab-box > #tabView6 {
  display: block;
}

#tab7:checked ~ .tab-box > #tabView7 {
  display: block;
}

#tab2:checked ~ .tab-box {
  background: #f2f2f2;
}

#tab3:checked ~ .tab-box {
  background: #f2f2f2;
}

#tab4:checked ~ .tab-box {
  background: #f2f2f2;
}

#tab5:checked ~ .tab-box {
  background: #f2f2f2;
}

#tab6:checked ~ .tab-box {
  background: #f2f2f2;
}

#tab7:checked ~ .tab-box {
  background: #f2f2f2;
}

.sp_news-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  width: 100%;
  padding: 15px 10px 13px;
  font-weight: bold;
  color: #E91E63;
  line-height: 1;
  position: relative;
  letter-spacing: 0.1rem;
}
.sp_news-title::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(img/icon-important.webp) no-repeat center;
  background-size: contain;
}

.sp_tab-box {
  height: 200px;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  padding: 0;
  margin-bottom: 20px;
  overflow: auto;
}

.btn-box {
  margin-top: 10px;
}
@media (min-width: 769px) {
  .btn-box.btn-news-list {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .btn-box .btn-01.right {
    margin: 0 auto;
  }
}

.scrolldown {
  position: absolute;
  bottom: 210px;
  left: 40px;
  color: #fff;
  writing-mode: vertical-rl;
  letter-spacing: 0.3rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .scrolldown {
    display: none;
  }
}

.scrolldown::before {
  content: "";
  width: 2px;
  height: 210px;
  background-color: #fff;
  animation: arrow 2.5s ease 0s infinite normal;
  margin: auto;
  position: absolute;
  bottom: -210px;
  left: 10px;
}

@keyframes arrow {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}
.right-btn {
  position: fixed;
  top: 30rem;
  right: 1.0499%;
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
  z-index: 5;
}
@media (max-width: 768px) {
  .right-btn {
    display: none;
  }
}
.right-btn a {
  width: 8rem;
  min-height: 12rem;
  padding: 2rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .right-btn a img {
    width: 4rem;
    height: 4rem;
  }
}
.right-btn a img:hover {
  opacity: 1;
}
.right-btn a.btn-banner-01 {
  background: #C00000;
}
.right-btn a.btn-banner-02 {
  background: #0070C0;
}
.right-btn a.btn-banner-03 {
  background: #E91E63;
}
.right-btn a:hover {
  opacity: 0.6;
}

@media (min-width: 769px) {
  .bg-01 {
    background-image: url(img/bg-01-t.webp) , url(img/bg-01-b.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right bottom;
    background-size: contain;
    aspect-ratio: 1920/790;
    padding: 12rem 0;
  }
}
@media (max-width: 768px) {
  .bg-01 {
    padding-bottom: 45px;
  }
}

.bg-02 {
  background: url(img/bg-02.webp) no-repeat center top;
  background-size: contain;
  aspect-ratio: 1920/1370;
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .bg-02 {
    display: none;
  }
}

.bg-03 {
  aspect-ratio: 1920/300;
}
@media (max-width: 768px) {
  .bg-03 {
    display: none;
  }
}

@media (min-width: 769px) {
  .bg-04 {
    background: url(img/bg-04.webp) no-repeat center top;
    background-size: contain;
    aspect-ratio: 1920/1150;
    padding: 8rem 0;
  }
}
@media (max-width: 768px) {
  .bg-04 {
    margin-bottom: 60px;
  }
}

.main-movie {
  line-height: 0;
  position: relative;
}
@media (min-width: 1141px) {
  .main-movie {
    margin-top: 21rem;
  }
}
@media (max-width: 1140px) {
  .main-movie {
    margin-top: 72px;
  }
}
@media (max-width: 768px) {
  .main-movie {
    display: none;
  }
}
.main-movie video {
  margin-top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 86rem;
  -o-object-position: 0 75%;
     object-position: 0 75%;
}
.main-movie .movie-txt {
  position: absolute;
  bottom: 16rem;
  right: 0;
  left: 0;
  width: 90%;
  max-width: 1680px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
  line-height: 1.2;
  z-index: 1;
}
.main-movie .movie-txt .txt-1 {
  font-size: 6rem;
  margin-bottom: 1.3rem;
}
.main-movie .movie-txt .txt-2 {
  font-size: 3.4rem;
}

h2.h2-home {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  h2.h2-home {
    font-size: 1.8rem;
  }
}
h2.h2-home .h2-eng {
  display: inline-block;
  background: linear-gradient(90deg, #004ea2 0%, #d80a30 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  h2.h2-home .h2-eng {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  h2.h2-home.h2-sp {
    display: none;
  }
}

section.sp_col2-home-navi-wrapp {
  padding-right: 1.0499%;
  padding-left: 1.0499%;
}
@media (max-width: 768px) {
  section.sp_col2-home-navi-wrapp {
    padding-right: 20px;
    padding-left: 20px;
  }
}
section.sp_col2-home-navi-wrapp {
  margin-top: 190px;
  margin-bottom: 50px;
}

#site-translate-header-wrapper + #header + .main-movie + main section.sp_col2-home-navi-wrapp {
  margin-top: 240px;
}

.sp_col2-home-navi {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 40px 10px;
}
.sp_col2-home-navi li {
  width: calc((100% - 10px) / 2);
}
.sp_col2-home-navi li a {
  text-decoration: none;
  color: #fff;
}
.sp_col2-home-navi li figure {
  position: relative;
}
.sp_col2-home-navi li figure figcaption {
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sp_col2-home-navi li.navi-01 figcaption {
  background: rgba(192, 0, 0, 0.7);
}
.sp_col2-home-navi li.navi-02 figcaption {
  background: rgba(0, 112, 192, 0.8);
}
.sp_col2-home-navi li.navi-03 figcaption {
  background: rgba(237, 125, 49, 0.8);
}
.sp_col2-home-navi li.navi-04 figcaption {
  background: rgba(23, 112, 71, 0.8);
}

.col2-home-navi {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem 2.439%;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1859px) {
  .col2-home-navi {
    gap: 4rem 2.439%;
  }
}
@media screen and (min-width: 825px) {
  .col2-home-navi {
    padding-top: 0;
  }
}
.col2-home-navi > div {
  width: 48.7805%;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .col2-home-navi > div {
    width: 100%;
  }
}
.col2-home-navi > div figure {
  position: relative;
}
@media screen and (min-width: 1859px) {
  .col2-home-navi > div figure {
    height: auto;
    position: relative;
  }
  .col2-home-navi > div figure::after {
    display: block;
    content: "";
    width: 100%;
    height: 0;
    padding-top: 50%;
  }
  .col2-home-navi > div figure img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 0;
       object-position: 0 0;
  }
}
.col2-home-navi > div figure .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0;
  padding: 0.5rem 2rem 2rem;
  z-index: 2;
}
.col2-home-navi > div figure .txt-box .title-box {
  flex: 1;
}
.col2-home-navi > div figure .txt-box .title-box a.title {
  display: flex;
  align-items: center;
  gap: 0 2rem;
  text-decoration: none;
  color: #fff;
  font-size: 3.7rem;
}
.col2-home-navi > div figure .txt-box .title-box a.title::before {
  content: "";
  width: 8px;
  height: 13px;
  display: block;
  -webkit-mask-image: url(img/right_line.svg);
          mask-image: url(img/right_line.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
  background-color: #fff;
}
.col2-home-navi > div figure .txt-box .title-box a.title:hover {
  text-decoration: underline;
}
.col2-home-navi > div figure .txt-box .ul-anc-link {
  display: flex;
  list-style: none;
  justify-content: end;
  gap: 0 10px;
  font-size: 1.6rem;
  margin-left: auto;
}
.col2-home-navi > div figure .txt-box .ul-anc-link li a {
  display: inline-flex;
  align-items: center;
  gap: 0 5px;
  border: solid 1px #fff;
  padding: 0.2rem 1rem;
  text-decoration: none;
  color: #fff;
}
.col2-home-navi > div figure .txt-box .ul-anc-link li a::before {
  content: "";
  width: 6px;
  height: 7px;
  display: block;
  -webkit-mask-image: url(img/right_small_line.svg);
          mask-image: url(img/right_small_line.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 6px 7px;
          mask-size: 6px 7px;
  background-color: #fff;
  transition: 0.2s ease-in-out;
}
.col2-home-navi > div figure .txt-box .ul-anc-link li a:hover {
  opacity: 0.6;
}
.col2-home-navi > div figure .txt-box p {
  margin-bottom: 0;
}
.col2-home-navi > div figure .txt-box p.txt {
  width: 100%;
}
.col2-home-navi > div figure .txt-box.navi-01 {
  background: rgba(192, 0, 0, 0.7);
}
.col2-home-navi > div figure .txt-box.navi-02 {
  background: rgba(0, 112, 192, 0.8);
}
.col2-home-navi > div figure .txt-box.navi-03 {
  background: rgba(237, 125, 49, 0.8);
}
.col2-home-navi > div figure .txt-box.navi-04 {
  background: rgba(23, 112, 71, 0.8);
}
.col2-home-navi > div a.a-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}

.col4-home-navi {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .col4-home-navi {
    gap: 7rem 2.439%;
  }
  .col4-home-navi.v1 {
    margin-bottom: 7rem;
  }
}
@media (max-width: 768px) {
  .col4-home-navi {
    gap: 20px 2.439%;
  }
  .col4-home-navi.v1 {
    margin-bottom: 20px;
  }
}
.col4-home-navi .col {
  width: 23.17075%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .col4-home-navi .col {
    gap: 10px 0;
  }
}
@media (max-width: 768px) {
  .col4-home-navi .col {
    width: 48.7805%;
  }
}
.col4-home-navi .col a {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.col4-home-navi .col figure {
  display: flex;
  flex-direction: column;
}
.col4-home-navi .col figure img {
  width: 100%;
  display: block;
}
.col4-home-navi .col figure figcaption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 78, 162, 0.7);
  display: flex !important;
  min-height: 0 !important;
}
.col4-home-navi .col figure figcaption .link-txt {
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
  padding: 1.3rem 0.8rem;
  color: #fff;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .col4-home-navi .col figure figcaption .link-txt {
    gap: 0 1rem;
    font-size: 11px;
  }
}
.col4-home-navi .col figure figcaption .link-txt::before {
  content: "";
  width: 0.8rem;
  height: 1.3rem;
  display: block;
  -webkit-mask-image: url(img/right_line.svg);
          mask-image: url(img/right_line.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 0.8rem 1.3rem;
          mask-size: 0.8rem 1.3rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .col4-home-navi .col figure figcaption .link-txt::before {
    -webkit-mask-size: 0.5rem 1.3rem;
            mask-size: 0.5rem 1.3rem;
  }
}
@media (min-width: 769px) {
  .col4-home-navi .col .txt-box {
    font-size: 1.55rem;
    letter-spacing: 0.15rem;
    line-height: 1.8;
  }
  .col4-home-navi .col .txt-box .title {
    display: none;
  }
}
@media (max-width: 768px) {
  .col4-home-navi .col .txt-box {
    display: none;
  }
}
.col4-home-navi .col .txt-box p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .col4-home-navi .col .txt-box p {
    color: #7F7F7F;
  }
}
.col4-home-navi .col .txt-box a {
  text-decoration: none;
  color: #000;
}
.col4-home-navi .col .txt-box a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .col4-home-navi .col.pc-active {
    display: none;
  }
}
@media (min-width: 769px) {
  .col4-home-navi .col.sp-active {
    display: none;
  }
}
@media (max-width: 768px) {
  .col4-home-navi.pc-active {
    display: none;
  }
}
@media (min-width: 769px) {
  .col4-home-navi.sp-active {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp_on-movie {
    display: none;
  }
}
@media (max-width: 768px) {
  .sp_on-movie {
    display: block;
    padding-right: 1.0499%;
    padding-left: 1.0499%;
    padding-bottom: 45px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp_on-movie {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 769px) {
  .btn-more_wt, .more.grad, .contents_open {
    display: none;
  }
}
@media (max-width: 768px) {
  .btn-more_wt {
    margin: -20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.7);
    border: solid 1px #004EA2;
    border-radius: 50%;
    color: #004EA2;
    font-weight: bold;
    cursor: pointer;
    position: relative;
  }
  .btn-more_wt::after {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    background-image: url(img/arrow-down.webp);
    background-size: contain;
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .btn-more_wt:hover {
    opacity: 0.6;
  }
  .more.grad {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 130px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(255, 255, 255), white);
    margin-top: -130px;
    position: relative;
  }
  .more.grad p {
    cursor: pointer;
  }
  .contents_open {
    transition: transform 0.4s ease;
  }
}
@media (min-width: 769px) {
  .h2-rosen {
    background: url(img/rosen/h2-bg-rosen.jpg) no-repeat center top;
    background-size: cover;
  }
  .h2-rosen .h2-inner {
    width: 88.189%;
    max-width: 1680px;
    margin: 0 auto;
    overflow: hidden;
    padding: 2rem 1.5749%;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .h2-rosen .h2-inner {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .h2-rosen .h2-inner .h2-col2 {
    width: 100%;
    display: flex;
    gap: 0 2.3457%;
  }
  .h2-rosen .h2-inner .h2-col2 .col-l {
    width: 26.0494%;
  }
  .h2-rosen .h2-inner .h2-col2 .col-r {
    width: 71.6049%;
  }
}
@media (min-width: 1141px) {
  .h2-rosen {
    margin-top: 21rem;
  }
}
@media (max-width: 1140px) {
  .h2-rosen {
    margin-top: 18.1rem;
  }
}
@media (max-width: 768px) {
  .h2-rosen {
    margin-top: 142px;
  }
  .h2-rosen .h2-inner {
    display: none;
  }
}

@media (min-width: 1141px) {
  .h2-kosoku, .bg-title-details, .h2-charter, .h2-tour, .bg-kosoku-details {
    margin-top: 21rem;
  }
}
@media (max-width: 1140px) {
  .h2-kosoku, .bg-title-details, .h2-charter, .h2-tour, .bg-kosoku-details {
    margin-top: 18.1rem;
  }
}
@media (max-width: 768px) {
  .h2-kosoku, .bg-title-details, .h2-charter, .h2-tour, .bg-kosoku-details {
    margin-top: 142px;
  }
}

#site-translate-header-wrapper + #header + .h2-rosen, #site-translate-header-wrapper + #header + .h2-kosoku, #site-translate-header-wrapper + #header + .bg-title-details, #site-translate-header-wrapper + #header + .h2-charter, #site-translate-header-wrapper + #header + .h2-tour, #site-translate-header-wrapper + #header + .bg-kosoku-details {
  margin-top: 24.1rem;
}
@media (max-width: 1140px) {
  #site-translate-header-wrapper + #header + .h2-rosen, #site-translate-header-wrapper + #header + .h2-kosoku, #site-translate-header-wrapper + #header + .bg-title-details, #site-translate-header-wrapper + #header + .h2-charter, #site-translate-header-wrapper + #header + .h2-tour, #site-translate-header-wrapper + #header + .bg-kosoku-details {
    margin-top: 21.6rem;
  }
}
@media (max-width: 768px) {
  #site-translate-header-wrapper + #header + .h2-rosen, #site-translate-header-wrapper + #header + .h2-kosoku, #site-translate-header-wrapper + #header + .bg-title-details, #site-translate-header-wrapper + #header + .h2-charter, #site-translate-header-wrapper + #header + .h2-tour, #site-translate-header-wrapper + #header + .bg-kosoku-details {
    margin-top: 190px;
  }
}

.path-bg {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #F8F8F8;
}
@media (max-width: 768px) {
  .path-bg {
    display: none;
  }
}
.path-bg .path-wrap {
  display: flex;
  align-items: center;
  width: 88.189%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .path-bg .path-wrap {
    width: 100%;
  }
}
.path-bg .path-wrap {
  padding-right: 1.0499%;
  padding-left: 1.0499%;
}
@media (max-width: 768px) {
  .path-bg .path-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.path-bg .path-wrap {
  overflow: unset;
}

ol.topic-path {
  display: inline-block;
  list-style: none;
  color: #7F7F7F;
  font-size: 0;
  line-height: 1;
  position: relative;
}
ol.topic-path li {
  display: inline;
  margin-left: 1rem;
  font-size: 1.7rem;
}
ol.topic-path li:first-child {
  margin-left: 0;
  margin-right: 0;
}
ol.topic-path li a {
  padding-right: 2.5rem;
  background: url(img/path-arrow.webp) no-repeat right center;
  text-decoration: none;
  color: #7F7F7F;
}
ol.topic-path li a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  ol.topic-path li a {
    margin-right: 5px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  ol.topic-path li {
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    line-height: 1.5;
  }
}
ol.topic-path li:nth-last-of-type(1) a {
  background: none;
  padding-right: 0;
}
@media (max-width: 768px) {
  ol.topic-path {
    display: none;
  }
}

.bg-kosoku-details, .bg-title-details {
  background-image: url(img/kosoku/bg-title-kosoku-details.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .bg-kosoku-details, .bg-title-details {
    background-size: contain;
    aspect-ratio: 192/20;
  }
}
@media (max-width: 768px) {
  .bg-kosoku-details, .bg-title-details {
    height: 150px;
  }
}
.bg-kosoku-details .path-bg, .bg-title-details .path-bg {
  background: none;
  padding-top: 2rem;
}
.bg-kosoku-details h2, .bg-title-details h2 {
  flex: 1;
  width: 88.189%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .bg-kosoku-details h2, .bg-title-details h2 {
    width: 100%;
  }
}
.bg-kosoku-details h2, .bg-title-details h2 {
  margin-left: 0;
  padding-right: 1.0499%;
  padding-left: 1.0499%;
}
@media (max-width: 768px) {
  .bg-kosoku-details h2, .bg-title-details h2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.bg-kosoku-details h2, .bg-title-details h2 {
  padding-left: 4rem;
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  font-weight: normal;
}
@media (min-width: 769px) {
  .bg-kosoku-details h2, .bg-title-details h2 {
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .bg-kosoku-details h2, .bg-title-details h2 {
    font-size: 2rem;
  }
}
.bg-kosoku-details.kosoku, .bg-title-details.kosoku {
  background-image: url(img/kosoku/bg-title-kosoku-details.jpg);
}
.bg-kosoku-details.kosoku h2, .bg-title-details.kosoku h2 {
  color: #0070C0;
}
.bg-kosoku-details.rosen, .bg-title-details.rosen {
  background-image: url(img/rosen/bg-title-rosen-details.jpg);
}
.bg-kosoku-details.rosen h2, .bg-title-details.rosen h2 {
  color: #C00000;
}
.bg-kosoku-details.operation, .bg-title-details.operation {
  background-image: url(img/bg-title-operation.jpg);
}
.bg-kosoku-details.operation h2, .bg-title-details.operation h2 {
  color: #000;
}
.bg-kosoku-details.qa, .bg-title-details.qa {
  background-image: url(img/bg-title-qa.jpg);
}
.bg-kosoku-details.qa h2, .bg-title-details.qa h2 {
  color: #023894;
}
.bg-kosoku-details.ad, .bg-title-details.ad {
  background-image: url(img/bg-title-ad.jpg);
}
.bg-kosoku-details.ad h2, .bg-title-details.ad h2 {
  color: #023894;
}
.bg-kosoku-details.company, .bg-title-details.company {
  background-image: url(img/bg-title-company.jpg);
}
.bg-kosoku-details.company h2, .bg-title-details.company h2 {
  color: #023894;
}

.h2-charter {
  background: url(img/charter/bg-charter.jpg) no-repeat left top;
  background-size: contain;
  aspect-ratio: 192/53;
}

.h2-tour {
  background: url(img/tour/bg-tour.jpg) no-repeat left top;
  background-size: contain;
  aspect-ratio: 192/53;
}

.operation-wrapp {
  padding: 3rem 1rem;
  border-bottom: solid 1px #BFBFBF;
}
.operation-wrapp:nth-of-type(1) {
  border-top: solid 1px #BFBFBF;
}
.operation-wrapp .operation-entry-box {
  display: flex;
  gap: 1rem 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .operation-wrapp .operation-entry-box {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .operation-wrapp .operation-entry-box {
    flex-direction: column;
  }
}
.operation-wrapp .operation-entry {
  padding-right: 1rem;
}
.operation-wrapp .icon-kind {
  min-width: 12rem;
  height: 3rem;
  border: solid 1px #404040;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.operation-wrapp .icon-charge {
  min-width: 24rem;
  height: 3rem;
  padding: 0.5rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (min-width: 769px) {
  .operation-wrapp .icon-charge {
    margin-left: 1rem;
  }
}
.operation-wrapp .icon-charge.bus-central {
  background-color: #1184CA;
}
.operation-wrapp .icon-charge.bus-east {
  background-color: #3D6F4A;
}
.operation-wrapp .icon-charge.bus-west {
  background-color: #E82826;
}
.operation-wrapp .icon-charge.bus-keisei {
  background-color: #004EA2;
}
.operation-wrapp .icon-charge.bus-tokyo {
  background-color: #4D008A;
}
@media (max-width: 768px) {
  .operation-wrapp .bus-office {
    text-align: right;
  }
}
.operation-wrapp .bus-office.bus-central {
  color: #1184CA;
}
.operation-wrapp .bus-office.bus-east {
  color: #3D6F4A;
}
.operation-wrapp .bus-office.bus-west {
  color: #E82826;
}
.operation-wrapp .bus-office.bus-keisei {
  color: #004EA2;
}
.operation-wrapp .bus-office.bus-tokyo {
  color: #4D008A;
}
.operation-wrapp .operation-title {
  color: #E91E63;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .operation-wrapp .operation-title {
    font-size: 1.8rem;
  }
}
.operation-wrapp p {
  line-height: 1.7;
  margin-bottom: 0;
}

.anc-menu {
  width: 100%;
  max-width: 1680px;
  padding-right: 1.0499%;
  padding-left: 1.0499%;
}
@media (max-width: 768px) {
  .anc-menu {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.anc-menu {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .anc-menu {
    justify-content: center;
    margin-bottom: 13rem;
  }
}
@media (max-width: 768px) {
  .anc-menu {
    gap: 20px 0;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.anc-menu li {
  width: 10.9757%;
  max-width: 180px;
}
@media (min-width: 769px) {
  .anc-menu li {
    border-right: solid 1px #BFBFBF;
  }
}
@media (max-width: 768px) {
  .anc-menu li {
    width: 25%;
  }
  .anc-menu li:nth-child(4) {
    border-right: none;
  }
}
@media (min-width: 769px) {
  .anc-menu li:first-child {
    border-left: solid 1px #BFBFBF;
  }
}
.anc-menu li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem 0;
  padding: 2rem 1rem 2.5rem;
  text-decoration: none;
  color: #C00000;
}
@media (max-width: 768px) {
  .anc-menu li a {
    gap: 10px;
    padding: 10px;
  }
}
.anc-menu li a .img-box {
  width: 38%;
  max-width: 60px;
}
@media (max-width: 768px) {
  .anc-menu li a .img-box {
    width: 30px;
    max-width: none;
  }
}
.anc-menu li a .txt {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .anc-menu li a .txt {
    font-size: 14px;
  }
}
.anc-menu.kosoku li a {
  color: #0070C0;
}
.anc-menu.kosoku.v1 {
  justify-content: center;
}
@media (max-width: 768px) {
  .anc-menu.kosoku.v1 {
    margin-bottom: 6rem;
  }
}
@media (max-width: 768px) {
  .anc-menu.kosoku.details li {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .anc-menu.kosoku.four li {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .anc-menu.rosen {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .anc-menu.rosen li {
    width: 25%;
  }
}
.anc-menu.rosen li a {
  color: #C00000;
}
.anc-menu.charter li img {
  max-width: 6rem;
}
@media (max-width: 768px) {
  .anc-menu.charter li {
    width: 25%;
  }
}
.anc-menu.charter li a {
  color: #ED7D31;
}
.anc-menu.tour li img {
  max-width: 6rem;
}
@media (max-width: 768px) {
  .anc-menu.tour li {
    width: 25%;
  }
}
.anc-menu.tour li a {
  color: #177047;
}
.anc-menu.etc li img {
  max-width: 6rem;
}
@media (max-width: 768px) {
  .anc-menu.etc li {
    width: 25%;
  }
}
.anc-menu.etc li a {
  color: #023894;
}

.anc-title {
  display: flex;
  gap: 0 2rem;
  font-size: 3.2rem;
  font-weight: normal;
  padding-top: 30px;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .anc-title {
    align-items: center;
  }
}
.anc-title .img-box, .anc-title > img {
  width: 3.7%;
  max-width: 60px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .anc-title {
    gap: 0 10px;
    font-size: 2rem;
  }
  .anc-title .img-box, .anc-title > img {
    width: 30px;
  }
}
.anc-title.rosen {
  color: #C00000;
}
.anc-title.kosoku {
  color: #0070C0;
}
.anc-title.charter {
  color: #ED7D31;
}
.anc-title.tour {
  color: #177047;
}
.anc-title.operation {
  color: #E91E63;
}
.anc-title.etc {
  color: #023894;
}
.anc-title.etc.company {
  margin-bottom: 4rem;
}
.anc-title.sub-anc-title {
  align-items: unset;
  gap: 0 1rem;
  font-size: 2.1rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .anc-title.sub-anc-title {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .anc-title.sub-anc-title .txt-box {
    padding-top: 1rem;
  }
}
.anc-title .img-box.etc {
  filter: hue-rotate(210deg);
}

.rosen-sub .anc-title {
  margin-bottom: 4rem;
}

.col2-box {
  display: flex;
  flex-wrap: wrap;
}
.col2-box .col-l {
  flex: 1;
}
.col2-box .col-l p {
  margin-bottom: 0;
}
.col2-box .col-r {
  width: 10.3659%;
  max-width: 170px;
}
.col2-box.v1 {
  align-items: center;
}
@media (max-width: 768px) {
  .col2-box.v1 {
    align-items: end;
  }
}
.col2-box.v1 .col-r {
  width: 170px;
}
@media (max-width: 768px) {
  .col2-box.v1 .col-r {
    width: 125px;
    margin-bottom: 2rem;
  }
}
.col2-box.v2 {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .col2-box.v2 .col-l {
    flex: auto;
    width: 100%;
  }
}
.col2-box.v2 .col-r {
  width: auto;
  max-width: none;
}
@media (max-width: 768px) {
  .col2-box.v2 .col-r {
    display: none;
  }
}

.topics-rosen {
  height: 17rem;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  padding: 0 1rem;
  overflow: auto;
}
@media (max-width: 768px) {
  .topics-rosen {
    height: 200px;
    margin-bottom: 2rem;
  }
}
.topics-rosen .tbl-topics-rosen {
  border-collapse: collapse;
  width: 100%;
  border: 0;
}
.topics-rosen .tbl-topics-rosen td {
  padding: 2rem 0 0;
}
@media (max-width: 768px) {
  .topics-rosen .tbl-topics-rosen td {
    display: block;
    padding-top: 15px;
  }
}
.topics-rosen .tbl-topics-rosen td.entry {
  width: 36rem;
}
@media (max-width: 768px) {
  .topics-rosen .tbl-topics-rosen td.entry {
    width: 100%;
  }
}
.topics-rosen .tbl-topics-rosen td .entry-box {
  width: 36rem;
  display: flex;
  align-items: center;
  gap: 0 4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .topics-rosen .tbl-topics-rosen td .entry-box {
    width: 100%;
    color: #7F7F7F;
  }
}
.topics-rosen .tbl-topics-rosen td .entry-box .icon-cg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17rem;
  height: 3rem;
  border: solid 1px #C00000;
  color: #C00000;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .topics-rosen .tbl-topics-rosen td .entry-box .icon-cg {
    display: none;
  }
}
.topics-rosen .tbl-topics-rosen td.contents {
  width: calc(100% - 36rem);
}
@media (max-width: 768px) {
  .topics-rosen .tbl-topics-rosen td.contents {
    width: 100%;
    padding-bottom: 1.5rem;
    border-bottom: solid 1px #BFBFBF;
  }
}
.topics-rosen .tbl-topics-rosen td a {
  text-decoration: none;
}
.topics-rosen .tbl-topics-rosen td a:hover {
  text-decoration: underline;
}
.topics-rosen .tbl-topics-rosen.kosoku td .entry-box .icon-cg {
  border: solid 1px #0070C0;
  color: #0070C0;
}
.topics-rosen .tbl-topics-rosen.charter td .entry-box .icon-cg {
  border: solid 1px #ED7D31;
  color: #ED7D31;
}
.topics-rosen .tbl-topics-rosen.tour td .entry-box .icon-cg {
  border: solid 1px #177047;
  color: #177047;
}
@media (max-width: 768px) {
  .topics-rosen .tbl-topics-rosen tbody tr:first-child td.entry {
    padding-top: 0;
  }
}

.ul-btn {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 2rem 2.439%;
}
@media (max-width: 768px) {
  .ul-btn {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.ul-btn li {
  width: 23.17075%;
}
@media (max-width: 768px) {
  .ul-btn li {
    width: 85%;
  }
}
.ul-btn.kosoku li {
  width: 31.7073333333%;
}
@media (max-width: 768px) {
  .ul-btn.kosoku li {
    width: 85%;
  }
}
.ul-btn.kosoku.v2 li {
  width: 23.17075%;
}
@media (max-width: 768px) {
  .ul-btn.kosoku.v2 li {
    width: 85%;
  }
}
.ul-btn.qa {
  gap: 2rem;
}
.ul-btn.qa li {
  width: 100%;
  max-width: 44rem;
}
@media (min-width: 769px) {
  .ul-btn.qa li {
    width: 26.8293%;
  }
}
.ul-btn.qa li a.btn-02 {
  padding: 0.8rem 2rem;
  font-size: 1.9rem;
}
@media (max-width: 768px) {
  .ul-btn.qa li a.btn-02 {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .ul-btn.qa.in-aco li {
    width: 29.3725%;
  }
}
.ul-btn.w-auto li {
  width: auto;
}
@media (max-width: 768px) {
  .ul-btn.w-auto li {
    width: 100%;
  }
}
.ul-btn + .ul-btn {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ul-btn + .ul-btn {
    margin-top: 10px;
  }
}

a.btn-02 {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.2rem 2rem;
  background-color: #fff;
  text-decoration: none;
  font-size: 2.1rem;
  transition: 0.2s ease-in-out;
  z-index: 0;
}
@media (max-width: 768px) {
  a.btn-02 {
    padding: 1rem;
    font-size: 16px;
  }
}
a.btn-02::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  transform: translateX(-105%);
  z-index: -1;
}
a.btn-02 .a-txt {
  display: flex;
  align-items: center;
  gap: 0 2rem;
  padding-bottom: 0.3rem;
}
@media (max-width: 768px) {
  a.btn-02 .a-txt {
    gap: 0 1rem;
  }
}
a.btn-02 .a-txt::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  line-height: 1;
  transition: 0.2s;
}
@media (max-width: 768px) {
  a.btn-02 .a-txt::before {
    width: 10px;
    height: 10px;
  }
}
a.btn-02 .a-txt.restore::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  margin-top: 3px;
  line-height: 1;
  transition: 0.2s;
}
@media (max-width: 768px) {
  a.btn-02 .a-txt.restore::after {
    width: 10px;
    height: 10px;
  }
}
a.btn-02 .a-txt .txt {
  flex: 1;
}
a.btn-02.rosen {
  border: solid 2px #C00000;
  color: #C00000;
}
a.btn-02.rosen.bg {
  background-color: #FCF2F2;
}
a.btn-02.rosen::before {
  background-color: #C00000;
}
a.btn-02.rosen .a-txt::before {
  background-image: url(img/arrow-red.png);
}
a.btn-02.rosen .a-txt.restore::after {
  background-image: url(img/icon-restore.png);
}
a.btn-02.rosen.w-20 {
  max-width: 20rem;
  padding: 0.2rem 1rem;
  border-width: 1px;
  font-size: 1.6rem;
}
a.btn-02.rosen.w-20 .a-txt {
  gap: 0 1rem;
  padding-bottom: 0;
}
a.btn-02.rosen.w-27 {
  max-width: 27rem;
  padding: 0.6rem 1rem;
  font-size: 1.6rem;
}
a.btn-02.rosen.w-27 .a-txt {
  gap: 0 1rem;
  padding-bottom: 0;
}
a.btn-02.rosen.w-28 {
  max-width: 28rem;
  padding: 0.2rem 1rem;
  border-width: 1px;
  font-size: 1.6rem;
}
a.btn-02.rosen.w-28 .a-txt {
  gap: 0 1rem;
  padding-bottom: 0;
}
a.btn-02.rosen.w-44 {
  max-width: 44rem;
  padding: 0.6rem 1rem;
  font-size: 1.6rem;
}
a.btn-02.rosen.w-44 .a-txt {
  gap: 0 1rem;
  padding-bottom: 0;
}
a.btn-02.rosen.w-66 {
  max-width: 66rem;
  padding: 1rem;
  font-size: 2.1rem;
}
@media (max-width: 768px) {
  a.btn-02.rosen.w-66 {
    font-size: 16px;
  }
}
a.btn-02.rosen.w-66 .a-txt {
  gap: 0 1rem;
  padding-bottom: 0;
}
a.btn-02.kosoku {
  border: solid 2px #0070C0;
  color: #0070C0;
}
a.btn-02.kosoku.bg {
  background-color: #F2F8FC;
}
a.btn-02.kosoku::before {
  background-color: #0070C0;
}
a.btn-02.kosoku .a-txt::before {
  background-image: url(img/arrow-blu.png);
}
a.btn-02.kosoku .a-txt.restore::after {
  background-image: url(img/icon-restore-blu.png);
}
a.btn-02.kosoku:hover {
  color: #fff;
}
a.btn-02.kosoku:hover::before {
  left: 0;
  transform: translateX(0);
}
a.btn-02.kosoku:hover .a-txt.restore::after {
  background-image: url(img/icon-restore-wt.png);
}
a.btn-02.charter {
  border: solid 2px #ED7D31;
  color: #ED7D31;
}
a.btn-02.charter.bg {
  background-color: #F2F8FC;
}
a.btn-02.charter::before {
  background-color: #ED7D31;
}
a.btn-02.charter .a-txt::before {
  background-image: url(img/arrow-org.png);
}
a.btn-02.charter:hover {
  color: #fff;
}
a.btn-02.charter:hover::before {
  left: 0;
  transform: translateX(0);
}
a.btn-02.charter:hover .a-txt.restore::after {
  background-image: url(img/icon-restore-wt.png);
}
a.btn-02.charter.w-38 {
  max-width: 38rem;
  min-height: 6rem;
  padding: 1rem;
  font-size: 2.1rem;
}
@media (max-width: 768px) {
  a.btn-02.charter.w-38 {
    font-size: 14px;
  }
}
a.btn-02.charter.w-38 .a-txt {
  gap: 0 1rem;
  padding-bottom: 0;
}
a.btn-02.charter.w-61 {
  max-width: 61rem;
  min-height: 6rem;
  padding: 1rem;
  font-size: 2.1rem;
}
@media (max-width: 768px) {
  a.btn-02.charter.w-61 {
    font-size: 14px;
  }
}
a.btn-02.charter.w-61 .a-txt {
  gap: 0 1rem;
  padding-bottom: 0;
}
a.btn-02.charter.w-61 + .btn-02 {
  margin-top: 2rem;
}
a.btn-02.tour {
  height: auto;
  padding: 1rem;
  border: none;
  color: #177047;
  font-size: 2.7rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  a.btn-02.tour {
    font-size: 18px;
  }
}
a.btn-02.tour::before {
  display: none;
}
a.btn-02.tour .a-txt {
  justify-content: center;
}
a.btn-02.tour .a-txt::before {
  background-image: url(img/arrow-grn.png);
}
a.btn-02.tour .a-txt.restore::after {
  width: 2rem;
  height: 2rem;
  background-image: url(img/icon-restore-grn.png);
}
a.btn-02.tour:hover {
  color: #177047 !important;
  opacity: 0.7;
}
a.btn-02.tour:hover .a-txt.restore::after {
  background-image: url(img/icon-restore-grn.png) !important;
}
a.btn-02.ad {
  max-width: 48rem;
  height: auto;
  padding: 1.8rem 2rem;
  border: solid 2px #E91E63;
  color: #E91E63;
  font-size: 1.9rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  a.btn-02.ad {
    font-size: 16px;
  }
}
a.btn-02.ad::before {
  background-color: #E91E63;
}
a.btn-02.ad .a-txt {
  justify-content: center;
  gap: 0 1rem;
  margin-right: auto;
  margin-left: auto;
}
a.btn-02.ad .a-txt .txt {
  flex: 1;
  text-align: left;
}
a.btn-02.ad .a-txt::before {
  background-image: url(img/arrow-pnk.png);
}
@media (min-width: 769px) {
  a.btn-02.ad .a-txt::before {
    margin-right: 1rem;
  }
}
a.btn-02.ad .a-txt.restore::after {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(img/icon-restore-pnk.png);
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  a.btn-02.ad .a-txt.restore::after {
    width: 10px;
    height: 10px;
  }
}
a.btn-02.ad:hover {
  color: #fff;
}
a.btn-02.ad:hover::before {
  left: 0;
  transform: translateX(0);
}
a.btn-02.ad:hover .a-txt.restore::after {
  background-image: url(img/icon-restore-wt.png);
}
a.btn-02.etc {
  border: solid 2px #023894;
  color: #023894;
}
a.btn-02.etc.bg {
  background-color: #E5EBF4;
}
a.btn-02.etc::before {
  background-color: #023894;
}
a.btn-02.etc .a-txt {
  gap: 0 1rem;
  padding-bottom: 0;
}
a.btn-02.etc .a-txt::before {
  background-image: url(img/arrow-nvy.png);
}
a.btn-02.etc .a-txt.restore::after {
  background-image: url(img/icon-restore-nvy.png);
}
a.btn-02.etc:hover {
  color: #fff;
}
a.btn-02.etc:hover::before {
  left: 0;
  transform: translateX(0);
}
a.btn-02.etc:hover .a-txt.restore::after {
  background-image: url(img/icon-restore-wt.png);
}
a.btn-02.etc.w-38 {
  min-height: 6rem;
  padding: 1rem;
  font-size: 2.1rem;
}
@media (min-width: 769px) {
  a.btn-02.etc.w-38 {
    min-width: 38rem;
  }
}
@media (max-width: 768px) {
  a.btn-02.etc.w-38 {
    width: 100%;
    font-size: 16px;
  }
}
a.btn-02.etc.w-52 {
  min-height: 6rem;
  padding: 1rem;
  font-size: 2.1rem;
}
@media (min-width: 769px) {
  a.btn-02.etc.w-52 {
    min-width: 52rem;
  }
}
@media (max-width: 768px) {
  a.btn-02.etc.w-52 {
    width: 100%;
    font-size: 16px;
  }
}
a.btn-02.bk {
  max-width: 52rem;
  height: auto;
  padding: 2.2rem 2rem;
  border: solid 2px #000;
  color: #000000;
  font-size: 2.1rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  a.btn-02.bk {
    font-size: 16px;
  }
}
a.btn-02.bk::before {
  background-color: #000;
}
a.btn-02.bk .a-txt {
  justify-content: center;
}
a.btn-02.bk .a-txt::before {
  background-image: url(img/arrow-bk.png);
}
a.btn-02.bk .a-txt .txt {
  flex: 1;
}
a.btn-02.bk:hover {
  color: #fff;
}
a.btn-02.bk:hover::before {
  left: 0;
  transform: translateX(0);
}
a.btn-02.w-auto {
  width: auto;
  padding: 0.4rem 2rem 0.4rem 1rem;
  border-width: 1px;
  display: inline-flex;
}
a.btn-02.w-auto.ggl-map {
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  a.btn-02.w-auto.ggl-map {
    width: 19rem;
  }
}
a.btn-02.w-auto.ggl-sv {
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  a.btn-02.w-auto.ggl-sv {
    width: 27rem;
  }
}
a.btn-02.w-auto .a-txt {
  gap: 0 1rem;
  padding-bottom: 0;
}
a.btn-02.w-auto .a-txt.restore::after {
  margin-left: 0.8rem;
}
a.btn-02.kosoku.w-auto.ggl-sv {
  width: 35rem;
}
a.btn-02:hover {
  color: #fff;
}
a.btn-02:hover::before {
  left: 0;
  transform: translateX(0);
}
a.btn-02:hover .a-txt.restore::after {
  background-image: url(img/icon-restore-wt.png);
}

.txt-pnk {
  color: #E91E63;
}

.tbl-info {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
}
.tbl-info td {
  padding: 1rem;
  border-top: solid 1px #BFBFBF;
  font-size: 2.1rem;
}
@media (max-width: 768px) {
  .tbl-info td {
    font-size: 14px;
  }
}

.guide-abb {
  background: #FEF4F8;
  padding: 0.3rem 2rem 0.3rem 0.3rem;
  display: inline-flex;
  align-items: center;
  color: #E91E63;
}
.guide-abb::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url(img/kosoku/icon-guide.png) no-repeat center;
  background-size: contain;
  margin-right: 1rem;
}
.guide-abb.blu {
  background: #4D9BD3;
  color: #fff;
}
.guide-abb.blu::before {
  background: url(img/kosoku/icon-guide-wt.png) no-repeat center;
  background-size: contain;
}

.ul-guide-link {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 2rem;
  margin: 2rem 0;
}

.guide-time {
  background: #002060;
  padding: 0.3rem 2rem 0.3rem 1rem;
  color: #fff;
  margin-bottom: 1rem;
}

.js_scroll + .guide-time {
  margin-top: 5rem;
}

.fare-chart-wrapp {
  width: 100%;
  max-width: 1560px;
}
@media (min-width: 769px) {
  .fare-chart-wrapp {
    overflow: auto;
  }
}

.tbl-station-kosoku {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
}
@media (max-width: 768px) {
  .tbl-station-kosoku {
    width: 1250px;
  }
}
.tbl-station-kosoku th, .tbl-station-kosoku td {
  padding: 1rem;
  border-top: solid 1px #BFBFBF;
  vertical-align: top;
  text-align: left;
}
.tbl-station-kosoku th {
  width: 36rem;
  font-weight: normal;
}
.tbl-station-kosoku td.platform {
  width: 38rem;
}
.tbl-station-kosoku td.btn-box a + a {
  margin-left: 2rem;
}
.tbl-station-kosoku + .tbl-station-kosoku {
  margin-top: 5rem;
}

.tbl-ticket {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2rem;
}
.tbl-ticket th, .tbl-ticket td {
  padding: 1.1rem 1rem;
  border-bottom: solid 1px #BFBFBF;
}
.tbl-ticket th {
  text-align: left;
  font-weight: normal;
}
.tbl-ticket th:nth-child(1) {
  width: 21rem;
}
.tbl-ticket td {
  border-top: solid 1px #BFBFBF;
}
.tbl-ticket td:nth-child(1) {
  width: 21rem;
}
@media (max-width: 768px) {
  .tbl-ticket td:nth-child(1) {
    word-break: keep-all;
  }
}
.tbl-ticket.v2 td:nth-child(2) {
  width: 58rem;
}
@media (max-width: 768px) {
  .tbl-ticket.v3 {
    width: 1000px;
  }
}
.tbl-ticket.v3 th:nth-child(1) {
  width: 26rem;
}
@media (max-width: 768px) {
  .tbl-ticket.v3 th:nth-child(1) {
    width: 20rem;
  }
}
.tbl-ticket.v3 th:nth-child(2) {
  width: 45rem;
}
@media (max-width: 768px) {
  .tbl-ticket.v3 th:nth-child(2) {
    width: 35rem;
  }
}
@media (max-width: 768px) {
  .tbl-ticket.v3 th:nth-child(3) {
    width: 45rem;
  }
}
.tbl-ticket.v3 td p {
  line-height: 2;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .tbl-ticket.sp_auto th, .tbl-ticket.sp_auto td {
    width: auto;
  }
  .tbl-ticket.sp_auto th:nth-child(n+1), .tbl-ticket.sp_auto td:nth-child(n+1) {
    width: auto !important;
  }
  .tbl-ticket.sp_half td {
    width: 50%;
  }
  .tbl-ticket.sp_half td:nth-child(1) {
    width: 50%;
  }
  .tbl-ticket.sp_block {
    border-bottom: solid 1px #BFBFBF;
  }
  .tbl-ticket.sp_block td {
    display: block;
    width: 100% !important;
    border-bottom: none;
  }
  .tbl-ticket.sp_block td:nth-child(n+2) {
    border-top: none;
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .number-map-box {
    width: 100%;
    height: 500px;
    overflow: auto;
  }
  .number-map-box img {
    width: auto;
    max-width: 1000px;
  }
}

.col2-geton-01 {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 5rem;
}
.col2-geton-01 .img-box {
  width: 20.7927%;
  max-width: 341px;
}
@media (max-width: 768px) {
  .col2-geton-01 .img-box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .col2-geton-01 .img-box img {
    width: 70%;
  }
}
@media (min-width: 769px) {
  .col2-geton-01 .txt-box {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .col2-geton-01 .txt-box {
    width: 100%;
  }
}
.col2-geton-01 .txt-box p {
  margin-bottom: 0;
  line-height: 2;
}
.col2-geton-01 .txt-box p.txt-baggage-box {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .col2-geton-01 .txt-box p.txt-baggage-box {
    margin-bottom: 4rem;
  }
}
.col2-geton-01 .txt-box .txt-linear {
  display: inline;
  padding-right: 2rem;
  color: #002060;
  font-size: 3.2rem;
  font-weight: bold;
  background-image: linear-gradient(180deg, transparent 1em, #ffff00 1em, #ffff00 1.8em, transparent 1.8em);
}
@media (max-width: 768px) {
  .col2-geton-01 .txt-box .txt-linear {
    font-size: 2.3rem;
  }
}
.col2-geton-01 .txt-box .txt-baggage {
  color: #002060;
  font-size: 2.7rem;
}
@media (max-width: 768px) {
  .col2-geton-01 .txt-box .txt-baggage {
    font-size: 1.6rem;
  }
}
.col2-geton-01 .txt-box .txt-baggage .txt-pnk {
  color: #E91E63;
}
.col2-geton-01 .txt-box .txt-baggage .txt-pnk .txt-emp {
  font-size: 3.7rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .col2-geton-01 .txt-box .txt-baggage .txt-pnk .txt-emp {
    font-size: 1.8rem;
  }
}
.col2-geton-01 .txt-box .txt-narita-ap {
  margin-top: 1rem;
}
@media (min-width: 769px) {
  .col2-geton-01 .txt-box .txt-narita-ap {
    margin-left: 2rem;
  }
}
.col2-geton-01 .txt-box .txt-narita-ap a.btn-02 {
  display: inline-flex;
  width: auto;
}
@media (min-width: 769px) {
  .col2-geton-01 .txt-box .txt-narita-ap a.btn-02 {
    padding-right: 5rem;
  }
}

.col2-geton-02 {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 6rem;
}
@media (min-width: 769px) {
  .col2-geton-02 {
    padding-right: 2rem;
  }
}
.col2-geton-02 .col {
  width: calc((100% - 6rem) / 2);
  display: flex;
  gap: 2rem;
}
@media (min-width: 769px) {
  .col2-geton-02 .col {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .col2-geton-02 .col {
    width: 100%;
  }
}
.col2-geton-02 .col .img-box {
  width: 30.5064%;
  max-width: 241px;
}
@media (min-width: 769px) {
  .col2-geton-02 .col .img-box {
    width: 45%;
  }
}
.col2-geton-02 .col .txt-box {
  flex: 1;
}
.col2-geton-02 .col .txt-box p {
  margin-bottom: 0;
}
.col2-geton-02.rosen {
  gap: 4rem 8rem;
}
@media (min-width: 769px) {
  .col2-geton-02.rosen {
    padding-right: 0;
  }
}
.col2-geton-02.rosen .col {
  width: calc((100% - 8rem) / 2);
}
@media (max-width: 768px) {
  .col2-geton-02.rosen .col {
    width: 100%;
  }
}
.col2-geton-02.rosen .col .img-box {
  width: 30.8975%;
  max-width: 241px;
}
@media (min-width: 769px) {
  .col2-geton-02.rosen .col .img-box {
    width: 45%;
  }
}

.col2-geton-03 {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 8rem;
}
@media (min-width: 769px) {
  .col2-geton-03 {
    padding-right: 2rem;
  }
}
.col2-geton-03 .col-box {
  width: calc((100% - 8rem) / 2);
}
@media (min-width: 769px) {
  .col2-geton-03 .col-box {
    padding-top: 2rem;
  }
}
@media (max-width: 768px) {
  .col2-geton-03 .col-box {
    width: 100%;
  }
}
.col2-geton-03 .col-box .in-col-l {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
.col2-geton-03 .col-box .bg-box {
  display: flex;
  flex-wrap: wrap;
  background: #FCF2F2;
  padding: 2rem 2rem 2rem 5rem;
}
@media (max-width: 768px) {
  .col2-geton-03 .col-box .bg-box {
    padding: 2rem;
  }
}
.col2-geton-03 .col-box .bg-box.v1 {
  padding: 0;
}
.col2-geton-03 .col-box .bg-box.v2 {
  padding: 2rem;
}
.col2-geton-03 .col-box .bg-box .contents-box {
  width: 100%;
  padding: 2rem;
  border-bottom: solid 1px #BFBFBF;
}
.col2-geton-03 .col-box .bg-box .contents-box.last {
  border-bottom: none;
}
.col2-geton-03 .col-box .bg-box .txt-box, .col2-geton-03 .col-box .bg-box .p-txt {
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .col2-geton-03 .col-box .bg-box .txt-box, .col2-geton-03 .col-box .bg-box .p-txt {
    font-size: 1.6rem;
  }
}
.col2-geton-03 .col-box .bg-box .title-text {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
.col2-geton-03 .col-box .bg-box .col2-contents {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.col2-geton-03 .col-box .bg-box .col2-contents .img-box {
  width: 100%;
}
@media (min-width: 769px) {
  .col2-geton-03 .col-box .bg-box .col2-contents .img-box.v1 {
    width: 28rem;
  }
}
.col2-geton-03 .col-box .bg-box .col2-contents .img-box.v1 .image {
  width: 97.5%;
  max-width: 273px;
}
@media (max-width: 768px) {
  .col2-geton-03 .col-box .bg-box .col2-contents .img-box.v1 .image {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 769px) {
  .col2-geton-03 .col-box .bg-box .col2-contents .img-box.v2 {
    width: 23rem;
  }
}
.col2-geton-03 .col-box .bg-box .col2-contents .img-box.v2 .image {
  width: 87.8261%;
  max-width: 202px;
}
@media (max-width: 768px) {
  .col2-geton-03 .col-box .bg-box .col2-contents .img-box.v2 .image {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 769px) {
  .col2-geton-03 .col-box .bg-box .col2-contents .img-box.v4 {
    width: 16rem;
  }
}
.col2-geton-03 .col-box .bg-box .col2-contents .img-box.v4 .image {
  width: 96.875%;
  max-width: 155px;
}
@media (max-width: 768px) {
  .col2-geton-03 .col-box .bg-box .col2-contents .img-box.v4 .image {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 769px) {
  .col2-geton-03 .col-box .bg-box .col2-contents .img-box.v5 {
    width: 33rem;
  }
}
.col2-geton-03 .col-box .bg-box .col2-contents .img-box.v5 .image {
  width: 88.1819%;
  max-width: 291px;
}
@media (max-width: 768px) {
  .col2-geton-03 .col-box .bg-box .col2-contents .img-box.v5 .image {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 769px) {
  .col2-geton-03 .col-box .bg-box .col2-contents .img-box.v2-5-3 {
    width: 23rem;
  }
}
.col2-geton-03 .col-box .bg-box .col2-contents .img-box.v2-5-3 .image {
  width: 84.3479%;
  max-width: 194px;
}
@media (max-width: 768px) {
  .col2-geton-03 .col-box .bg-box .col2-contents .img-box.v2-5-3 .image {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.col2-geton-03 .col-box .bg-box .col2-contents .txt-box {
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .col2-geton-03 .col-box .bg-box .col2-contents .txt-box {
    flex: 1;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .col2-geton-03 .col-box .bg-box .col2-contents .txt-box {
    width: 100%;
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .col2-geton-03 .col-box .bg-box .col2-contents .txt-box.v1 {
    padding-left: 6rem;
  }
}
@media (min-width: 769px) {
  .col2-geton-03 .col-box .bg-box .col2-contents .txt-box.v2 {
    padding-left: 1rem;
  }
}
.col2-geton-03 .col-box .bg-box .col2-contents .txt-box .txt-list {
  display: flex;
  gap: 0 1rem;
  margin-bottom: 1rem;
}
.col2-geton-03 .col-box .bg-box .col2-contents .txt-box .txt-list .icon-number {
  width: 3.2rem;
  height: 3.2rem;
}
.col2-geton-03 .col-box .bg-box .col2-contents .txt-box .txt-list .txt {
  padding-top: 0.3rem;
  flex: 1;
}
@media (max-width: 768px) {
  .col2-geton-03 .col-box .bg-box .col2-contents .txt-box .txt-list .txt {
    padding-top: 0.5rem;
  }
}
.col2-geton-03 .col-box .bg-box .col2-contents.v1 {
  gap: 1rem 0;
  padding: 3rem 2rem 2rem 5rem;
}
@media (max-width: 768px) {
  .col2-geton-03 .col-box .bg-box .col2-contents.v1 {
    gap: 2rem;
    padding: 2rem;
  }
}
@media (min-width: 769px) {
  .col2-geton-03 .col-box .bg-box .col2-contents.v1 .txt-box {
    padding-top: 1rem;
  }
}
@media (min-width: 769px) {
  .col2-geton-03 .col-box .bg-box .col2-contents.v2 {
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .col2-geton-03 .col-box .bg-box .col2-contents.v2 {
    gap: 2rem;
  }
}
.col2-geton-03 .col-box .bg-box .col2-contents.v3 {
  gap: 1rem 0;
}
@media (max-width: 768px) {
  .col2-geton-03 .col-box .bg-box .col2-contents.v3 {
    gap: 2rem;
  }
}
@media (min-width: 769px) {
  .col2-geton-03 .col-box .bg-box .col2-contents.v3 .txt-box {
    padding-top: 2rem;
    padding-left: 1rem;
  }
}
.col2-geton-03 .col-box .bg-box .col2-contents.v3 .p-txt {
  width: 100%;
}
.col2-geton-03 .col-box .bg-box .col2-contents.tb-center {
  align-items: center;
}
@media (max-width: 768px) {
  .col2-geton-03 .col-box .bg-box .col2-contents.tb-center {
    gap: 2rem;
  }
}
.col2-geton-03 .col-box .bg-box .image-rl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}
.col2-geton-03 .col-box .bg-box .image-rl > div.img-1 {
  width: 38.7143%;
  max-width: 271px;
}
.col2-geton-03 .col-box .bg-box .image-rl > div.img-2 {
  width: 38.8572%;
  max-width: 272px;
}
.col2-geton-03 .col-box .bg-box .image-tb {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem 0;
}
.col2-geton-03 .col-box .bg-box .image-tb.v2 {
  gap: 1rem 0;
}
.col2-geton-03 .col-box .bg-box .image-tb .img-box.v2-2 {
  width: 46.8657%;
  max-width: 157px;
}
.col2-geton-03 .col-box .bg-box .image-tb .img-box.v2-5 {
  width: 47.4627%;
  max-width: 159px;
}
.col2-geton-03 .col-box .bg-box .image-tb .image-text {
  text-align: center;
}
.col2-geton-03 .col-box .bg-box .image-tb.v1 {
  padding-top: 2rem;
}
.col2-geton-03 .col-box .bg-box p.txt-attention {
  color: #C00000;
  font-size: 1.467rem;
}
@media (max-width: 768px) {
  .col2-geton-03 .col-box .bg-box p.txt-attention {
    font-size: 14px;
  }
}
.col2-geton-03 .col {
  width: calc((100% - 8rem) / 2);
  display: flex;
  gap: 2rem;
}
@media (min-width: 769px) {
  .col2-geton-03 .col {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .col2-geton-03 .col {
    width: 100%;
  }
}
.col2-geton-03 .col .img-box {
  width: 30.5064%;
  max-width: 241px;
}
@media (min-width: 769px) {
  .col2-geton-03 .col .img-box {
    width: 45%;
  }
}
.col2-geton-03 .col .txt-box {
  flex: 1;
}
.col2-geton-03 .col .txt-box p {
  margin-bottom: 0;
}

.col2 {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .col2.rosen-areamap .img-box {
    width: 80rem;
    padding: 4rem 1rem 0 6rem;
  }
}
@media (max-width: 768px) {
  .col2.rosen-areamap .img-box {
    width: 100%;
  }
}
.col2.rosen-areamap .img-box .img-map {
  display: block;
  width: 83.9727%;
  max-width: 613px;
}
@media (max-width: 768px) {
  .col2.rosen-areamap .img-box .img-map {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .col2.rosen-areamap .txt-box {
    flex: 1;
    padding-top: 1rem;
  }
}
@media (max-width: 768px) {
  .col2.rosen-areamap .txt-box {
    width: 100%;
    padding-top: 3rem;
  }
}
.col2.rosen-geton-numb {
  width: 100%;
  gap: 0 1rem;
  color: #C00000;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .col2.rosen-geton-numb {
    font-size: 1.8rem;
  }
}
.col2.rosen-geton-numb .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding-bottom: 0.2rem;
  border: solid 1px #C00000;
  font-size: 2.667rem;
}
@media (max-width: 768px) {
  .col2.rosen-geton-numb .number {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
  }
}
.col2.rosen-geton-numb .txt {
  padding-top: 0.3rem;
  flex: 1;
}
@media (max-width: 768px) {
  .col2.rosen-geton-numb .txt {
    padding-top: 0.1rem;
  }
}
.col2.rosen-geton-rl {
  gap: 2rem;
}
.col2.rosen-geton-rl > div {
  width: calc((100% - 2rem) / 2);
}
@media (max-width: 768px) {
  .col2.rosen-geton-rl > div {
    width: 100%;
  }
}
.col2.rosen-geton-rl > div.full {
  width: 100%;
}

.col4-pic {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4rem;
  margin-bottom: 4rem;
}
.col4-pic > div {
  width: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  .col4-pic > div {
    width: calc((100% - 12rem) / 4);
  }
}
.col4-pic > div .txt-box {
  display: block;
  padding-top: 1rem;
  text-align: center;
}
@media (min-width: 769px) {
  .col4-pic > div .txt-box {
    font-size: 1.6rem;
  }
}
.col4-pic.charter {
  gap: 4rem;
  margin-bottom: 5rem;
}
@media (min-width: 769px) {
  .col4-pic.charter > div .txt-box {
    font-size: 1.9rem;
  }
}

.col2-charter-wrapp {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 5rem;
}
.col2-charter-wrapp .img-box {
  width: 53rem;
}
@media (max-width: 768px) {
  .col2-charter-wrapp .img-box {
    width: 100%;
  }
}
.col2-charter-wrapp .img-box .in-img-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.col2-charter-wrapp .img-box .bus-images {
  width: calc((100% - 2rem) / 3);
}
.col2-charter-wrapp .img-box .bus-images:first-child {
  width: 100%;
}
@media (min-width: 769px) {
  .col2-charter-wrapp .txt-box {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .col2-charter-wrapp .txt-box {
    width: 100%;
  }
}
.col2-charter-wrapp .txt-box .bus-title {
  display: block;
  font-size: 2.7rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .col2-charter-wrapp .txt-box .bus-title {
    font-size: 18px;
    margin-bottom: 1rem;
  }
}
.col2-charter-wrapp .txt-box p.bus-guide {
  margin-bottom: 3rem;
}

.col2-charter-wrapp-2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 19rem;
}
@media (min-width: 769px) {
  .col2-charter-wrapp-2 {
    padding-right: 3rem;
  }
}
.col2-charter-wrapp-2 .col {
  width: calc((100% - 19rem) / 2);
}
@media (max-width: 768px) {
  .col2-charter-wrapp-2 .col {
    width: 100%;
  }
}
.col2-charter-wrapp-2 .col .txt-capacity {
  margin-bottom: 1rem;
}
.col2-charter-wrapp-2 .col .img-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.col2-charter-wrapp-2 .col .img-box .bus-images {
  width: 74.6479%;
  max-width: 53rem;
}
@media (max-width: 768px) {
  .col2-charter-wrapp-2 .col .img-box .bus-images {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .col2-charter-wrapp-2 .col .img-box .bus-images-2 {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .col2-charter-wrapp-2 .col .img-box .bus-images-2 {
    width: 100%;
  }
}

.img-wrapp {
  display: flex;
  flex-wrap: wrap;
}
.img-wrapp.charter {
  flex-direction: column;
}
.img-wrapp.charter .img-large {
  width: 100%;
}
@media (max-width: 768px) {
  .img-wrapp.charter .img-large img {
    width: 100%;
  }
}
.img-wrapp.charter .img-small {
  width: 100%;
}
.img-wrapp.tour-2 {
  gap: 1rem;
}
@media (min-width: 769px) {
  .img-wrapp.tour-2 {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .img-wrapp.tour-2 .img-large {
    width: 100%;
  }
  .img-wrapp.tour-2 .img-small {
    width: 100%;
  }
  .img-wrapp.tour-2 img {
    width: 100%;
  }
}

.tbl-charter-img-wrapp {
  overflow: hidden;
  margin-right: -1rem;
  margin-left: -1rem;
}

.tbl-charter-img {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1rem;
}
.tbl-charter-img td {
  width: calc((100% - 2rem) / 3);
  padding: 0;
}
@media (max-width: 768px) {
  .tbl-charter-img td img {
    width: 100%;
  }
}

.col3-tour-wrapp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.col3-tour-wrapp .col {
  width: 100%;
  max-width: 520px;
}
@media (min-width: 769px) {
  .col3-tour-wrapp .col {
    width: calc((100% - 8rem) / 3);
  }
}
@media (max-width: 768px) {
  .col3-tour-wrapp .col {
    margin-right: auto;
    margin-left: auto;
  }
}
.col3-tour-wrapp .col a {
  display: block;
}

.col2-tour-wrapp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3rem;
}
@media (max-width: 768px) {
  .col2-tour-wrapp {
    gap: 1rem 3rem;
  }
}
.col2-tour-wrapp .col-l {
  width: 50.6098%;
  max-width: 83rem;
}
@media (max-width: 768px) {
  .col2-tour-wrapp .col-l {
    width: 100%;
  }
  .col2-tour-wrapp .col-l.v2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 769px) {
  .col2-tour-wrapp .col-r {
    width: calc(100% - (50.6098% + 3rem));
  }
}
@media (max-width: 768px) {
  .col2-tour-wrapp .col-r {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .col2-tour-wrapp .col-r.text {
    font-size: 1.6rem;
  }
}

.tbl-tour-img-wrapp {
  overflow: hidden;
  margin: -1.9rem;
}
.tbl-tour-img-wrapp.v2 {
  margin: -1.5rem;
}
@media (max-width: 768px) {
  .tbl-tour-img-wrapp {
    margin: -1rem;
  }
  .tbl-tour-img-wrapp.v2 {
    margin: -1rem;
  }
}

.tbl-tour-img {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1.9rem;
}
@media (max-width: 768px) {
  .tbl-tour-img {
    border-spacing: 1rem;
  }
}
.tbl-tour-img td {
  width: calc((100% - 6rem) / 3);
  padding: 0;
}
@media (max-width: 768px) {
  .tbl-tour-img td {
    width: calc((100% - 2rem) / 3);
  }
}
.tbl-tour-img td:nth-child(2) {
  text-align: center;
}
.tbl-tour-img td:nth-child(3) {
  text-align: right;
}

.tbl-tour-img-2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1.5rem;
}
@media (max-width: 768px) {
  .tbl-tour-img-2 {
    border-spacing: 1rem;
  }
}
.tbl-tour-img-2 td {
  padding: 0;
}
@media (min-width: 769px) {
  .tbl-tour-img-2 td {
    display: block;
  }
  .tbl-tour-img-2 td + td {
    margin-top: 1.5rem;
  }
}

.title-tour-bus {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .title-tour-bus {
    font-size: 18px;
  }
}
.title-tour-bus .title {
  font-size: 1.9rem;
}
@media (max-width: 768px) {
  .title-tour-bus .title {
    font-size: 14px;
  }
}

.tour-bus-seat {
  width: 100%;
  padding: 5rem 5rem 3rem 3rem;
  border: solid 1px #177047;
  position: relative;
}
.tour-bus-seat .title {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 1px 0.5rem;
  background: #177047;
  color: #fff;
  font-size: 1.467rem;
}

.tour-link {
  display: block;
}
@media (min-width: 769px) {
  .tour-link {
    width: 55.2rem;
  }
}

.col2-charter-seat {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 5rem;
}
.col2-charter-seat > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.col2-charter-seat > div.seat-1 {
  width: 40%;
  max-width: 372px;
}
.col2-charter-seat > div.seat-1 a {
  display: inline-block;
}
.col2-charter-seat > div.seat-2 {
  width: 34.4087%;
  max-width: 320px;
}
.col2-charter-seat > div.seat-3 {
  width: 30.6452%;
  max-width: 285px;
}
.col2-charter-seat > div .txt-box {
  display: block;
  text-align: center;
  font-size: 1.334rem;
  margin-top: auto;
  margin-bottom: 0;
}
.col2-charter-seat.tour {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .col2-charter-seat.tour {
    justify-content: center;
  }
}
.col2-charter-seat.tour > div.seat-1 {
  width: 49.7327%;
}
@media (max-width: 768px) {
  .col2-charter-seat.tour > div.seat-1 {
    width: 100%;
  }
}
.col2-charter-seat.tour > div.seat-2 {
  width: 42.7808%;
}
@media (max-width: 768px) {
  .col2-charter-seat.tour > div.seat-2 {
    width: 100%;
  }
}

.tbl-rosen-areamap {
  border-collapse: collapse;
  width: 100%;
}
@media (min-width: 769px) {
  .tbl-rosen-areamap {
    border-bottom: solid 1px #BFBFBF;
  }
}
.tbl-rosen-areamap th, .tbl-rosen-areamap td {
  padding: 2rem 1rem;
  border-top: solid 1px #BFBFBF;
  vertical-align: middle;
  text-align: left;
}
@media (max-width: 768px) {
  .tbl-rosen-areamap th, .tbl-rosen-areamap td {
    display: block;
  }
}
.tbl-rosen-areamap th {
  width: 22rem;
}
.tbl-rosen-areamap th .img-logo {
  display: block;
  width: 85%;
  max-width: 170px;
}
@media (max-width: 768px) {
  .tbl-rosen-areamap th {
    width: 100%;
    border-top: none;
    padding-bottom: 1rem;
  }
}
.tbl-rosen-areamap td {
  width: calc(100% - 22rem);
}
@media (max-width: 768px) {
  .tbl-rosen-areamap td {
    width: 100%;
    padding-top: 1rem;
  }
}

.tbl-rosen-endpass {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 768px) {
  .tbl-rosen-endpass {
    width: 1560px;
  }
}
.tbl-rosen-endpass th, .tbl-rosen-endpass td {
  padding: 2rem;
  border-bottom: solid 1px #BFBFBF;
  vertical-align: top;
}
.tbl-rosen-endpass th p, .tbl-rosen-endpass td p {
  margin-bottom: 0;
}
.tbl-rosen-endpass th {
  font-weight: normal;
}
.tbl-rosen-endpass th.th-01 {
  width: 10.2565%;
  text-align: left;
}
.tbl-rosen-endpass th.th-02 {
  width: 23.077%;
}
.tbl-rosen-endpass th.th-03 {
  width: 8.9744%;
}
.tbl-rosen-endpass th.th-04 {
  width: 57.6921%;
  text-align: left;
}
.tbl-rosen-endpass td:nth-child(2), .tbl-rosen-endpass td:nth-child(3) {
  text-align: center;
}

.tbl-rosen-cpass {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
}
@media (max-width: 768px) {
  .tbl-rosen-cpass {
    width: 1640px;
  }
}
.tbl-rosen-cpass th, .tbl-rosen-cpass td {
  padding: 1rem;
  border-top: solid 1px #BFBFBF;
}
.tbl-rosen-cpass th p, .tbl-rosen-cpass td p {
  margin-bottom: 0;
  line-height: 2;
}
.tbl-rosen-cpass th {
  width: 25%;
  text-align: left;
  font-weight: normal;
}
.tbl-rosen-cpass td:nth-of-type(1) {
  width: 54.8781%;
}
.tbl-rosen-cpass td:nth-of-type(2) {
  width: 20.1219%;
  padding-left: 2.439%;
}
.tbl-rosen-cpass td:nth-of-type(2) a {
  margin-right: 0;
  margin-left: auto;
}

.tbl-pass-teiki {
  border-collapse: collapse;
  width: 100%;
  border: solid 2px #000;
}
@media (max-width: 768px) {
  .tbl-pass-teiki {
    width: 1360px;
  }
}
.tbl-pass-teiki th {
  padding: 0.2rem 1rem;
  font-weight: normal;
}
.tbl-pass-teiki th.th-01 {
  width: 165px;
  background-color: #F8F8F8;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
}
.tbl-pass-teiki th.th-ic {
  background-color: #FFC000;
  border-bottom: solid 1px #000;
}
.tbl-pass-teiki th.th-school {
  background-color: #FFFFCC;
}
.tbl-pass-teiki th.th-school.belt {
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
}
.tbl-pass-teiki th.th-commute {
  background-color: #FFE699;
}
.tbl-pass-teiki th.th-commute.belt {
  border-bottom: solid 1px #000;
}
.tbl-pass-teiki th.th-ic-year {
  width: 205px;
  background-color: #EBEEF1;
  border-bottom: solid 2px #000;
  border-left: solid 2px #000;
}
.tbl-pass-teiki th.th-month {
  width: 165px;
  border-bottom: solid 2px #000;
}
.tbl-pass-teiki th.th-month:nth-child(1), .tbl-pass-teiki th.th-month:nth-child(2), .tbl-pass-teiki th.th-month:nth-child(4), .tbl-pass-teiki th.th-month:nth-child(5) {
  border-right: dotted 1px #000;
}
.tbl-pass-teiki th.th-month:nth-child(3) {
  border-right: solid 1px #000;
}
.tbl-pass-teiki tbody tr:nth-child(odd) {
  background-color: #EFFFFF;
}
.tbl-pass-teiki tbody tr td {
  padding: 0.2rem 1rem;
  border-bottom: dotted 1px #000;
  border-right: dotted 1px #000;
  text-align: right;
}
.tbl-pass-teiki tbody tr td:nth-child(1) {
  border-right: solid 2px #000;
  text-align: center;
}
.tbl-pass-teiki tbody tr td:nth-child(4) {
  border-right: solid 1px #000;
}
.tbl-pass-teiki tbody tr td:nth-child(7) {
  border-right: solid 2px #000;
}
.tbl-pass-teiki tbody tr td:nth-child(8) {
  border-right: none;
}
.tbl-pass-teiki tbody tr.bor-1px td {
  border-bottom: solid 1px #000;
}
.tbl-pass-teiki.v2 tbody tr:nth-child(odd) {
  background-color: #FFE5E5;
}

.tbl-charter-bus {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
}
@media (max-width: 768px) {
  .tbl-charter-bus {
    width: 1070px;
  }
}
.tbl-charter-bus th, .tbl-charter-bus td {
  padding: 1rem;
  border-top: solid 1px #BFBFBF;
  vertical-align: top;
}
.tbl-charter-bus th {
  width: 12rem;
  text-align: left;
  font-weight: normal;
}
.tbl-charter-bus td {
  width: calc(100% - 12rem);
}

.tbl-bus-office-list {
  border-collapse: collapse;
  width: 100%;
  max-width: 1640px;
  table-layout: fixed;
}
@media (max-width: 768px) {
  .tbl-bus-office-list {
    width: 1640px;
  }
}
.tbl-bus-office-list th, .tbl-bus-office-list td {
  padding: 0.5rem 1rem;
  border: solid 1px #BFBFBF;
  font-size: 1.6rem;
}
.tbl-bus-office-list th {
  font-weight: normal;
}
.tbl-bus-office-list th:first-child {
  border-left: none;
}
.tbl-bus-office-list th:last-child {
  border-right: none;
}
.tbl-bus-office-list th.th-01 {
  width: 25.3rem;
}
.tbl-bus-office-list th.th-02 {
  width: 20.5rem;
}
.tbl-bus-office-list th.th-03 {
  width: 46.6rem;
}
.tbl-bus-office-list th.th-04 {
  width: 5.3rem;
}
.tbl-bus-office-list th.th-05 {
  width: 21.2rem;
}
.tbl-bus-office-list th.th-06 {
  width: calc(100% - 113.6rem);
}
.tbl-bus-office-list td:first-child {
  border-left: none;
}
.tbl-bus-office-list td:last-child {
  border-right: none;
}
.tbl-bus-office-list td:nth-last-child(n+2):nth-last-child(-n+5) {
  text-align: center;
}
.tbl-bus-office-list td.td-line {
  padding-top: 1.5rem;
  padding-left: 2rem;
  vertical-align: top;
  border-left-style: solid;
  border-left-width: 8px;
}
.tbl-bus-office-list tr.tr-01 td {
  background: rgba(71, 33, 131, 0.05);
}
.tbl-bus-office-list tr.tr-01 td.td-line {
  border-left-color: #472183;
}
.tbl-bus-office-list tr.tr-02 td {
  background: rgba(194, 32, 26, 0.05);
}
.tbl-bus-office-list tr.tr-02 td.td-line {
  border-left-color: #C2201A;
}
.tbl-bus-office-list tr.tr-03 td {
  background: rgba(17, 132, 202, 0.05);
}
.tbl-bus-office-list tr.tr-03 td.td-line {
  border-left-color: #1184CA;
}
.tbl-bus-office-list tr.tr-04 td {
  background: rgba(61, 111, 74, 0.05);
}
.tbl-bus-office-list tr.tr-04 td.td-line {
  border-left-color: #3D6F4A;
}

.tbl-rosen-common-pass {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
  margin-bottom: 2rem;
}
.tbl-rosen-common-pass caption {
  padding-bottom: 2rem;
  text-align: left;
}
.tbl-rosen-common-pass th, .tbl-rosen-common-pass td {
  padding: 1.8rem 1rem;
  border-top: solid 1px #BFBFBF;
}
@media (max-width: 768px) {
  .tbl-rosen-common-pass th, .tbl-rosen-common-pass td {
    display: block;
  }
}
.tbl-rosen-common-pass th p, .tbl-rosen-common-pass td p {
  margin-bottom: 0;
}
.tbl-rosen-common-pass th {
  width: 27rem;
  text-align: left;
  font-weight: normal;
}
@media (max-width: 768px) {
  .tbl-rosen-common-pass th {
    width: 100%;
    font-weight: bold;
  }
}
.tbl-rosen-common-pass td {
  width: calc(100% - 27rem);
}
@media (max-width: 768px) {
  .tbl-rosen-common-pass td {
    width: 100%;
    padding-top: 0;
    border-top: none;
  }
}
.tbl-rosen-common-pass + .tbl-rosen-common-pass {
  margin-top: 4rem;
}

.tbl-rosen-common-pass-02 {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
}
@media (min-width: 769px) {
  .tbl-rosen-common-pass-02 {
    table-layout: fixed;
  }
}
.tbl-rosen-common-pass-02 th, .tbl-rosen-common-pass-02 td {
  padding: 1.8rem 1rem;
  border-top: solid 1px #BFBFBF;
}
.tbl-rosen-common-pass-02 th p, .tbl-rosen-common-pass-02 td p {
  margin-bottom: 0;
}
.tbl-rosen-common-pass-02 th {
  width: 27rem;
  text-align: left;
  font-weight: normal;
}
@media (max-width: 768px) {
  .tbl-rosen-common-pass-02 th {
    width: 46%;
  }
}
.tbl-rosen-common-pass-02 td:nth-of-type(1) {
  width: 25rem;
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .tbl-rosen-common-pass-02 td:nth-of-type(1) {
    width: 30%;
    padding-left: 1rem;
  }
}
.tbl-rosen-common-pass-02 td:nth-of-type(2) {
  width: calc(100% - 52rem);
}
@media (max-width: 768px) {
  .tbl-rosen-common-pass-02 td:nth-of-type(2) {
    width: 24%;
    white-space: nowrap;
  }
}

ul.ul-icon-charter {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
ul.ul-icon-charter li {
  width: 5rem;
}
ul.ul-icon-charter.tour {
  margin-top: 0;
}

ul.ul-sticker {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 2rem;
}
ul.ul-sticker li {
  width: 26.1rem;
}
@media (max-width: 768px) {
  ul.ul-sticker li {
    width: calc((100% - 2rem) / 2);
  }
}
ul.ul-sticker li .img-box {
  width: 100%;
}
ul.ul-sticker li .txt-box {
  display: block;
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  ul.ul-sticker li .txt-box {
    font-size: 14px;
  }
}

ul.ul-tour-dot {
  list-style: none;
}
@media (max-width: 768px) {
  ul.ul-tour-dot {
    margin-bottom: 3rem;
  }
}
ul.ul-tour-dot li {
  padding-left: 1.2em;
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  ul.ul-tour-dot li {
    font-size: 16px;
  }
}
ul.ul-tour-dot li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}

.sub-content-wrapp {
  padding-top: 8rem;
}
@media (max-width: 768px) {
  .sub-content-wrapp {
    padding-top: 4rem;
  }
}

@media (min-width: 769px) {
  .sub-content-box {
    padding-left: 7rem;
  }
}
.sub-content-box p {
  margin-bottom: 3rem;
}
.sub-content-box .btn-title {
  margin-bottom: 1rem;
}

.summary-wrapp {
  line-height: 1.8;
  margin-bottom: 3.5rem;
}

.rosen-summary {
  font-weight: bold;
}
.rosen-summary + a {
  display: inline-block;
  margin-top: 1rem;
}

.rosen-pass-box {
  margin-bottom: 4rem;
}
.rosen-pass-box h4 {
  padding-left: 1.5em;
  margin-bottom: 1rem;
  position: relative;
}
.rosen-pass-box h4::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}
.rosen-pass-box h4 {
  font-weight: bold;
}

.title-square {
  padding-left: 1.5em;
  margin-bottom: 1rem;
  position: relative;
}
.title-square::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}

.rosen-pass-busstop-img {
  width: 100%;
  max-width: 749px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .rosen-pass-busstop-img {
    width: 45.6708%;
  }
}

.txt-approx {
  font-size: 1.6rem;
  margin-bottom: 4rem;
}

.txt-during {
  font-size: 1.467rem;
  margin-bottom: 1rem;
}

.title-rinji-bus {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .sp_rosen-01 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sp_rosen-01 img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .sp_kosoku-01 {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .sp_kosoku-02 {
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .box-switching {
    display: none;
  }
}
@media (max-width: 768px) {
  .js_scroll {
    width: 100%;
    overflow-y: hidden !important;
  }
  .scroll-hint-icon {
    top: 100px;
  }
}
.aco-wrapp {
  width: 100%;
  margin: 0 auto;
  border-bottom: solid 2px #0070C0;
}
.aco-wrapp.details {
  border-width: 1px;
}
.aco-wrapp > .aco-btn {
  width: 100%;
  display: block;
  padding: 2.1rem 2.5rem 2.2rem 6rem;
  border-top: solid 2px #0070C0;
  color: #0070C0;
  font-size: 2.4rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .aco-wrapp > .aco-btn {
    padding-right: 1rem;
    padding-left: 3rem;
    font-size: 16px;
  }
}
.aco-wrapp > .aco-btn::before, .aco-wrapp > .aco-btn::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 2px;
  background-color: #0070C0;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  left: 2.5rem;
}
@media (max-width: 768px) {
  .aco-wrapp > .aco-btn::before, .aco-wrapp > .aco-btn::after {
    left: 1rem;
  }
}
.aco-wrapp > .aco-btn::after {
  transform: rotate(90deg);
}
.aco-wrapp > .aco-btn.active::after {
  transform: rotate(0);
}
.aco-wrapp > .aco-contents {
  padding-top: 5px;
  padding-bottom: 8rem;
  position: relative;
  display: none;
}
@media (max-width: 768px) {
  .aco-wrapp > .aco-contents {
    padding-bottom: 4rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.aco-wrapp > .aco-contents .aco-contents-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .aco-wrapp > .aco-contents .aco-contents-inner {
    width: 88.8889%;
  }
}
.aco-wrapp > .aco-contents .aco-contents-inner-148 {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .aco-wrapp > .aco-contents .aco-contents-inner-148 {
    width: 90.244%;
  }
}
.aco-wrapp > .aco-contents .aco-contents-inner-l150 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .aco-wrapp > .aco-contents .aco-contents-inner-l150 {
    width: 91.4635%;
    margin: 0 auto 0 6rem;
  }
}
.aco-wrapp > .aco-contents .aco-contents-inner-r156 {
  width: 100%;
  max-width: 1560px;
  margin: 0 0 0 auto;
}
@media (min-width: 769px) {
  .aco-wrapp > .aco-contents .aco-contents-inner-r156 {
    width: 95.122%;
  }
}
.aco-wrapp > .aco-contents .aco-contents-inner-148 {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .aco-wrapp > .aco-contents .aco-contents-inner-148 {
    width: 90.244%;
  }
}
.aco-wrapp.rosen {
  border-color: #C00000;
}
.aco-wrapp.rosen > .aco-btn {
  border-color: #C00000;
  color: #C00000;
}
.aco-wrapp.rosen > .aco-btn::before, .aco-wrapp.rosen > .aco-btn::after {
  background-color: #C00000;
}
.aco-wrapp.rosen.rosen-map {
  border-width: 1px;
}
.aco-wrapp.rosen.rosen-map > .aco-btn {
  border-width: 1px;
}
.aco-wrapp.charter {
  border-width: 1px;
  border-color: #ED7D31;
}
.aco-wrapp.charter > .aco-btn {
  border-width: 1px;
  border-color: #ED7D31;
  color: #ED7D31;
}
.aco-wrapp.charter > .aco-btn::before, .aco-wrapp.charter > .aco-btn::after {
  background-color: #ED7D31;
}
.aco-wrapp.tour {
  border-width: 1px;
  border-color: #177047;
}
.aco-wrapp.tour > .aco-btn {
  border-width: 1px;
  border-color: #177047;
  color: #177047;
}
.aco-wrapp.tour > .aco-btn::before, .aco-wrapp.tour > .aco-btn::after {
  background-color: #177047;
}
.aco-wrapp.qa {
  border-width: 1px;
  border-color: #BFBFBF;
}
.aco-wrapp.qa > .aco-btn {
  padding: 2rem 5rem 2rem 1rem;
  border-width: 1px;
  border-color: #BFBFBF;
  color: #023894;
}
.aco-wrapp.qa > .aco-btn .in-aco-btn {
  display: flex;
  align-items: center;
  gap: 1rem 2rem;
}
@media (max-width: 768px) {
  .aco-wrapp.qa > .aco-btn .in-aco-btn {
    flex-wrap: wrap;
  }
}
.aco-wrapp.qa > .aco-btn .in-aco-btn .icon-img {
  width: 6.2rem;
}
@media (max-width: 768px) {
  .aco-wrapp.qa > .aco-btn .in-aco-btn .icon-img {
    width: 3rem;
  }
}
.aco-wrapp.qa > .aco-btn .in-aco-btn .category {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 12rem;
  padding: 0.5rem;
  border: solid 1px #fff;
  font-size: 1.9rem;
}
@media (max-width: 768px) {
  .aco-wrapp.qa > .aco-btn .in-aco-btn .category {
    min-width: 9rem;
    font-size: 14px;
  }
}
.aco-wrapp.qa > .aco-btn .in-aco-btn .category.all {
  border-color: #BF9000;
  color: #BF9000;
}
.aco-wrapp.qa > .aco-btn .in-aco-btn .category.rosen {
  border-color: #C00000;
  color: #C00000;
}
.aco-wrapp.qa > .aco-btn .in-aco-btn .category.kosoku {
  border-color: #0070C0;
  color: #0070C0;
}
.aco-wrapp.qa > .aco-btn .in-aco-btn .category.charter {
  border-color: #ED7D31;
  color: #ED7D31;
}
@media (min-width: 769px) {
  .aco-wrapp.qa > .aco-btn .in-aco-btn .txt-quest {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .aco-wrapp.qa > .aco-btn .in-aco-btn .txt-quest {
    width: 100%;
    padding-left: 5rem;
  }
}
@media (min-width: 769px) {
  .aco-wrapp.qa > .aco-btn .in-aco-btn .txt {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .aco-wrapp.qa > .aco-btn .in-aco-btn .txt {
    font-size: 16px;
  }
}
.aco-wrapp.qa > .aco-btn::before, .aco-wrapp.qa > .aco-btn::after {
  background-color: #023894;
  left: auto;
  right: 2rem;
}
.aco-wrapp.qa > .aco-contents {
  background: rgba(2, 56, 148, 0.05);
  padding: 2rem 1rem 4rem;
}
.aco-wrapp.qa > .aco-contents .aco-contents-inner-qa {
  display: flex;
  align-items: flex-start;
  gap: 1rem 2rem;
}
.aco-wrapp.qa > .aco-contents .aco-contents-inner-qa .icon-img {
  width: 6.2rem;
}
@media (max-width: 768px) {
  .aco-wrapp.qa > .aco-contents .aco-contents-inner-qa .icon-img {
    width: 3rem;
  }
}
.aco-wrapp.qa > .aco-contents .aco-contents-inner-qa .txt-ans {
  flex: 1;
  padding-top: 1rem;
}
@media (max-width: 768px) {
  .aco-wrapp.qa > .aco-contents .aco-contents-inner-qa .txt-ans {
    padding-top: 0.5rem;
  }
}
.aco-wrapp.qa > .aco-contents .aco-contents-inner-qa .txt-ans .qa-title-btn {
  font-size: 2.1rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .aco-wrapp.qa > .aco-contents .aco-contents-inner-qa .txt-ans .qa-title-btn {
    font-size: 16px;
  }
}
.aco-wrapp.out-wrapp {
  border-bottom: none;
}
.aco-wrapp.out-wrapp > .aco-btn {
  border-width: 1px;
}
@media (min-width: 769px) {
  .aco-wrapp.out-wrapp > .aco-btn {
    border: none;
    padding: 0;
    cursor: unset;
    pointer-events: none;
  }
  .aco-wrapp.out-wrapp > .aco-btn::before, .aco-wrapp.out-wrapp > .aco-btn::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .aco-wrapp.out-wrapp > .aco-btn {
    padding: 2rem 2rem 2rem 2rem;
  }
  .aco-wrapp.out-wrapp > .aco-btn::before, .aco-wrapp.out-wrapp > .aco-btn::after {
    width: 2rem;
    right: 4rem;
    left: auto;
  }
}
@media (max-width: 768px) {
  .aco-wrapp.out-wrapp > .aco-btn .anc-title {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 5rem;
  }
}
@media (min-width: 769px) {
  .aco-wrapp.out-wrapp.sp_aco-out > .aco-contents {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .aco-wrapp.out-wrapp.sp_aco-out > .aco-contents {
    padding: 3rem 2rem 4rem 2rem;
  }
}
@media (max-width: 768px) {
  .aco-wrapp.out-wrapp.last {
    border-bottom: solid 1px #0070C0;
  }
}
@media (min-width: 769px) {
  .aco-wrapp.out-wrapp.last > .aco-contents {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .aco-wrapp.out-wrapp.rosen > .aco-btn {
    border-color: #C00000;
    color: unset;
  }
  .aco-wrapp.out-wrapp.rosen > .aco-btn::before, .aco-wrapp.out-wrapp.rosen > .aco-btn::after {
    background-color: #C00000;
  }
  .aco-wrapp.out-wrapp.rosen.last {
    border-color: #C00000;
  }
}
.aco-wrapp.out-wrapp.rosen.rosen-map {
  border-width: 1px;
}
.aco-wrapp.out-wrapp.rosen.rosen-map > .aco-btn {
  width: 100%;
  display: block;
  padding: 2.1rem 2.5rem 2.2rem 6rem;
  border-top: solid 1px #C00000;
  color: #C00000;
  font-size: 2.4rem;
  position: relative;
  cursor: pointer;
}
@media (min-width: 769px) {
  .aco-wrapp.out-wrapp.rosen.rosen-map > .aco-btn {
    cursor: pointer;
    pointer-events: unset;
  }
}
@media (max-width: 768px) {
  .aco-wrapp.out-wrapp.rosen.rosen-map > .aco-btn {
    padding-right: 1rem;
    padding-left: 3rem;
    font-size: 16px;
  }
}
.aco-wrapp.out-wrapp.rosen.rosen-map > .aco-btn::before, .aco-wrapp.out-wrapp.rosen.rosen-map > .aco-btn::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 2px;
  background-color: #C00000;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  left: 2.5rem;
}
@media (max-width: 768px) {
  .aco-wrapp.out-wrapp.rosen.rosen-map > .aco-btn::before, .aco-wrapp.out-wrapp.rosen.rosen-map > .aco-btn::after {
    left: 1rem;
  }
}
.aco-wrapp.out-wrapp.rosen.rosen-map > .aco-btn::after {
  transform: rotate(90deg);
}
.aco-wrapp.out-wrapp.rosen.rosen-map > .aco-btn.active::after {
  transform: rotate(0);
}
@media (min-width: 769px) {
  .aco-wrapp.out-wrapp.rosen.rosen-map > .aco-contents {
    display: none;
  }
}
.aco-wrapp.out-wrapp.rosen.rosen-map.aco-last {
  border-bottom: solid 1px #C00000;
}
@media (max-width: 768px) {
  .aco-wrapp.out-wrapp.charter > .aco-btn {
    border-color: #ED7D31;
    color: unset;
  }
  .aco-wrapp.out-wrapp.charter > .aco-btn::before, .aco-wrapp.out-wrapp.charter > .aco-btn::after {
    background-color: #ED7D31;
  }
  .aco-wrapp.out-wrapp.charter.last {
    border-color: #ED7D31;
  }
}
@media (max-width: 768px) {
  .aco-wrapp.out-wrapp.tour > .aco-btn {
    border-color: #177047;
    color: unset;
  }
  .aco-wrapp.out-wrapp.tour > .aco-btn::before, .aco-wrapp.out-wrapp.tour > .aco-btn::after {
    background-color: #177047;
  }
  .aco-wrapp.out-wrapp.tour.last {
    border-color: #177047;
  }
}

.aco-wrapp .aco-btn.first-open + .aco-contents {
  display: block;
}
.aco-wrapp .aco-btn.first-open::after {
  transform: rotate(0);
}
.aco-wrapp .aco-btn.first-open.active::after {
  transform: rotate(90deg);
}

.aco-wrapp.details > .aco-btn {
  border-width: 1px;
}
.aco-wrapp.details > .aco-contents {
  padding-bottom: 4rem;
}
.aco-wrapp.details > .aco-contents .aco-contents-inner {
  max-width: 1560px;
  margin-right: 0;
}
@media (min-width: 769px) {
  .aco-wrapp.details > .aco-contents .aco-contents-inner {
    width: 95.122%;
  }
}
.aco-wrapp.details > .aco-contents .aco-contents-inner p {
  margin-bottom: 2rem;
}
.aco-wrapp.details > .aco-contents .aco-contents-inner p:last-child {
  margin-bottom: 0;
}
.aco-wrapp.details > .aco-contents .aco-contents-inner p.txt-heed {
  margin-top: 1rem;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .aco-wrapp.details > .aco-contents .aco-contents-inner p.txt-heed {
    font-size: 14px;
  }
}

.tbl-rinji-bus-stop {
  border-collapse: collapse;
  width: 100%;
  max-width: 900px;
  border-bottom: solid 1px #BFBFBF;
}
@media (min-width: 769px) {
  .tbl-rinji-bus-stop {
    width: 62.069%;
  }
}
.tbl-rinji-bus-stop th, .tbl-rinji-bus-stop td {
  padding: 1rem;
  border-top: solid 1px #BFBFBF;
}
@media (max-width: 768px) {
  .tbl-rinji-bus-stop th, .tbl-rinji-bus-stop td {
    display: block;
  }
}
.tbl-rinji-bus-stop th {
  width: 100%;
  text-align: left;
  font-weight: normal;
}
@media (min-width: 769px) {
  .tbl-rinji-bus-stop th {
    width: 40rem;
  }
}
.tbl-rinji-bus-stop td {
  width: 100%;
}
@media (max-width: 768px) {
  .tbl-rinji-bus-stop td {
    padding-top: 0;
    border-top: none;
  }
  .tbl-rinji-bus-stop td .btn-02 {
    width: 100% !important;
    max-width: 250px !important;
  }
}
@media (min-width: 769px) {
  .tbl-rinji-bus-stop td:nth-of-type(1) {
    width: 21rem;
  }
  .tbl-rinji-bus-stop td:nth-of-type(2) {
    width: calc(100% - 40rem - 21rem);
  }
}

.rinji-bus-wrapp {
  margin-bottom: 4rem;
}

.tbl-rinji-bus {
  border-collapse: collapse;
  width: 100%;
  max-width: 1390px;
  border: solid 1px #BFBFBF;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .tbl-rinji-bus {
    width: 95.8621%;
  }
}
@media (max-width: 768px) {
  .tbl-rinji-bus {
    width: 1390px;
  }
}
.tbl-rinji-bus th, .tbl-rinji-bus td {
  vertical-align: top;
}
.tbl-rinji-bus th p, .tbl-rinji-bus td p {
  margin-bottom: 0;
  line-height: normal;
}
.tbl-rinji-bus th p.lh-2, .tbl-rinji-bus td p.lh-2 {
  line-height: 2;
}
.tbl-rinji-bus th {
  padding: 0.6rem 1rem;
  background: rgba(192, 0, 0, 0.05);
  border: solid 1px #BFBFBF;
  text-align: center;
  font-weight: normal;
}
.tbl-rinji-bus th.th-01 {
  width: 40rem;
}
.tbl-rinji-bus th.th-02 {
  width: 41rem;
}
.tbl-rinji-bus th.th-03 {
  width: calc(100% - 40rem - 41rem);
}
.tbl-rinji-bus td {
  padding: 1.5rem 1rem;
  border: solid 1px #BFBFBF;
}
.tbl-rinji-bus td:nth-child(2) {
  text-align: center;
}

.tbl-kosoku {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 768px) {
  .tbl-kosoku {
    table-layout: fixed;
    width: 1120px;
  }
  .tbl-kosoku tr {
    display: table-row !important;
  }
}
.tbl-kosoku th, .tbl-kosoku td {
  padding: 1rem;
  border-bottom: solid 1px #BFBFBF;
  font-weight: normal;
}
.tbl-kosoku th {
  text-align: left;
  color: #7F7F7F;
}
.tbl-kosoku th.th-01 {
  width: 34.7223%;
}
.tbl-kosoku th.th-02 {
  width: 54.1667%;
}
.tbl-kosoku th.th-03 {
  width: 11.111%;
}
@media (min-width: 769px) {
  .tbl-kosoku td {
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  .tbl-kosoku td.v-top {
    vertical-align: top;
    padding-top: 1.5rem;
  }
}

.tbl-community-bus {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 768px) {
  .tbl-community-bus {
    width: 1480px;
  }
}
.tbl-community-bus th, .tbl-community-bus td {
  padding: 1rem;
  border-bottom: solid 1px #BFBFBF;
  vertical-align: middle;
}
.tbl-community-bus th p, .tbl-community-bus td p {
  margin-bottom: 0;
}
.tbl-community-bus th {
  text-align: left;
  font-weight: normal;
}
.tbl-community-bus th.th-01 {
  width: 19rem;
}
.tbl-community-bus th.th-02 {
  width: 18rem;
  padding-left: 3rem;
}
.tbl-community-bus th.th-03 {
  width: 34rem;
}
.tbl-community-bus th.th-04 {
  width: 46rem;
  padding-left: 3rem;
}
.tbl-community-bus th.th-05 {
  width: calc(100% - 19rem - 18rem - 34rem - 46rem);
}
.tbl-community-bus td:nth-child(2) {
  padding-left: 3rem;
}
.tbl-community-bus td:nth-child(4) {
  padding-left: 4rem;
}

.tbl-pass-shop {
  border-collapse: collapse;
  width: 100%;
  max-width: 1500px;
  border: none;
  table-layout: fixed;
}
@media (max-width: 768px) {
  .tbl-pass-shop {
    width: 1500px;
  }
}
.tbl-pass-shop tr.tr-bg {
  background-color: #FCF2F2;
}
.tbl-pass-shop th, .tbl-pass-shop td {
  border: solid 1px #BFBFBF;
  padding: 2rem 1rem;
  font-size: 1.6rem;
}
.tbl-pass-shop th a, .tbl-pass-shop td a {
  text-decoration: none;
}
.tbl-pass-shop th a:hover, .tbl-pass-shop td a:hover {
  text-decoration: underline;
}
.tbl-pass-shop th {
  padding: 1rem;
  border-top-color: #fff;
  font-weight: normal;
}
.tbl-pass-shop th:nth-child(1) {
  width: 37rem;
  border-left-color: #fff;
  text-align: left;
}
.tbl-pass-shop th:nth-child(n+2):nth-child(-n+4) {
  width: 20rem;
}
.tbl-pass-shop th:nth-last-child(2) {
  width: calc(100% - 111rem);
}
.tbl-pass-shop th:nth-last-child(1) {
  width: 14rem;
  border-right-color: #fff;
}
.tbl-pass-shop td {
  padding: 2rem 1rem;
}
.tbl-pass-shop td:nth-child(1) {
  border-left-color: #fff;
}
.tbl-pass-shop td:nth-child(n+2):nth-child(-n+4) {
  text-align: center;
}
.tbl-pass-shop td:nth-last-child(1) {
  border-right-color: #fff;
  text-align: center;
}

.tbl-rosen-map {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 768px) {
  .tbl-rosen-map {
    table-layout: fixed;
    width: 1560px;
  }
  .tbl-rosen-map tr {
    display: table-row !important;
  }
}
.tbl-rosen-map th, .tbl-rosen-map td {
  padding: 1.5rem 1rem;
  border-bottom: solid 1px #BFBFBF;
  font-weight: normal;
}
.tbl-rosen-map th {
  text-align: left;
  vertical-align: top;
}
.tbl-rosen-map th.th-01 {
  width: 13.4616%;
}
.tbl-rosen-map th.th-02 {
  width: 14.1026%;
  text-align: center;
}
.tbl-rosen-map th.th-03 {
  width: 41.0257%;
  padding-left: 5rem;
}
.tbl-rosen-map th.th-04 {
  width: 31.4101%;
}
@media (min-width: 769px) {
  .tbl-rosen-map td {
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  .tbl-rosen-map td.v-top {
    vertical-align: top;
    padding-top: 1.5rem;
  }
}
.tbl-rosen-map td:nth-child(3) {
  padding-left: 5rem;
  padding-right: 5rem;
}
.tbl-rosen-map td.non-bor {
  padding-bottom: 1rem;
  border-bottom: none;
}
.tbl-rosen-map td.non-bor-t {
  padding-top: 1rem;
}
.tbl-rosen-map td .phone-time {
  font-size: 1.467rem;
}

.tbl-narita {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
}
@media (max-width: 768px) {
  .tbl-narita {
    width: 800px;
  }
}
.tbl-narita th, .tbl-narita td {
  padding: 1.4rem 1rem;
  border-top: solid 1px #BFBFBF;
}
.tbl-narita th p, .tbl-narita td p {
  line-height: 1.6;
  margin-bottom: 0;
}
.tbl-narita th {
  width: 21rem;
  text-align: left;
  font-weight: normal;
}
.tbl-narita td {
  width: calc(100% - 21rem);
}

.img-rinji {
  width: 100%;
  max-width: 580px;
  margin-bottom: 4rem;
}
@media (min-width: 769px) {
  .img-rinji {
    width: 41.1348%;
  }
}

.txt-cancel {
  color: #BFBFBF;
}

.btn-details {
  width: 100%;
  max-width: 14rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #BFBFBF;
  color: #fff;
}
@media (min-width: 769px) {
  .btn-details {
    font-size: 1.7rem;
  }
}
.btn-details.on {
  background: #0070C0;
  color: #fff;
  position: relative;
}
.btn-details.on::before {
  content: "";
  width: 0.6rem;
  height: 100%;
  display: block;
  background: url(img/arrow-right-wt.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 1.2rem;
}
.btn-details:hover {
  opacity: 0.6;
}

.js_scroll {
  overflow-y: hidden !important;
}

@media (max-width: 768px) {
  .js_scroll {
    width: 100%;
  }
  .scroll-hint-icon {
    top: 30px;
  }
}
.qa-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 8rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .qa-title {
    flex-wrap: wrap;
  }
}
.qa-title .img-box {
  width: 9.2683%;
  max-width: 152px;
}
@media (max-width: 768px) {
  .qa-title .img-box {
    width: 100%;
  }
}
.qa-title .txt-box {
  font-size: 2.667rem;
  font-weight: bold;
  background: linear-gradient(90deg, #023894 0%, #c00000 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
@media (max-width: 768px) {
  .qa-title .txt-box {
    width: 100%;
    text-align: center;
    font-size: 2rem;
  }
}

.qa-guide {
  text-align: center;
  font-size: 2.1rem;
  margin-bottom: 7rem;
}
@media (max-width: 768px) {
  .qa-guide {
    font-size: 16px;
  }
}

.qa-btn-area {
  padding-top: 4rem;
}

.qa-tab-wrapp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15rem;
}
@media (max-width: 768px) {
  .qa-tab-wrapp {
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
}
.qa-tab-wrapp .tab-contents {
  width: 100%;
  height: 0;
  display: none;
}
.qa-tab-wrapp .tab-switch {
  display: none;
}
.qa-tab-wrapp .tab-switch:checked + .tab-label {
  border: 2px solid #023894;
  background-color: #FFF;
  z-index: 2;
}
@media (min-width: 769px) {
  .qa-tab-wrapp .tab-switch:checked + .tab-label {
    border-bottom-color: #FFF;
  }
}
.qa-tab-wrapp .tab-switch:checked + .tab-label .tab-box {
  color: #C00000;
}
.qa-tab-wrapp .tab-switch:checked + .tab-label .tab-box img {
  filter: brightness(0) saturate(100%) invert(8%) sepia(97%) saturate(5460%) hue-rotate(356deg) brightness(103%) contrast(109%);
}
.qa-tab-wrapp .tab-switch:checked + .tab-label + .tab-contents {
  height: auto;
  overflow: auto;
  display: block;
}
@media (min-width: 769px) {
  .qa-tab-wrapp .tab-switch:checked + .tab-label + .tab-contents {
    padding-top: 4rem;
    padding-right: 1.0499%;
    padding-left: 1.0499%;
    border-top: solid 2px #023894;
    margin-top: -2px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .qa-tab-wrapp .tab-switch:checked + .tab-label + .tab-contents {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .qa-tab-wrapp .tab-switch:checked + .tab-label + .tab-contents {
    padding-top: 3rem;
  }
}
.qa-tab-wrapp .tab-label {
  display: flex;
  flex-direction: column;
  background: #F8F8F8;
  border: solid 1px #D9D9D9;
  order: -1;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .qa-tab-wrapp .tab-label {
    width: calc((100% - 8rem) / 6);
    border-bottom: 2px solid #023894;
    margin-left: -1px;
  }
}
@media (max-width: 768px) {
  .qa-tab-wrapp .tab-label {
    width: calc((100% - 1.5rem) / 2);
    padding: 1rem 0.5rem;
  }
}
.qa-tab-wrapp .tab-label .tab-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  height: 100%;
  padding: 2rem 1rem 2.5rem;
  color: #7F7F7F;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .qa-tab-wrapp .tab-label .tab-box {
    padding: 0 5px;
    height: 100%;
  }
}
.qa-tab-wrapp .tab-label .tab-box img {
  width: 6rem;
  height: 6rem;
  filter: brightness(0) saturate(100%) invert(56%) sepia(0%) saturate(9%) hue-rotate(157deg) brightness(97%) contrast(91%);
}
.qa-tab-wrapp .tab-label .tab-box img:hover {
  opacity: 1;
}
.qa-tab-wrapp .tab-label .tab-box .txt-box {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.qa-tab-wrapp .tab-label .tab-box:hover {
  color: #C00000;
}
.qa-tab-wrapp .tab-label .tab-box:hover img {
  filter: brightness(0) saturate(100%) invert(8%) sepia(97%) saturate(5460%) hue-rotate(356deg) brightness(103%) contrast(109%);
}
@media (min-width: 769px) {
  .qa-tab-wrapp .tab-label.n1 {
    margin-left: 4rem;
  }
  .qa-tab-wrapp .tab-label.last {
    margin-right: 4rem;
  }
}
.qa-tab-wrapp .tab-common-box {
  width: 100%;
  color: #023894;
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .qa-tab-wrapp .tab-common-box {
    padding-top: 2rem;
    padding-right: 1.0499%;
    padding-left: 1.0499%;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .qa-tab-wrapp .tab-common-box {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .qa-tab-wrapp .tab-common-box {
    font-size: 14px;
  }
}

.ad-title-wrapp {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 6rem;
}

.ad-title {
  font-size: 3.2rem;
  font-weight: bold;
  background: linear-gradient(90deg, #023894 0%, #c00000 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
@media (max-width: 768px) {
  .ad-title {
    width: 100%;
    text-align: center;
    font-size: 2rem;
  }
}

p.ad-guide {
  text-align: center;
  margin-bottom: 8rem;
}

.ad-btn-wrapp {
  padding: 4rem 1rem;
  background: #F2F2F2;
  text-align: center;
  margin-top: 8rem;
  margin-bottom: 4rem;
}

.ad-contact {
  padding-bottom: 3rem;
  border-bottom: solid 1px #BFBFBF;
  text-align: center;
}
.ad-contact .title {
  margin-bottom: 1rem;
}

.bg-comp-policy {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  padding: 5rem 9rem 6rem;
  background-color: #F8F8F8;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .bg-comp-policy {
    gap: 2.5rem;
    padding: 3rem 2rem;
    font-size: 1.6rem;
  }
}
.bg-comp-policy p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .bg-comp-policy p {
    padding-left: 3rem;
    text-indent: -3rem;
  }
}

.tbl-company-01 {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
  margin-bottom: 5rem;
}
.tbl-company-01 th, .tbl-company-01 td {
  padding: 1rem;
  border-top: solid 1px #BFBFBF;
}
@media (max-width: 768px) {
  .tbl-company-01 th, .tbl-company-01 td {
    display: block;
  }
}
.tbl-company-01 th {
  width: 37rem;
  text-align: left;
}
@media (min-width: 769px) {
  .tbl-company-01 th {
    font-weight: normal;
  }
}
@media (max-width: 768px) {
  .tbl-company-01 th {
    width: 100%;
    font-weight: bold;
  }
}
.tbl-company-01 td {
  width: calc(100% - 37rem);
}
@media (max-width: 768px) {
  .tbl-company-01 td {
    width: 100%;
    padding-top: 0;
    border-top: none;
  }
}

.tbl-company-02 {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
}
@media (min-width: 769px) {
  .tbl-company-02 {
    margin-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .tbl-company-02 {
    width: 1080px;
  }
}
.tbl-company-02 th, .tbl-company-02 td {
  padding: 1rem;
  vertical-align: top;
}
.tbl-company-02 th p, .tbl-company-02 td p {
  margin-bottom: 0;
}
.tbl-company-02 th {
  text-align: left;
  font-weight: normal;
}
.tbl-company-02 th.th-01 {
  width: 37rem;
}
@media (max-width: 768px) {
  .tbl-company-02 th.th-01 {
    width: 28rem;
  }
}
.tbl-company-02 th.th-02 {
  width: 46rem;
}
@media (max-width: 768px) {
  .tbl-company-02 th.th-02 {
    width: 35rem;
  }
}
.tbl-company-02 th.th-03 {
  width: 24rem;
}
@media (max-width: 768px) {
  .tbl-company-02 th.th-03 {
    width: 15rem;
  }
}
.tbl-company-02 th.th-04 {
  width: calc(100% - 107rem);
}
@media (max-width: 768px) {
  .tbl-company-02 th.th-04 {
    width: calc(100% - 78rem);
  }
}
.tbl-company-02 td {
  border-top: solid 1px #BFBFBF;
}

.tbl-company-03 {
  border-collapse: collapse;
  width: 65.8537%;
  border-bottom: solid 1px #BFBFBF;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .tbl-company-03 {
    width: 100%;
  }
}
.tbl-company-03 caption {
  padding-bottom: 1rem;
  text-align: left;
}
.tbl-company-03 td {
  padding: 1rem 2rem;
  border-top: solid 1px #BFBFBF;
}
@media (max-width: 768px) {
  .tbl-company-03 td {
    display: block;
    padding: 1rem;
  }
}
.tbl-company-03 td:last-child {
  width: 30%;
}
@media (max-width: 768px) {
  .tbl-company-03 td:last-child {
    width: 100%;
    padding-top: 0;
    border-top: none;
  }
}

.js_scroll.company {
  min-height: 15rem;
}
.js_scroll.company.mb-5 {
  margin-bottom: 5rem;
}

a.btn-pdf {
  display: block;
  width: 20rem;
  padding: 0.1rem 2rem;
  background-color: #E5EBF4;
  text-decoration: none;
  color: #000;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 768px) {
  a.btn-pdf {
    width: 100%;
    padding: 0.5rem 2rem;
  }
}
a.btn-pdf .a-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
}
a.btn-pdf .a-txt::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(img/icon-restore-bk.png);
  background-size: contain;
  margin-top: 3px;
  line-height: 1;
  transition: 0.2s;
}
@media (max-width: 768px) {
  a.btn-pdf .a-txt::after {
    width: 10px;
    height: 10px;
  }
}
a.btn-pdf:hover {
  opacity: 0.6;
}

.navitime-box {
  width: 100%;
  height: 100%;
  padding: 2px;
  background-color: #fff;
}
.navitime-box a {
  text-decoration: none;
  color: #fff;
}
.navitime-box input {
  width: 100%;
}
.navitime-box input, .navitime-box select {
  padding: 0.8rem;
  border: 1px solid #BFBFBF;
  border-radius: 0.5rem;
  background: #F8F8F8;
  font-size: 1.6rem;
}

.nt-w-s {
  width: 34.7826086957%;
}

.nt-w-m {
  width: 60.8695652174%;
}

.nt-w-max {
  width: 100%;
}

.button-org {
  width: 81.6444145615%;
  min-height: 4rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ED7D31;
  border: none;
  color: #fff;
  font-size: 1.9rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .button-org {
    width: 90%;
    font-size: 1.4rem;
  }
}

.navitime-title {
  width: 100%;
  min-height: 5rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background-color: #004EA2;
  color: #fff;
  font-size: 2.134rem;
  margin-bottom: 0.2rem;
}
.navitime-title::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(img/navitime-search-icon.webp) no-repeat center;
  background-size: contain;
}

.tabs {
  width: 100%;
  display: flex;
  gap: 0.2rem;
}

.tab, .tab-link {
  flex: 1;
  min-height: 5rem;
  padding: 1rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  background: #385723;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
}
@media (max-width: 768px) {
  .tab, .tab-link {
    min-height: 3.5rem;
    padding: 0.5rem;
  }
}

@media (max-width: 768px) {
  .tab {
    background: #D9D9D9;
    color: #7F7F7F;
  }
  .tab-link {
    display: none;
  }
}
.tab.active {
  background: #70AD47;
}
@media (max-width: 768px) {
  .tab.active {
    color: #fff;
  }
}
.tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #70AD47 transparent transparent;
  translate: -50% 100%;
}

.tab-content.nt {
  display: none;
  padding: 2rem 0;
}
.tab-content.nt.active {
  display: block;
}

.bus-stop-name-box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.bus-stop-name-box .bus-stop-name-box-l {
  width: 78.979489266%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.bus-stop-name-box .bus-stop-name-box-r {
  flex: 1;
}
.bus-stop-name-box .bus-stop-name-box-r .spc-box {
  display: block;
  width: 5rem;
  height: 1px;
}
.bus-stop-name-box + .bus-stop-name-box {
  margin-top: 2rem;
}

.suggest-box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .suggest-box {
    font-size: 1.4rem;
  }
}
.suggest-box .suggest-l {
  width: 30.303030303%;
  text-align: center;
}
.suggest-box .suggest-r {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4.3483932687%;
}
.suggest-box .suggest-r.spc-btw {
  justify-content: space-between;
}
.suggest-box .suggest-r.r-non {
  padding-right: 4rem;
}
.suggest-box .suggest-r .in-suggest {
  display: flex;
  flex-direction: column;
}

.suggestions {
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 2.5em;
  padding-left: 0;
  list-style: none;
  position: absolute;
  background: white;
  width: 95%;
  display: none;
  z-index: 9999;
}

.suggestions li {
  padding: 8px;
  cursor: pointer;
}

.suggestions li:hover {
  background: #f0f0f0;
}

.swap-btn {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #BFBFBF;
  color: #7F7F7F;
  font-weight: bold;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .swap-btn {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
}

.txt-label {
  font-size: 1.9rem;
}
@media (max-width: 768px) {
  .txt-label {
    font-size: 1.4rem;
  }
}

.suggestions li.active {
  background: #d0e7ff;
}

dl.privacy {
  margin: 0;
  padding: 0;
}
dl.privacy dt, dl.privacy dd {
  margin: 0;
  padding: 0;
}
dl.privacy dt {
  counter-increment: title;
  font-weight: bold;
}
dl.privacy dt::before {
  content: counter(title) "．";
}
dl.privacy dd {
  margin: 0 0 30px 25px;
}

p.privacy-company {
  text-align: right;
  margin-top: 3em;
}

a .img-ov {
  display: block;
  overflow: hidden;
  position: relative;
}
a .img-ov img {
  transition: ease 0.35s;
}
a .img-ov::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
a .img-ov:hover::before {
  animation: ring 0.8s;
}
a:hover .img-ov img {
  transform: scale(1.1, 1.1);
}

.col2-home-navi > div .img-ov {
  display: block;
  overflow: hidden;
  position: relative;
}
.col2-home-navi > div .img-ov img {
  transition: ease 0.35s;
}
.col2-home-navi > div .img-ov::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.col2-home-navi > div:hover .img-ov img {
  transform: scale(1.1, 1.1);
}
.col2-home-navi > div:hover .img-ov::before {
  animation: ring 0.8s;
}

@keyframes ring {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.icon-equipment-box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 1rem;
  color: #0070C0;
}
.icon-equipment-box .txt-equipment {
  text-align: left;
}

.btn-01 {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 2.5rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  z-index: 0;
}
.btn-01.center {
  margin: 0 auto;
}
.btn-01.right {
  margin: 0 0 0 auto;
}
.btn-01.left {
  margin: 0 auto 0 0;
}
.btn-01::after {
  content: "";
  width: 6px;
  height: 7px;
  display: block;
  -webkit-mask-image: url(img/right_small_line.svg);
          mask-image: url(img/right_small_line.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 6px 7px;
          mask-size: 6px 7px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 3px);
  left: 1rem;
  transition: 0.2s ease-in-out;
}
.btn-01.w140 {
  display: inline-flex;
  width: auto;
  min-width: 14rem;
  height: 3rem;
  padding-right: 1rem;
  text-align: left;
  font-size: 1.6rem;
}
.btn-01.w170 {
  min-width: 17rem;
  height: 3rem;
  padding-bottom: 0.3rem;
  padding-right: 1rem;
  text-align: left;
}
.btn-01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  transform: translateX(-100%);
  z-index: -1;
}
.btn-01:hover::before {
  left: 0;
  transform: translateX(0);
}
.btn-01.fill {
  background-color: #004EA2;
  color: #fff;
}
.btn-01.fill::before {
  background-color: #D80A30;
}
.btn-01.rosen {
  background-color: #C00000;
  color: #fff;
}
.btn-01.rosen::after {
  background-color: #fff;
}
.btn-01.rosen::before {
  background-color: #fff;
}
.btn-01.rosen:hover {
  color: #C00000;
}
.btn-01.rosen:hover::after {
  background-color: #C00000;
}
.btn-01.kosoku {
  background-color: #0070C0;
  color: #fff;
}
.btn-01.kosoku::after {
  background-color: #fff;
}
.btn-01.kosoku::before {
  background-color: #fff;
}
.btn-01.kosoku:hover {
  color: #0070C0;
}
.btn-01.kosoku:hover::after {
  background-color: #0070C0;
}
.btn-01.charter {
  background-color: #ED7D31;
  color: #fff;
}
.btn-01.charter::after {
  background-color: #fff;
}
.btn-01.charter::before {
  background-color: #fff;
}
.btn-01.charter:hover {
  color: #ED7D31;
}
.btn-01.charter:hover::after {
  background-color: #ED7D31;
}
.btn-01.tour {
  background-color: #177047;
  color: #fff;
}
.btn-01.tour::after {
  background-color: #fff;
}
.btn-01.tour::before {
  background-color: #fff;
}
.btn-01.tour:hover {
  color: #177047;
}
.btn-01.tour:hover::after {
  background-color: #177047;
}
.btn-01.kosoku-line {
  width: auto;
  min-height: 3rem;
  display: inline-flex;
  padding-right: 1rem;
  background-color: #fff;
  border: solid 1px #0070C0;
  color: #0070C0;
}
.btn-01.kosoku-line::after {
  background-color: #0070C0;
}
.btn-01.kosoku-line::before {
  background-color: #0070C0;
}
.btn-01.kosoku-line:hover {
  color: #fff;
}
.btn-01.kosoku-line:hover::after {
  background-color: #fff;
}
.btn-01.fs-s {
  font-size: 1.6rem;
}

.tbl-fare-chart {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border: solid 2px #000;
  border-left: none;
}
.tbl-fare-chart th, .tbl-fare-chart td {
  border-right: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
}
.tbl-fare-chart th p, .tbl-fare-chart td p {
  margin-bottom: 0;
}
.tbl-fare-chart thead th {
  padding: 0.9rem 0;
  background-color: #F2F2F2;
  border-bottom: solid 2px #000;
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .tbl-fare-chart thead th {
    position: sticky;
    top: 0;
    z-index: 2;
  }
}
.tbl-fare-chart thead th:first-child, .tbl-fare-chart thead th:nth-child(2), .tbl-fare-chart thead th:nth-child(3) {
  z-index: 3;
}
.tbl-fare-chart thead th:first-child {
  left: 0;
  width: 185px;
  border-left: solid 2px #000;
}
.tbl-fare-chart thead th:nth-child(2) {
  width: 65px;
  writing-mode: vertical-rl;
  letter-spacing: 0.5rem;
  left: 185px;
}
.tbl-fare-chart thead th:nth-child(3) {
  width: 225px;
  left: 250px;
  border-right: solid 2px #000;
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #BFBFBF 50%, #BFBFBF calc(50% + 0.5px), transparent calc(50% + 1px));
}
.tbl-fare-chart thead th:nth-child(3) .grid-box {
  display: grid;
  width: 100%;
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
}
.tbl-fare-chart thead th:nth-child(3) .grid-box .txt-toprig {
  grid-column-start: 2;
  padding-right: 0.5rem;
  text-align: right;
}
.tbl-fare-chart thead th:nth-child(3) .grid-box .txt-botlef {
  grid-column-start: 1;
  padding-left: 0.5rem;
  text-align: left;
}
.tbl-fare-chart thead th:nth-child(n+4) {
  width: 53px;
}
.tbl-fare-chart tbody td {
  padding: 0.8rem 0;
  background-color: #DDEBF7;
  font-size: 1.467rem;
}
@media (min-width: 769px) {
  .tbl-fare-chart tbody td:nth-child(1), .tbl-fare-chart tbody td:nth-child(2), .tbl-fare-chart tbody td:nth-child(3) {
    position: sticky;
    z-index: 1;
  }
}
.tbl-fare-chart tbody td:nth-child(1) {
  left: 0;
  width: 185px;
  border-left: solid 2px #000;
}
.tbl-fare-chart tbody td:nth-child(2) {
  left: 185px;
  width: 65px;
}
.tbl-fare-chart tbody td:nth-child(3) {
  width: 225px;
  padding-left: 0.3rem;
  border-right: solid 2px #000;
  text-align: left;
  left: 250px;
}
.tbl-fare-chart tbody td:nth-child(n+4) {
  width: 53px;
}
.tbl-fare-chart tbody td.color {
  background-color: #F9F9F9 !important;
}
.tbl-fare-chart tr.bg-yel td {
  background-color: #FFFFCC;
}
.tbl-fare-chart tr.bg-yel.color td {
  background-color: #F9F9F9 !important;
}
.tbl-fare-chart tr.bg-grn td {
  background-color: #E2EFDA;
}
.tbl-fare-chart tr.bg-grn.color td {
  background-color: #F9F9F9 !important;
}
.tbl-fare-chart tr.bg-wt td {
  background-color: #fff;
}
.tbl-fare-chart tr.bg-wt td:nth-child(1) {
  border: none;
  border-left: solid 2px #000;
}
.tbl-fare-chart tr.bg-wt td:nth-child(2) {
  border: none;
  text-align: right;
}
.tbl-fare-chart tr.bg-wt td:nth-child(3) {
  padding-right: 0.5rem;
  border-bottom: none;
  text-align: right;
}
.tbl-fare-chart tr.bg-wt.color td {
  background-color: #F9F9F9 !important;
}
.tbl-fare-chart tr.color {
  background-color: #F9F9F9 !important;
}
.tbl-fare-chart tr.color td {
  background-color: #F9F9F9 !important;
}

#footer {
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
}
#footer .footer-bg {
  background: #004EA2;
}
@media (min-width: 769px) {
  #footer .footer-bg {
    padding: 8.5rem 0 1rem;
  }
}
@media (max-width: 768px) {
  #footer .footer-bg {
    padding-bottom: 50px;
  }
}
#footer .copyright-wrapp {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  text-align: center;
}
#footer .copyright-wrapp figure {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #footer .copyright-wrapp figure img {
    width: auto;
    height: 25px;
  }
}
#footer .footer-inner {
  width: 88.189%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  #footer .footer-inner {
    width: 100%;
  }
}
#footer .footer-inner {
  padding-right: 1.0499%;
  padding-left: 1.0499%;
}
@media (max-width: 768px) {
  #footer .footer-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  #footer .footer-inner {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
#footer .footer-inner .copy-right {
  width: 100%;
  padding-top: 2rem;
  text-align: right;
  color: #fff;
  font-size: 1.2rem;
}

.trademark {
  text-align: left;
  color: #A6A6A6;
  font-size: 1.067rem;
  letter-spacing: 0.15rem;
}
.trademark .more-txt {
  display: none;
}
.trademark .click-btn {
  cursor: pointer;
}
@media (max-width: 768px) {
  .trademark {
    padding-right: 1.0499%;
    padding-left: 1.0499%;
    font-size: 10px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .trademark {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* スマホ修正ここから */
@media (max-width: 768px) {
  .tbl-kosoku {
    table-layout: auto;
    width: 600px;
  }
  .tbl-kosoku th.th-01 {
    width: 35%;
  }
  .tbl-kosoku th.th-02 {
    width: 40%;
  }
  .tbl-kosoku th.th-03 {
    width: 15%;
  }
}

/* 時刻表・運賃表のＰＣ表示スタイル変更 */
.tbl-fare-chart {
  width: 100% !important;
  max-width: 300px !important;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border: solid 2px #000;
  border-left: none;
}

.tbl-fare-chart th,
.tbl-fare-chart td {
  border-right: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
}

.tbl-fare-chart th p,
.tbl-fare-chart td p {
  margin-bottom: 0;
}

.tbl-fare-chart thead th {
  padding: 0.9rem 0;
  background-color: #F2F2F2;
  border-bottom: solid 2px #000;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .tbl-fare-chart thead th {
    position: sticky;
    top: 0;
    z-index: 2;
  }
}
.tbl-fare-chart thead th:first-child,
.tbl-fare-chart thead th:nth-child(2) {
  z-index: 3;
}

.tbl-fare-chart thead th:first-child {
  width: 65px !important;
  writing-mode: horizontal-tb;
  letter-spacing: 0.5rem;
  left: 0px !important;
  border-left: solid 2px #000;
}

.tbl-fare-chart thead th:nth-child(2) {
  width: 225px !important;
  left: 65px !important;
  writing-mode: lr;
}

.tbl-fare-chart thead th:nth-child(3) {
  width: 185px !important;
  /*left: 290px !important;*/
  left: 0 !important;
  border-right: solid 2px #000;
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #BFBFBF 50%, #BFBFBF calc(50% + 0.5px), transparent calc(50% + 1px));
  z-index: 2 !important;
  position: sticky !important;
}

.tbl-fare-chart thead th:nth-child(3) .grid-box {
  display: grid;
  width: 100% !important;
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
}

.tbl-fare-chart thead th:nth-child(3) .grid-box .txt-toprig {
  grid-column-start: 2;
  padding-right: 0.5rem;
  text-align: right;
}

.tbl-fare-chart thead th:nth-child(3) .grid-box .txt-botlef {
  grid-column-start: 1;
  padding-left: 0.5rem;
  text-align: left;
}

.tbl-fare-chart thead th:nth-child(n+4) {
  width: 70px !important;
}

.tbl-fare-chart tbody td {
  padding: 0.8rem 0;
  background-color: #DDEBF7;
  font-size: 1.467rem;
}

@media (min-width: 768px) {
  .tbl-fare-chart tbody td:nth-child(1),
  .tbl-fare-chart tbody td:nth-child(2),
  .tbl-fare-chart tbody td:nth-child(3) {
    position: sticky;
    z-index: 1;
  }
}
.tbl-fare-chart tbody td:nth-child(1) {
  left: 0 !important;
  width: 185px !important;
  border-left: solid 2px #000;
}

.tbl-fare-chart tbody td:nth-child(2) {
  left: 65px !important;
  width: 225px !important;
  text-align: left;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.tbl-fare-chart tbody td:nth-child(3) {
  width: 185px !important;
  padding-left: 0.3rem;
  border-right: solid 2px #000;
  text-align: left;
  padding-left: 0.4rem;
  /*left: 290px;*/
  left: 0;
}

.tbl-fare-chart tbody td:nth-child(n+4) {
  width: 53px !important;
}

.tbl-fare-chart tr.bg-yel td {
  background-color: #FFFFCC;
}

.tbl-fare-chart tr.bg-grn td {
  background-color: #E2EFDA;
}

.tbl-fare-chart tr.bg-wt td {
  background-color: #fff;
}

.tbl-fare-chart tr.bg-wt td:nth-child(1) {
  border: none;
  border-left: solid 2px #000;
}

.tbl-fare-chart tr.bg-wt td:nth-child(2) {
  border: none;
  text-align: right;
  border-right: solid 2px #fff;
  padding-right: 0.4rem;
}

.tbl-fare-chart tr.bg-wt td:nth-child(3) {
  padding-right: 0.5rem;
  border-bottom: none;
  text-align: right;
}

/* スマホ修正ここから */
@media (max-width: 768px) {
  .guide-abb {
    background: #FEF4F8;
    padding: 0rem 0rem 0rem 0rem;
    display: inline-flex;
    align-items: center;
    color: #E91E63;
    font-size: 1.2rem;
  }
  .ul-guide-link {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 1rem;
    margin: 1rem 0;
  }
  .btn-01.fs-s {
    font-size: 1.2rem;
  }
  .btn-01.kosoku-line {
    width: auto;
    min-height: 2rem;
    display: inline-flex;
    padding-right: 1rem;
    background-color: #fff;
    border: solid 1px #0070C0;
    color: #0070C0;
  }
  .guide-time {
    background: #002060;
    padding: 0.3rem 2rem 0.3rem 1rem;
    color: #fff;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
  .tbl-fare-chart tbody td {
    font-size: 1.3rem;
  }
  .tbl-fare-chart thead th:first-child {
    width: 40px !important;
  }
  .tbl-fare-chart thead th:nth-child(2) {
    width: 120px !important;
  }
  .tbl-fare-chart thead th:nth-child(3) {
    width: 165px !important;
  }
  .tbl-fare-chart thead th:nth-child(2),
  .tbl-fare-chart tbody td:nth-child(2) {
    left: 40px !important;
  }
}
/* 運賃表：2列目まで固定＋太線調整 */
/* 1列目固定 */
.tbl-fare-chart thead th:nth-child(1),
.tbl-fare-chart tbody td:nth-child(1) {
  position: sticky;
  left: 0;
  z-index: 3;
  border-left: solid 2px #000;
}

/* 2列目固定（太線を右側に） */
.tbl-fare-chart thead th:nth-child(2),
.tbl-fare-chart tbody td:nth-child(2) {
  position: sticky;
  left: 65px;
  /* 1列目の幅と一致させる */
  z-index: 3;
  /*border-right: solid 2px #000;*/
  /* ← 太線 */
}

/* 3列目（固定しない・右線は細線） */
.tbl-fare-chart thead th:nth-child(3),
.tbl-fare-chart tbody td:nth-child(3) {
  border-right: solid 1px #BFBFBF;
  /* ← 細線 */
}

/* 背景の透け対策（スクロール時の重なり防止） */
.tbl-fare-chart th,
.tbl-fare-chart td {
  background-clip: padding-box;
}

/* 運賃表：2列目まで固定＋太線調整（全行対応）*/
/* 1列目固定 */
.tbl-fare-chart thead th:nth-child(1),
.tbl-fare-chart tbody td:nth-child(1) {
  position: sticky;
  left: 0;
  z-index: 3;
  border-left: solid 2px #000;
}

/* 2列目固定（右に太線） */
.tbl-fare-chart thead th:nth-child(2),
.tbl-fare-chart tbody td:nth-child(2) {
  position: sticky;
  left: 65px;
  /* 1列目の幅と一致させる */
  z-index: 3;
  /*border-right: solid 2px #000;*/
  /* 太線 */
  /*text-align: left;*/
  padding-left: 0.4rem;
}

/* 3列目（固定せず右線は細線） */
.tbl-fare-chart thead th:nth-child(3),
.tbl-fare-chart tbody td:nth-child(3) {
  border-right: solid 1px #BFBFBF;
  /* 細線 */
  /*text-align: center;*/
}

/* スクロール時の透け防止 */
.tbl-fare-chart th,
.tbl-fare-chart td {
  background-clip: padding-box;
}

.scroll-hint-icon-wrap {
  z-index: 100000;
}

@media (max-width: 768px) {
  .anc-menu {
    margin-bottom: 6rem;
  }
  .anc-menu li a .txt {
    text-align: center;
  }
  .anc-menu.kosoku.details li {
    /*width: 25%;*/
    width: 32%;
  }
}
.sp-br {
  display: none;
}

@media (max-width: 768px) {
  .sp-br {
    display: block;
  }
}
/* 高速バス詳細のりば */
@media (max-width: 768px) {
  .tbl-station-kosoku {
    table-layout: auto;
    width: 1100px;
    border-collapse: collapse;
  }
  .tbl-station-kosoku th {
    width: 25%;
    /* 駅名 */
    font-weight: bold;
  }
  .tbl-station-kosoku td.platform {
    width: 20%;
  }
}
/*
a.btn-02.w-auto.ggl-sv {
  font-size: 1.4rem;
  width: 32rem;
}
@media (min-width: 768px) {
  a.btn-02.w-auto.ggl-sv {
    width: 32rem;
  }
}
*/

/* 高速バス詳細お知らせ */
a.arrow-link {
  margin-left: 0;
}

/* 高速バスページのh4/h5 */
.aco-wrapp.details > .aco-contents .aco-contents-inner h4 {
  width: 100%;
  display: flex;
  margin-bottom: 1rem;
  padding-left: 2.9rem;
  font-size: 2.1rem;
  font-weight: 400;
  position: relative;
  color: #0070C0;
}

.aco-wrapp.details > .aco-contents .aco-contents-inner h4::before {
  content: "";
  display: block;
  background: url(img/kosoku/icon-h4-expressbus.webp) no-repeat left top;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0.65rem;
  left: 0;
  line-height: 0;
}

@media (max-width: 768px) {
  .aco-wrapp.details > .aco-contents .aco-contents-inner h4 {
    flex-direction: column;
    padding-left: 2.5rem;
    font-size: 1.8rem;
  }
  .aco-wrapp.details > .aco-contents .aco-contents-inner h4::before {
    width: 1.7rem;
    height: 1.7rem;
    top: 0.5rem;
  }
}
/*.aco-wrapp.details > .aco-contents .aco-contents-inner h5::before {
  content: "■";
  margin-right: 0.5em;
}*/
.aco-wrapp.details > .aco-contents .aco-contents-inner h5 {
  font-size: 1.9rem;
  font-weight: 400;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .aco-wrapp.details > .aco-contents .aco-contents-inner h5 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
/* 高速バスページのh4/h5 ----アコーディオン外---- */
.kosoku-box h4 {
  width: 100%;
  display: flex;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-left: 2.9rem;
  font-size: 2.4rem;
  font-weight: 400;
  position: relative;
  color: #0070C0;
}

.kosoku-box h4::before {
  content: "";
  display: block;
  background: url(img/kosoku/icon-h4-expressbus.webp) no-repeat left top;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0.85rem;
  left: 0;
  line-height: 0;
}

@media (max-width: 768px) {
  .kosoku-box h4 {
    flex-direction: column;
    padding-left: 2.5rem;
    font-size: 1.8rem;
  }
  .kosoku-box h4::before {
    width: 1.7rem;
    height: 1.7rem;
    top: 0.5rem;
  }
}
.kosoku-box h5 {
  font-size: 1.9rem;
  font-weight: 400;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .kosoku-box h5 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
/* パンクスとh2スタイル変更 */
.path-bg .path-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  /*
    max-width: 1680px;
    margin: 0 auto;
  */
  margin: 0;
  padding-right: 20px;
  /*
    padding-left: 20px;
  */
  padding-left: 4rem;
}

.bg-kosoku-details h2 {
  flex: 1;
  width: 100%;
  /*
    max-width: 1680px;
    margin: 0 auto;
  */
  margin: 0;
  max-width: 63%;
  overflow: hidden;
  padding-right: 20px;
  /*
    padding-left: 20px;
  */
  padding-left: 4rem;
  display: flex;
  align-items: center;
  color: #0070C0;
  font-size: 3.2rem;
  font-weight: normal;
}

/* 夜行バス時刻表 */
.tbl-fare-chart.yakou-t thead th:nth-child(3) {
  /*
    width: 260px !important;
  */
  width: 300px !important;
  position: relative !important;
}

.tbl-fare-chart.yakou-t thead th:nth-child(n+4) {
  /*
    width: 140px !important;
  */
  /*
    width: 200px !important;
  */
  width: 70px !important;
}

.tbl-fare-chart.yakou-t tbody .yakou-s {
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .tbl-fare-chart.yakou-t thead th:nth-child(2) {
    width: 115px !important;
  }
  .tbl-fare-chart.yakou-t thead th:nth-child(3) {
    width: 280px !important;
  }
}
.yoyaku-h4 {
  font-size: 1.9rem !important;
  font-weight: 400 !important;
  padding-top: 2rem !important;
  width: 100%;
  display: flex;
  margin-bottom: 2rem;
  padding-left: 0 !important;
  color: #000 !important;
  margin-bottom: 1rem !important;
}

.yoyaku-h4::before {
  content: "■" !important;
  margin-right: 0.1em !important;
  display: block;
  background: none !important;
  background-size: cover;
  width: auto !important;
  height: auto !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  line-height: 1.5 !important;
}

@media (max-width: 768px) {
  .yoyaku-h4 {
    font-size: 1.6rem !important;
    flex-direction: unset !important;
  }
}
/* 夜行バス　乗車券購入・予約 */
table.tbl-ticket.sp_auto.yakou tr:first-of-type th {
  border-top: solid 1px #BFBFBF;
}

table.tbl-ticket.sp_auto.yakou tr th {
  width: 31rem !important;
}

@media (max-width: 768px) {
  table.tbl-ticket.sp_auto.yakou tr th {
    width: 30% !important;
  }
}
table.tbl-ticket.sp_auto.yakou2 thead th:first-of-type {
  width: 44rem !important;
}

@media (max-width: 768px) {
  table.tbl-ticket.sp_auto.yakou2 thead th:first-of-type {
    width: 44% !important;
  }
}
@media (max-width: 768px) {
  .bg-kosoku-details h2 {
    max-width: 100%;
    font-size: 20px;
    padding-left: 2rem;
  }
}
/* 高速バスターミナル案内 */
.col4-kosoku-navi {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .col4-kosoku-navi {
    gap: 7rem 2.439%;
  }
  .col4-kosoku-navi.v1 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .col4-kosoku-navi {
    gap: 20px 2.439%;
  }
  .col4-kosoku-navi.v1 {
    margin-bottom: 20px;
  }
}
.col4-kosoku-navi .col {
  width: 23.17075%;
  display: flex;
}

@media (min-width: 768px) {
  .col4-kosoku-navi .col {
    flex-direction: column;
    gap: 10px 0;
  }
}
@media (max-width: 767px) {
  .col4-kosoku-navi .col {
    width: 48.7805%;
  }
}
.col4-kosoku-navi .col a {
  text-decoration: none;
  color: #fff;
}

.col4-kosoku-navi .col figure {
  position: relative;
}

.col4-kosoku-navi .col figure figcaption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 78, 162, 0.7);
}

.col4-kosoku-navi .col figure p {
  font-size: 1.55rem;
  letter-spacing: 0.15rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .col4-kosoku-navi .col figure p {
    font-size: 14px;
  }
}
.col4-kosoku-navi .col figure figcaption .link-txt {
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
  padding: 1.3rem 0.8rem;
  color: #fff;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .col4-kosoku-navi .col figure figcaption .link-txt {
    gap: 0 1rem;
    font-size: 14px;
  }
}
.col4-kosoku-navi .col figure figcaption .link-txt::before {
  content: "";
  width: 0.8rem;
  height: 1.3rem;
  display: block;
  -webkit-mask-image: url(img/right_line.svg);
  mask-image: url(img/right_line.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 0.8rem 1.3rem;
  mask-size: 0.8rem 1.3rem;
  background-color: #fff;
}

@media (max-width: 767px) {
  .col4-kosoku-navi .col figure figcaption .link-txt::before {
    -webkit-mask-size: 0.5rem 1.3rem;
    mask-size: 0.5rem 1.3rem;
  }
}
@media (max-width: 767px) {
  .col4-kosoku-navi .col.pc-active {
    display: none;
  }
}
@media (min-width: 768px) {
  .col4-kosoku-navi .col.sp-active {
    display: none;
  }
}
@media (max-width: 767px) {
  .col4-kosoku-navi.pc-active {
    display: none;
  }
}
@media (min-width: 768px) {
  .col4-kosoku-navi.sp-active {
    display: none;
  }
}
/* 高速バスターミナル案内 のりば表　*/
.tbl-terminal-kosoku {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
}

@media (max-width: 767px) {
  .tbl-terminal-kosoku {
    width: 1250px;
  }
}
.tbl-terminal-kosoku th, .tbl-terminal-kosoku td {
  padding: 1rem;
  border-top: solid 1px #BFBFBF;
  vertical-align: top;
  text-align: left;
}

.tbl-terminal-kosoku th {
  width: 18%;
  font-weight: normal;
}

@media (max-width: 767px) {
  .tbl-terminal-kosoku th {
    width: 10%;
  }
}
/*
.tbl-terminal-kosoku td.platform {
  width: 38rem;
}
*/
.tbl-terminal-kosoku td.btn-box a + a {
  margin-left: 2rem;
}

.tbl-terminal-kosoku + .tbl-terminal-kosoku {
  margin-top: 5rem;
}

/* 時刻表・運賃テーブルの「車内設備アイコン」のリンクスタイル */
.icon-equipment-box a {
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 1rem;
  color: #0070C0;
  text-decoration-line: none;
}

/* 時刻表・運賃テーブルの「車内設備」ライトボックス画像の大きさ調整 */
.featherlight .featherlight-image {
  width: 100% !important;
  height: auto !important;
  max-width: 600px !important;
  max-height: 600px !important;
}

/* 高速バスTOP */
@media (max-width: 768px) {
  .anc-menu.kosoku.v1 li {
    width: 32%;
  }
}
/* 実習用通学定期券 */
.practicaltraining-box {
  line-height: 1.7;
}

.practicaltraining-box table {
  width: 100%;
}

.practicaltraining-box table ol {
  padding-left: 2.2rem;
}

.practicaltraining-box table tr {
  display: block;
}

.practicaltraining-box table tr td {
  padding-top: 0;
  padding-bottom: 0;
}

.practicaltraining-box table tr td:first-of-type {
  width: 2.2rem;
}

.practicaltraining-box table tr td p {
  margin-bottom: 2rem;
}

.practicaltraining-box table tr {
  vertical-align: baseline;
}

@media (max-width: 768px) {
  .practicaltraining-box table tr td:first-of-type {
    width: 1.8rem;
  }
}/*# sourceMappingURL=style.css.map */


/* 路線バス　定期券金額表 */
.tbl-pass-teiki th.th-ic-year {
    background-color: #F8CBAD;
    border-left: dotted 1px #000;
    border-bottom: solid 1px #000;
}
.tbl-pass-teiki th.th-month:last-of-type {
    border-left: dotted 1px #000;
}
.tbl-pass-teiki tbody tr td:nth-child(7) {
    border-right: dotted 1px #000;
}

/* 発売終了した定期券など */
.tbl-rosen-endpass th.th-02,.tbl-rosen-endpass th.th-03,.tbl-rosen-endpass td:nth-child(2), .tbl-rosen-endpass td:nth-child(3) {
    text-align: left;
}

/* ページ内リンク調整 */
@media (min-width: 769px) {
	#section-0001,#section-0002,#section-0003,#section-0004,#section-0005,#section-0006,#section-0007,#section-0008 {
    padding-top: 21rem;
    margin-top: -21rem;
    }
}

/* アクアライン高速バス定期券 券種・金額テーブル */
.tbl-aqua-pass-teiki {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 768px) {
  .tbl-aqua-pass-teiki {
    width: 1360px;
  }
}
.tbl-aqua-pass-teiki th {
  padding: 0.2rem 1rem;
  font-weight: normal;
  border: solid 1px #bfbfbf;
  background-color: #0070C0;
  color: #ffffff;
}
.tbl-aqua-pass-teiki tbody tr td {
  padding: 0.2rem 1rem;
  text-align: center;
  border: solid 1px #bfbfbf;
  width: 8%;
}
.tbl-aqua-pass-teiki tbody tr td:nth-child(1){
  width: 10%;
  background-color: #0070C0;
  color: #ffffff;
}
.tbl-aqua-pass-teiki tbody tr td:nth-child(2){
  width: 50%;
  text-align: left;
}

/* アクアライン高速バス定期券 券種・金額テーブル（東京～鴨川線） */
.tbl-aqua-pass-teiki-2 {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 768px) {
  .tbl-aqua-pass-teiki-2 {
    width: 1360px;
  }
}
.tbl-aqua-pass-teiki-2 th {
  padding: 0.2rem 1rem;
  font-weight: normal;
  border: solid 1px #bfbfbf;
  background-color: #1f4e78;
  color: #ffffff;
}
.tbl-aqua-pass-teiki-2 tbody tr td {
  padding: 0.2rem 1rem;
  text-align: center;
  border: solid 1px #bfbfbf;
  width: 8%;
}
.tbl-aqua-pass-teiki-2 tbody tr td:nth-child(1){
  width: 10%;
  background-color: #1f4e78;
  color: #ffffff;
}
.tbl-aqua-pass-teiki-2 tbody tr td:nth-child(2){
  width: 50%;
  text-align: left;
}
