@charset "UTF-8";
/*-----------------------------------------------
 __pTouchpay
-----------------------------------------------*/
:root {
  --col--tpay1: #ffd520;
  --col--tpay2: #489159;
  --col--tpay3: #d8bc40;
  --col--tpay4: #faf9f4;
  --col--tpay5: #f0f0f0;
}

.pTpay_kv {
  height: 700px;
  color: #000;
  overflow: hidden;
  position: relative;
  background-image: url(../images/touchpay/pTpay_kv1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 1200px) {
  .pTpay_kv {
    height: 58vw;
  }
}
@media screen and (max-width: 768px) {
  .pTpay_kv {
    height: 70vw;
    background-position: 55% center;
  }
}
@media screen and (max-width: 600px) {
  .pTpay_kv {
    height: 150vw;
    background-size: 180%;
    background-position: 70% 115%;
  }
}
.pTpay_kv .kv_info {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: grid;
  align-content: center;
}
@media screen and (max-width: 600px) {
  .pTpay_kv .kv_info {
    height: initial;
    width: 100%;
  }
}
.pTpay_kv .kv_info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  background-color: #d8bc40;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
  z-index: 1;
  opacity: 0.6;
}
@media screen and (max-width: 600px) {
  .pTpay_kv .kv_info::before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 0% 100%);
    height: 110%;
    left: 0;
    top: 20px;
  }
}
.pTpay_kv .kv_info::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--col--tpay1);
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .pTpay_kv .kv_info::after {
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 0% 100%);
    height: 110%;
  }
}
.pTpay_kv .kv_info .innr {
  position: relative;
  z-index: 3;
  padding: 0 150px 0 100px;
}
@media screen and (max-width: 1200px) {
  .pTpay_kv .kv_info .innr {
    padding: 0 10vw 0 5vw;
  }
}
@media screen and (max-width: 600px) {
  .pTpay_kv .kv_info .innr {
    padding: 8vw 10vw;
  }
}
.pTpay_kv .kv_info .kv_read {
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1200px) {
  .pTpay_kv .kv_info .kv_read {
    font-size: max(1.8vw, 15px);
  }
}
@media screen and (max-width: 600px) {
  .pTpay_kv .kv_info .kv_read {
    font-size: 14px;
  }
}
.pTpay_kv .kv_info .kv_copy.ja {
  font-size: 60px;
}
@media screen and (max-width: 1200px) {
  .pTpay_kv .kv_info .kv_copy.ja {
    font-size: max(4.5vw, 30px);
  }
}
.pTpay_kv .kv_info .kv_copy.en {
  font-size: 60px;
}
@media screen and (max-width: 1200px) {
  .pTpay_kv .kv_info .kv_copy.en {
    font-size: min(10vw, 54px);
  }
}
.pTpay_kv .kv_info .kv_copy span {
  display: block;
  line-height: 1.5;
}
.pTpay_kv .kv_info .kv_block {
  padding-top: 25px;
  margin-top: 25px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  justify-content: start;
  align-content: start;
  justify-items: stretch;
  align-items: stretch;
  grid-gap: var(--gap-25);
}
.pTpay_kv .kv_info .kv_block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #000;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .pTpay_kv .kv_info .kv_block.ja {
    grid-template-columns: 1fr 1fr;
  }
  .pTpay_kv .kv_info .kv_block.en {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .pTpay_kv .kv_info .kv_block.en .kv_card {
    order: 3;
    grid-column: initial;
  }
}
@media screen and (max-width: 1200px) {
  .pTpay_kv .kv_info .kv_date {
    font-size: max(1.8vw, 15px);
  }
}
@media screen and (max-width: 600px) {
  .pTpay_kv .kv_info .kv_date {
    order: 2;
  }
}
.pTpay_kv .kv_info .kv_date span {
  display: inline-block;
  line-height: 1.5;
}
.pTpay_kv .kv_info .kv_route {
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1200px) {
  .pTpay_kv .kv_info .kv_route {
    font-size: max(2.25vw, 20px);
  }
}
@media screen and (max-width: 600px) {
  .pTpay_kv .kv_info .kv_route {
    font-size: 16px;
    order: 1;
  }
}
.pTpay_kv .kv_info .kv_route.en .route_name {
  padding-right: 1em;
  padding-left: 1em;
}
.pTpay_kv .kv_info .kv_route .route_name {
  display: inline-block;
  background-color: var(--col--tpay2);
  padding: 0.75em 2em 0.75em 1.5em;
  border-radius: 3em;
}
.pTpay_kv .kv_info .kv_route .route_name .kumano_hongu {
  color: #fff;
  display: block;
  position: relative;
  line-height: 1;
  white-space: nowrap;
  padding-left: 2em;
}
.pTpay_kv .kv_info .kv_route .route_name .kumano_hongu::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5em;
  aspect-ratio: 1;
  background-image: url(../images/root_icon06__wh.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  transform: translateY(-50%);
}
.pTpay_kv .kv_info .kv_route .route_txt {
  text-align: center;
  color: var(--col--tpay2);
  font-size: 0.8em;
}
.pTpay_kv .kv_info .kv_card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
@media screen and (max-width: 1200px) {
  .pTpay_kv .kv_info .kv_card {
    font-size: 1.65vw;
  }
}
@media screen and (max-width: 600px) {
  .pTpay_kv .kv_info .kv_card {
    font-size: 11px;
    order: 3;
    grid-column: 1/3;
  }
}
.pTpay_kv .kv_info .kv_card.en > li {
  width: 7em;
}
.pTpay_kv .kv_info .kv_card > li {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
  grid-gap: 0.25em;
  width: 6em;
  aspect-ratio: 1;
  border: 2px solid #000;
  border-radius: 50%;
  overflow: hidden;
}
.pTpay_kv .kv_info .kv_card > li span {
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.pTpay_kv .kv_image {
  width: 80%;
  height: 100%;
  margin-left: auto;
}
.pTpay_kv .kv_image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.pTpay_about {
  background-color: var(--col--tpay4);
}
.pTpay_about .about_ttl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.pTpay_about .about_ttl span {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  line-height: 1;
}
.pTpay_about .about_ttl i {
  width: 1.2em;
  aspect-ratio: 1;
}
.pTpay_about .about_ttl i img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pTpay_about .about_tagline {
  text-align: center;
  margin-bottom: 0.5em;
}

.pTpay_support .support_column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  justify-content: start;
  align-content: start;
  justify-items: stretch;
  align-items: stretch;
  grid-gap: var(--gap-40) var(--gap-80);
}
@media screen and (max-width: 767px) {
  .pTpay_support .support_column {
    grid-template-columns: 1fr;
  }
}
.pTpay_support .support_ttl span {
  display: block;
  line-height: 1;
  white-space: nowrap;
  background-color: var(--col--tpay1);
  padding: 0.7em 1em 0.8em 1em;
  border-radius: 2em;
  text-align: center;
  width: 80%;
  margin-inline: auto;
}
.pTpay_support .support_sttl {
  text-align: center;
  color: #ffcf00;
}
@media screen and (max-width: 767px) {
  .pTpay_support .support_img {
    width: 80%;
    margin-inline: auto;
  }
}
.pTpay_support .support_img img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pTpay_support .support_list {
  text-align: center;
}
.pTpay_support .support_list ul {
  line-height: 1.5;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.pTpay_support .support_list ul li::after {
  content: " / ";
}
.pTpay_support .support_list ul li:last-child::after {
  display: none;
}
.pTpay_support .support_notes {
  border: 5px solid var(--col--tpay5);
  border-radius: 20px;
  padding: var(--gap-40) var(--gap-60);
}
@media screen and (max-width: 767px) {
  .pTpay_support .support_notes {
    padding: 6vw 8vw;
  }
}
.pTpay_support .support_notes .notes_image {
  display: grid;
  grid-template-columns: 80px 1fr 1fr;
  grid-template-rows: auto;
  justify-content: start;
  align-content: start;
  justify-items: stretch;
  align-items: stretch;
  grid-gap: 20px 0;
}
@media screen and (max-width: 767px) {
  .pTpay_support .support_notes .notes_image {
    grid-template-columns: 1fr;
  }
}
.pTpay_support .support_notes .notes_image img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .pTpay_support .support_notes .notes_image img {
    width: 90%;
    margin-inline: auto;
  }
}
.pTpay_support .support_notes .notes_image .nt_icon {
  align-self: center;
  justify-self: center;
}
.pTpay_support .support_notes .notes_image .nt_img:first-of-type {
  border-right: 1px solid #ccc;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .pTpay_support .support_notes .notes_image .nt_img:first-of-type {
    padding-right: 0;
    border: none;
  }
}
.pTpay_support .notes_ex {
  background-color: #fff9e0;
  display: grid;
  grid-template-columns: 2.5em 1fr;
  grid-template-rows: auto;
  justify-content: start;
  align-content: start;
  justify-items: stretch;
  align-items: center;
  grid-gap: 0.5em 1em;
  padding: 0.5em 2em;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .pTpay_support .notes_ex {
    padding: 1em;
    font-size: 13px;
  }
}
.pTpay_support .notes_ex img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 600px) {
  .pTpay_support .notes_ex img {
    max-width: 50px;
    margin-inline: auto;
  }
}
.pTpay_support .notes_ex strong {
  text-decoration: underline;
}

.pTpay_route {
  background-color: var(--col--tpay4);
}
.pTpay_route .route_column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--gap-30) var(--gap-60);
}
.pTpay_route .route_ttl {
  text-align: center;
  white-space: nowrap;
}
.pTpay_route .route_name {
  display: inline-block;
  background-color: var(--col--tpay2);
  padding: 0.75em 1.5em 0.75em 1em;
  border-radius: 3em;
}
.pTpay_route .route_name .kumano_hongu {
  color: #fff;
  display: block;
  position: relative;
  line-height: 1;
  white-space: nowrap;
  padding-left: 2em;
}
.pTpay_route .route_name .kumano_hongu::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5em;
  aspect-ratio: 1;
  background-image: url(../images/root_icon06__wh.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  transform: translateY(-50%);
}
.pTpay_route .route_data {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
.pTpay_route .route_data > li a {
  color: var(--col--tpay2);
  text-decoration: none;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding-right: 1em;
  transition: all 0.25s ease;
}
.pTpay_route .route_data > li a::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.1em);
  right: 0;
  width: 0.5em;
  height: 0.5em;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  background-color: var(--col--tpay2);
  transform: translateY(-50%);
}
.pTpay_route .route_data > li a:hover {
  transform: scale(1.05);
}

.pTpay_use {
  background-color: #fff9e0;
  border-top: 5px solid var(--col--tpay1);
}
.pTpay_use .use_ttl {
  text-align: center;
}
.pTpay_use .use_step {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  justify-content: start;
  align-content: start;
  justify-items: stretch;
  align-items: stretch;
  grid-gap: 100px;
}
@media screen and (max-width: 980px) {
  .pTpay_use .use_step {
    grid-gap: 15vw 8vw;
  }
}
@media screen and (max-width: 600px) {
  .pTpay_use .use_step {
    grid-template-columns: 1fr;
  }
}
.pTpay_use .use_step > li {
  border: 5px solid var(--col--tpay5);
  border-radius: 15px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .pTpay_use .use_step > li {
    max-width: 400px;
    margin-inline: auto;
  }
}
.pTpay_use .use_step > li:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 60px);
  background-color: var(--col--tpay1);
  width: 20px;
  height: 50px;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 980px) {
  .pTpay_use .use_step > li:first-child::after {
    left: calc(100% + 5vw);
  }
}
@media screen and (max-width: 600px) {
  .pTpay_use .use_step > li:first-child::after {
    left: 50%;
    top: calc(100% + 7vw);
    width: 40px;
    height: 15px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  }
}
.pTpay_use .use_step .step_ttl {
  text-align: center;
  position: absolute;
  top: -1em;
  left: 0;
  width: 100%;
}
.pTpay_use .use_step .step_ttl span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  background-color: var(--col--tpay1);
  padding: 0.5em 1.5em;
  border-radius: 2em;
  min-width: 10em;
}
.pTpay_use .use_step .step_img {
  display: block;
  border-radius: 13px 13px 0 0;
  overflow: hidden;
}
.pTpay_use .use_step .step_img img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pTpay_use .use_step .step_summary {
  line-height: 1.6;
  padding: 2em 2em;
  text-align: justify;
}
.pTpay_use .use_notes {
  max-width: 800px;
  margin-inline: auto;
  list-style: circle;
}
.pTpay_use .use_notes li {
  margin-bottom: 1em;
  margin-left: 1.5em;
}
.pTpay_use .use_notes li:last-child {
  margin-bottom: 0;
}
.pTpay_use .use_history {
  max-width: 920px;
  margin-inline: auto;
  background-color: #fff;
  padding: 2em 3em;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .pTpay_use .use_history {
    padding: 1em 1.5em;
  }
}

.pTpay_faq {
  background-color: var(--col--tpay4);
}
.pTpay_faq .faq_wrap {
  border-bottom: 1px dashed #ccc;
}
.pTpay_faq .faq_ttl {
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
}
.pTpay_faq .faq_chapter__ttl {
  line-height: 1.5;
  display: grid;
  grid-template-columns: 1fr 0.85em;
  grid-template-rows: auto;
  justify-items: stretch;
  align-items: stretch;
  justify-content: start;
  align-content: start;
  grid-gap: 0 20px;
  cursor: pointer;
}
.pTpay_faq .faq_chapter__ttl.active .bar::after {
  transform: translateY(-50%) rotate(0deg);
}
.pTpay_faq .faq_chapter__ttl:hover .txt span {
  border-bottom-color: #000;
}
.pTpay_faq .faq_chapter__ttl .txt span {
  transition: all 0.25s ease;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.pTpay_faq .faq_chapter__ttl .bar {
  display: block;
  position: relative;
}
.pTpay_faq .faq_chapter__ttl .bar::before, .pTpay_faq .faq_chapter__ttl .bar::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.85em;
  height: 2px;
  background-color: #000;
  transform: translateY(-50%);
}
.pTpay_faq .faq_chapter__ttl .bar::after {
  transition: all 0.1s ease;
  transform: translateY(-50%) rotate(90deg);
}
.pTpay_faq .faq_list .dl_wrap {
  border-bottom: 1px dashed #999;
}
.pTpay_faq .faq_list dt {
  position: relative;
  line-height: 1.6;
  cursor: pointer;
  padding-block: 1em;
  transition: all 0.25s ease;
  padding-right: 3em;
}
.pTpay_faq .faq_list dt::before, .pTpay_faq .faq_list dt::after {
  content: "";
  position: absolute;
  top: 1.75em;
  right: 1em;
  width: 0.85em;
  height: 2px;
  background-color: #000;
}
.pTpay_faq .faq_list dt::after {
  transition: all 0.1s ease;
  transform: translateY(calc(-50% + 1px)) rotate(90deg);
}
.pTpay_faq .faq_list dt:hover {
  transform: translateY(1px);
}
.pTpay_faq .faq_list dt.active::after {
  transform: translateY(calc(-50% + 1px)) rotate(0deg);
}
.pTpay_faq .faq_list dt span {
  position: relative;
  display: block;
  padding-left: 1.75em;
}
.pTpay_faq .faq_list dt span::before {
  content: "Q";
  position: absolute;
  top: -0.25em;
  left: 0;
  font-size: 1.25em;
  font-weight: 700;
  width: 1em;
}
.pTpay_faq .faq_list dd {
  padding: 0.5em 0 2em 2em;
  line-height: 1.6;
  margin-left: 1em;
  display: none;
}
@media screen and (max-width: 600px) {
  .pTpay_faq .faq_list dd {
    margin-left: 0;
  }
}
.pTpay_faq .faq_list dd p {
  margin-bottom: 1em;
}
.pTpay_faq .faq_list dd p:last-child {
  margin-bottom: 0;
}
.pTpay_faq .faq_list dd .innr {
  position: relative;
}
.pTpay_faq .faq_list dd .innr::before {
  content: "A";
  position: absolute;
  top: -0.1em;
  left: -1.5em;
  font-size: 1.25em;
  font-weight: 700;
  width: 1em;
}
.pTpay_faq .faq_chat {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin-inline: auto;
  gap: 0 50px;
}
@media screen and (max-width: 600px) {
  .pTpay_faq .faq_chat {
    gap: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .pTpay_faq .faq_chat .qrimage {
    display: none;
  }
}
.pTpay_faq .faq_chat .qrimage img {
  width: 100px;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .pTpay_faq .faq_chat .chat_txt {
    display: none;
  }
}
.pTpay_faq .faq_chat .chat_ttl {
  line-height: 1.5;
  position: relative;
}
.en .pTpay_faq .faq_chat .chat_ttl {
  line-height: 1.35;
}
.pTpay_faq .faq_chat .chat_ttl.arrow::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: -1.5em;
  width: 0.85em;
  height: 0.85em;
  background-color: #000;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.pTpay_faq .faq_chat .chat_txt__mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .pTpay_faq .faq_chat .chat_txt__mobile {
    display: block;
  }
}
.pTpay_faq .faq_chat .chat_summary {
  padding-top: 0.5em;
  line-height: 1.5;
}

.pTpay_inquiry .inquiry_ttl {
  text-align: center;
}
.pTpay_inquiry .inquiry_info {
  text-align: center;
}
.pTpay_inquiry .inquiry_info .inquiry_phone a {
  color: #000;
}
.pTpay_inquiry .inquiry_info .inquiry_bhour {
  display: block;
}

.pFt_inquiry {
  line-height: 1.5;
  color: var(--col--bm1);
}
.pFt_inquiry .sec_ttl {
  overflow: hidden;
}
.pFt_inquiry .sec_ttl span {
  display: inline-block;
  position: relative;
}
.pFt_inquiry .inquiry_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  justify-items: stretch;
  align-items: stretch;
  justify-content: start;
  align-content: start;
  grid-gap: 40px;
}
@media screen and (max-width: 767px) {
  .pFt_inquiry .inquiry_list {
    grid-template-columns: 1fr;
  }
}
.pFt_inquiry .sec_sbttl {
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
  position: relative;
  line-height: 1;
  padding-bottom: 0.5em;
}
.pFt_inquiry .sec_sbttl.bus::after {
  width: 5em;
}
.pFt_inquiry .sec_sbttl.ticket::after {
  width: 4em;
}
.pFt_inquiry .sec_sbttl.ticket.en::after {
  width: 4.5em;
}
.pFt_inquiry .sec_sbttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: var(--col--ft1);
}
.pFt_inquiry .phone_num {
  text-decoration: none;
  color: var(--col--bm1);
}
.pFt_inquiry .bhour {
  display: block;
}
.pFt_inquiry .chat {
  padding-top: 0.25em;
  display: block;
}

.pBm_announce {
  position: absolute;
  right: 6vw;
  top: 35px;
  width: -moz-max-content;
  width: max-content;
  font-size: 30px;
}
@media screen and (max-width: 1200px) {
  .pBm_announce {
    top: 2.5vw;
  }
}
@media screen and (max-width: 979px) {
  .pBm_announce {
    font-size: 20px;
    top: 3.2vw;
  }
}
@media screen and (max-width: 660px) {
  .pBm_announce {
    font-size: 16px;
    top: 2.2vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.pBm_announce span {
  color: var(--col--bm1);
  padding: 0 1.25em 0.1em 1.25em;
  position: relative;
  display: inline-block;
}
.pBm_announce span::before, .pBm_announce span::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 4px;
  border-radius: 4px;
  background-color: var(--col--bm1);
}
@media screen and (max-width: 979px) {
  .pBm_announce span::before, .pBm_announce span::after {
    width: 2px;
  }
}
.pBm_announce span::before {
  left: 0;
  transform: rotate(-25deg);
  transform-origin: left top;
}
.pBm_announce span::after {
  right: 0.25em;
  transform: rotate(25deg);
  transform-origin: right top;
}

.pBm_kv {
  position: relative;
  max-width: calc(1280px + 10vw);
  margin-inline: auto;
  padding: 40px 5vw 40px 5vw;
}
.pBm_kv img {
  width: 100%;
  height: auto;
  display: block;
}

.pBm_route {
  background-color: #f1f4ed;
}
.pBm_route .route_list {
  max-width: 820px;
  margin-inline: auto;
}
.pBm_route .route_list > li {
  position: relative;
  background-color: #fff;
  margin-bottom: var(--gap-60);
  border-radius: 12px;
  padding: var(--gap-30) var(--gap-30) var(--gap-20) var(--gap-30);
}
.pBm_route .route_list > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .pBm_route .route_list > li {
    padding-top: 36px;
  }
}
.pBm_route .route_list .title {
  position: absolute;
  top: -1em;
  left: var(--gap-30);
  color: var(--col--bm1);
}
@media screen and (max-width: 600px) {
  .pBm_route .route_list .title {
    font-size: 20px;
  }
}
.pBm_route .route_list .note {
  padding-top: 1em;
  text-align: center;
}
.pBm_route .route_list .note span {
  display: inline-block;
  text-align: left;
  padding-left: 2em;
  text-indent: -1em;
}
.pBm_route .route_list .note span::before {
  content: "※";
  padding-right: 0.25em;
}
.pBm_route .route_type.line {
  display: grid;
  grid-template-columns: repeat(3, 9em);
  grid-template-rows: auto;
  justify-items: stretch;
  align-items: stretch;
  justify-content: center;
  align-content: start;
  grid-gap: 15px;
}
@media screen and (max-width: 660px) {
  .pBm_route .route_type.line {
    grid-template-columns: min(70vw, 240px);
  }
}
.pBm_route .route_type.line > li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.pBm_route .route_type.line > li.route {
  display: block;
  border-radius: 8px;
  border: 3px solid transparent;
  text-align: center;
}
.pBm_route .route_type.line > li.route span {
  display: inline-block;
  position: relative;
  line-height: 1;
  white-space: nowrap;
  padding: 0.5em 1em 0.5em 2.5em;
}
.pBm_route .route_type.line > li.route span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 1.5em;
  height: 1.5em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  transform: translateY(-50%);
}
.pBm_route .route_type.line > li.route.kumano {
  color: #49965B;
  border-color: #49965B;
}
.pBm_route .route_type.line > li.route.kumano span::before {
  background-image: url(../images/root_icon06.svg);
}
.pBm_route .route_type.line > li.route.ryujin {
  color: #D3A642;
  border-color: #D3A642;
}
.pBm_route .route_type.line > li.route.ryujin span::before {
  background-image: url(../images/root_icon03.svg);
}
.pBm_route .route_type.line > li.route.minabe {
  color: #B95858;
  border-color: #B95858;
}
.pBm_route .route_type.line > li.route.minabe span::before {
  background-image: url(../images/root_icon04.svg);
}
.pBm_route .route_type.pass {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: auto;
  justify-items: stretch;
  align-items: stretch;
  justify-content: center;
  align-content: start;
  grid-gap: 15px;
}
@media screen and (max-width: 960px) {
  .pBm_route .route_type.pass {
    grid-template-columns: repeat(2, auto);
  }
}
.pBm_route .route_type.pass > li span {
  color: #fff;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  padding: 0.5em 1.5em;
  border-radius: 2em;
}
.pBm_route .route_type.pass > li.tickets span {
  background-color: var(--col--bm2);
}
.pBm_route .route_type.pass > li.pass span {
  background-color: var(--col--bm3);
}

.md_secTtl {
  text-align: center;
}
.md_secTtl span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  padding: 0 var(--gap-125em);
}
.md_secTtl span::before, .md_secTtl span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6em;
  height: 4px;
  background-color: var(--col--bm1);
  border-radius: 4px;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .md_secTtl span::before, .md_secTtl span::after {
    width: 50%;
  }
}
.md_secTtl span::before {
  left: 100%;
}
.md_secTtl span::after {
  right: 100%;
}

.md_flowTtl {
  width: 80%;
  max-width: 600px;
  line-height: 1;
  white-space: nowrap;
  padding: 0.65em 0;
  color: #fff;
  text-align: center;
  margin-inline: auto;
  border-radius: 2em;
  transform: translateY(-1em);
}
.md_flowTtl.tickets {
  background-color: var(--col--bm2);
}
.md_flowTtl.pass {
  background-color: var(--col--bm3);
}

.md_flow__wrap.tickets {
  background-color: var(--col--bm5);
}
.md_flow__wrap.pass {
  background-color: var(--col--bm6);
}

.md_flow__container {
  padding-left: 40px;
  overflow: hidden;
}
.md_flow__swiper {
  margin-inline: auto;
}
.md_flow__swiper.column5 {
  max-width: 1150px;
}
.md_flow__swiper.column4 {
  max-width: 920px;
}
.md_flow__swiper .flow_card {
  width: 230px;
}
@media screen and (max-width: 600px) {
  .md_flow__swiper .flow_card {
    width: 55vw;
  }
}
.md_flow__swiper .thumb {
  position: relative;
  display: block;
  padding-right: 40px;
}
.md_flow__swiper .thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22.5px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #999;
  border-top: 3px solid #999;
  z-index: 2;
  transform: rotate(45deg) translateY(-50%);
}
.md_flow__swiper .thumb img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
}
.md_flow__swiper .desc {
  padding-right: 40px;
  padding-top: 1.5em;
}
.md_flow__swiper .desc p {
  line-height: 1.6;
}
.md_flow__swiper .desc p strong {
  color: red;
}
.md_flow__swiper .swiper-slide {
  width: -moz-max-content;
  width: max-content;
}
.md_flow__swiper .swiper-slide:last-child .thumb::after {
  display: none;
}
.md_flow__swiper .swiper-controller {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  gap: 0 15px;
  margin-inline: auto;
  padding-right: 40px;
}
.md_flow__swiper .swiper-button-prev,
.md_flow__swiper .swiper-button-next {
  display: block;
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.25s ease;
}
.md_flow__swiper .swiper-button-prev::before,
.md_flow__swiper .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
}
.md_flow__swiper .swiper-button-prev:hover,
.md_flow__swiper .swiper-button-next:hover {
  transform: scale(1.05);
}
.md_flow__swiper .swiper-button-prev::before {
  border-top: 2px solid var(--col--bm3);
  border-left: 2px solid var(--col--bm3);
  transform: translateY(-50%) rotate(-45deg);
  right: 30%;
}
.md_flow__swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: initial;
}
.md_flow__swiper .swiper-button-next::before {
  border-top: 2px solid var(--col--bm3);
  border-right: 2px solid var(--col--bm3);
  transform: translateY(-50%) rotate(45deg);
  left: 30%;
}
.md_flow__swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: initial;
}
.md_flow__swiper .swiper-scrollbar {
  width: 400px;
  height: 6px;
  position: relative;
}
.md_flow__swiper .swiper-scrollbar::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ddd;
}
.md_flow__swiper .swiper-scrollbar-drag {
  background-color: var(--col--bm3);
  height: 6px;
  border-radius: 10px;
  cursor: grab;
}
.md_flow__swiper .swiper-scrollbar-drag:active {
  cursor: grabbing;
}
.md_flow__swiper .swiper-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  cursor: pointer;
}
.md_flow__swiper .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
}
.md_flow {
  max-width: 1300px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(5, 212px);
  grid-template-rows: auto;
  justify-items: stretch;
  align-items: stretch;
  justify-content: center;
  align-content: start;
  grid-gap: 0 40px;
  padding: 0 40px;
  overflow: scroll;
}
@media screen and (max-width: 1300px) {
  .md_flow {
    justify-content: start;
  }
}
.md_flow > li:last-child .thumb::after {
  display: none;
}
.md_flow .thumb {
  position: relative;
  display: block;
}
.md_flow .thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 15px;
  height: 15px;
  border-right: 4px solid #000;
  border-top: 4px solid #000;
  z-index: 2;
  transform: rotate(45deg) translateY(-50%);
}
.md_flow .thumb img {
  width: 100%;
  height: auto;
  display: block;
  margin-inline: auto;
}
.md_flow .desc {
  padding-top: 1.5em;
}
.md_flow .desc p {
  line-height: 1.6;
}

.md_flow__note > li {
  padding-left: 1.5em;
  padding-bottom: var(--gap-30);
  overflow: hidden;
}
.md_flow__note > li .nt_ttl {
  padding-bottom: 0.5em;
}
.md_flow__note > li .nt_ttl span {
  display: inline-block;
  position: relative;
}
.md_flow__note > li .nt_ttl span::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: -1em;
  width: 0.4em;
  height: 0.4em;
  background-color: var(--col--bm1);
  transform-origin: center center;
  transform: rotate(45deg);
}
.md_flow__note > li .nt_ttl span::after {
  content: "";
  position: absolute;
  top: 0.8em;
  left: calc(100% + 1em);
  border-bottom: 1px dashed var(--col--bm1);
  width: 100vw;
}
.md_flow__note > li .nt_ttl:last-child {
  padding-bottom: 0;
}
.md_flow__note .nt_list {
  padding-top: 0.5em;
  padding-bottom: 1em;
  padding-left: 2em;
}
.md_flow__note .nt_list > li {
  padding-bottom: 1em;
  position: relative;
}
.md_flow__note .nt_list > li:last-child {
  padding-bottom: 0;
}
.md_flow__note .nt_list > li p {
  line-height: 1.6;
  padding-bottom: 0.75em;
}
.md_flow__note .nt_list > li p:last-child {
  padding-bottom: 0;
}
.md_flow__note .nt_anlist {
  padding-top: 0.5em;
}
.md_flow__note .nt_anlist > li {
  padding-left: 1.25em;
  position: relative;
}
.md_flow__note .nt_anlist > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.md_flow__note .nt_anlist > li:last-child {
  padding-bottom: 0;
}
.md_flow__note .nt_disclist {
  padding-top: 0.5em;
}
.md_flow__note .nt_disclist > li {
  padding-left: 1em;
  position: relative;
}
.md_flow__note .nt_disclist > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.md_flow__note .nt_disclist > li:last-child {
  padding-bottom: 0;
}
.md_flow__note .nt_sttl {
  margin-left: -0.5em;
  padding-bottom: 0.5em;
}

.pBm_registar {
  padding: var(--gap-40) 5vw;
  max-width: calc(1280px + 10vw);
  margin-inline: auto;
}
.pBm_registar .innr {
  background-color: #d8edb0;
  border-radius: 20px;
}
.pBm_registar .ttl {
  color: var(--col--bm1);
  text-align: center;
}
.pBm_registar .ttl span {
  display: inline-block;
}
.pBm_registar .summary {
  padding-top: 1em;
  padding-right: 5%;
  padding-left: 5%;
}
.pBm_registar .summary p {
  text-align: center;
}
.pBm_registar .summary p span {
  display: inline-block;
  text-align: left;
}

.pBm_passsGuide .flow_wrap {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-template-rows: auto;
  justify-items: stretch;
  align-items: center;
  justify-content: start;
  align-content: start;
  grid-gap: var(--gap-30);
}
@media screen and (max-width: 767px) {
  .pBm_passsGuide .flow_wrap {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .pBm_passsGuide .thumb {
    width: 75%;
    margin-inline: auto;
  }
}
.pBm_passsGuide .thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.pBm_passsGuide .content {
  line-height: 1.5;
}
.pBm_passsGuide .note {
  padding-top: 0.5em;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.pBm_passsGuide .note::before {
  content: "※";
  padding-right: 0.25em;
}

.md_flow__wrap.ticket {
  background-color: var(--col--bm5);
}
.md_flow__wrap.pass {
  background-color: var(--col--bm6);
}

.pBm_appsWrap {
  background-color: #eee;
  border-radius: 20px;
  padding: var(--gap-40) var(--gap-60);
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  justify-items: stretch;
  align-items: center;
  justify-content: start;
  align-content: start;
  grid-gap: var(--gap-30) var(--gap-40);
}
@media screen and (max-width: 900px) {
  .pBm_appsWrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .pBm_appsWrap {
    padding: 6vw 6vw;
  }
}
.pBm_appsWrap .apps_wrap {
  display: grid;
  grid-template-columns: 160px 1fr;
  grid-template-rows: auto 1fr;
  justify-items: stretch;
  align-items: stretch;
  justify-content: start;
  align-content: start;
  grid-gap: 0.5em var(--gap-40);
}
@media screen and (max-width: 1200px) {
  .pBm_appsWrap .apps_wrap {
    grid-template-columns: max(10vw, 80px) 1fr;
    grid-gap: 0.5em var(--gap-30);
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .pBm_appsWrap .apps_wrap {
    grid-gap: 0.5em 15px;
  }
}
.pBm_appsWrap .apps_thumbnail {
  grid-row: 1/3;
}
@media screen and (max-width: 1200px) {
  .pBm_appsWrap .apps_thumbnail {
    grid-row: 1/2;
  }
}
.pBm_appsWrap .apps_thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.pBm_appsWrap .apps_title {
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .pBm_appsWrap .apps_title {
    font-size: 20px;
    line-height: 1.35;
  }
}
.pBm_appsWrap .apps_title span {
  display: inline-block;
}
.pBm_appsWrap .apps_summary {
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  .pBm_appsWrap .apps_summary {
    grid-column: 1/3;
  }
}
.pBm_appsWrap .download_link {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  justify-items: stretch;
  align-items: stretch;
  justify-content: start;
  align-content: start;
  grid-gap: 0 var(--gap-30);
}
@media screen and (max-width: 900px) {
  .pBm_appsWrap .download_link {
    justify-content: center;
  }
}
.pBm_appsWrap .download_link > li {
  text-align: center;
}
.pBm_appsWrap .download_link .qr_code {
  width: 120px;
  margin-inline: auto;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .pBm_appsWrap .download_link .qr_code {
    display: none;
  }
}
.pBm_appsWrap .download_link .qr_code img {
  width: 100%;
  height: auto;
  display: block;
}
.pBm_appsWrap .download_link .app_btn {
  display: block;
}
.pBm_appsWrap .download_link .app_btn img {
  width: auto;
  height: 50px;
  display: block;
}
@media screen and (max-width: 600px) {
  .pBm_appsWrap .download_link .app_btn img {
    height: 11.5vw;
  }
}

.pBm_notes {
  border-top: 20px solid #eee;
}

.pBm_notes,
.pBm_inquiry {
  line-height: 1.5;
  color: var(--col--bm1);
}
.pBm_notes .sec_ttl,
.pBm_inquiry .sec_ttl {
  overflow: hidden;
  padding-bottom: 1.5em;
}
.pBm_notes .sec_ttl span,
.pBm_inquiry .sec_ttl span {
  display: inline-block;
  position: relative;
  padding-right: 1em;
}
.pBm_notes .sec_ttl span::after,
.pBm_inquiry .sec_ttl span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 100vw;
  height: 3px;
  background-color: var(--col--bm1);
  transform: translateY(-50%);
}
.pBm_notes .note_list,
.pBm_inquiry .note_list {
  padding-left: 2em;
}
.pBm_notes .note_list > li,
.pBm_inquiry .note_list > li {
  list-style-type: disc;
  padding-bottom: var(--gap-25);
}
.pBm_notes .note_list .note_sublist > li,
.pBm_inquiry .note_list .note_sublist > li {
  position: relative;
  padding-left: 1em;
  padding-bottom: 0.25em;
}
.pBm_notes .note_list .note_sublist > li::after,
.pBm_inquiry .note_list .note_sublist > li::after {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--col--bm1);
}
.pBm_notes .note_list .note_sublist > li.comment,
.pBm_inquiry .note_list .note_sublist > li.comment {
  padding-left: 1em;
  text-indent: -1em;
}
.pBm_notes .note_list .note_sublist > li.comment::before,
.pBm_inquiry .note_list .note_sublist > li.comment::before {
  content: "※";
  padding-right: 0.25em;
}
.pBm_notes .note_list .note_sublist > li.comment::after,
.pBm_inquiry .note_list .note_sublist > li.comment::after {
  display: none;
}
.pBm_notes .inquiry_list,
.pBm_inquiry .inquiry_list {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  justify-items: stretch;
  align-items: stretch;
  justify-content: start;
  align-content: start;
  grid-gap: 0;
}
@media screen and (max-width: 767px) {
  .pBm_notes .inquiry_list,
  .pBm_inquiry .inquiry_list {
    grid-template-columns: 1fr;
  }
}
.pBm_notes .inquiry_list > li:first-child,
.pBm_inquiry .inquiry_list > li:first-child {
  padding-right: 80px;
  margin-right: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pBm_notes .inquiry_list > li:first-child,
  .pBm_inquiry .inquiry_list > li:first-child {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: var(--gap-30);
    margin-bottom: var(--gap-30);
    border-bottom: 1px solid #ddd;
  }
}
.pBm_notes .inquiry_list > li:first-child::after,
.pBm_inquiry .inquiry_list > li:first-child::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  height: 80%;
  width: 1px;
  background-color: var(--col--bm1);
}
@media screen and (max-width: 767px) {
  .pBm_notes .inquiry_list > li:first-child::after,
  .pBm_inquiry .inquiry_list > li:first-child::after {
    display: none;
  }
}
.pBm_notes .sec_sbttl,
.pBm_inquiry .sec_sbttl {
  padding-bottom: 1em;
}
.pBm_notes .phone_num,
.pBm_inquiry .phone_num {
  text-decoration: none;
  color: var(--col--bm1);
}
.pBm_notes .bhour,
.pBm_inquiry .bhour {
  display: block;
}

@media screen and (max-width: 800px) {
  body.freeticket .fancybox-slide {
    padding: 0 44px;
  }
}/*# sourceMappingURL=touchpay.css.map */