/* ======================================================
	hover
========================================================= */
/* =============================================
- btn_standard
================================================ */
.btn_standard:before {
  background-color: #9BABAB;
}

/* ======================================================
	cta
========================================================= */
#cta_block_ticket .cta_block_ticket_link:after {
  background-color: #E0E5E5;
}

#cta_block_ticket .cta_block_ticket_link:hover {
  border-color: #E0E5E5;
}

/* ======================================================
	archive_news
========================================================= */
@media screen and (min-width: 1080px) {
  #wrapper .archive_news .post_title_text:hover {
    color: #9BABAB;
  }
}

/* ======================================================
	archive_event
========================================================= */
@media screen and (min-width: 1080px) {
  #wrapper .archive_event_post_link:hover {
    background-color: #E0E5E5;
  }
}

/* =============================================
- pagination
================================================ */
@media screen and (min-width: 1080px) {
  #wrapper .pagination li:not(.current) a:hover {
    background-color: #9BABAB;
    border-color: #9BABAB;
  }
}

@media screen and (min-width: 1080px) {
  #wrapper .pagination li.first a:hover, #wrapper .pagination li.prev a:hover, #wrapper .pagination li.last a:hover, #wrapper .pagination li.next a:hover, #wrapper .pagination li.back a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #9BABAB;
  }
}

@media screen and (min-width: 1080px) {
  #wrapper .pagination .first a:hover, #wrapper .pagination .prev a:hover, #wrapper .pagination .last a:hover, #wrapper .pagination .next a:hover, #wrapper .pagination .back a:hover {
    color: #9BABAB;
  }
}

#wrapper .pagination .first a:hover:before, #wrapper .pagination .prev a:hover:before, #wrapper .pagination .last a:hover:before, #wrapper .pagination .next a:hover:before, #wrapper .pagination .back a:hover:before {
  border-color: #9BABAB;
}

.contents_inner {
  max-width: 1100px;
  margin: 0px auto;
}

.content_icontitle {
  margin-bottom: 50px;
}

.anker_block {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 20px 0;
  max-width: 800px;
}

@media screen and (min-width: 768px) {
  .anker_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 40px;
    margin: 60px auto 0;
  }
}

@media screen and (min-width: 1080px) {
  .anker_block {
    margin: 80px auto 0;
  }
}

.anker_block li {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .anker_block li {
    max-width: 300px;
    margin: 0px auto;
  }
}

@media screen and (min-width: 768px) {
  .anker_block li {
    width: calc((100% / 2) - 60px);
  }
}

@media screen and (min-width: 1080px) {
  .anker_block li {
    width: calc(100% / 2);
  }
}

.anker_block a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  border: solid 1px #D3D3D3;
  color: #282828;
  font-weight: 700;
  border-radius: 5px;
  line-height: 1.5;
  font-size: 1.6rem;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .anker_block a {
    margin: 0;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1080px) {
  .anker_block a {
    font-size: 2rem;
  }
}

.anker_block a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: solid 2px #1A8E42;
  border-bottom: solid 2px #1A8E42;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.anker_block a.car {
  padding: 20px 0px;
}

@media screen and (min-width: 768px) {
  .anker_block a.car {
    padding: 25px 0px;
  }
}

@media screen and (min-width: 1080px) {
  .anker_block a.car {
    padding: 30px 0px;
  }
}

.anker_block a.car span {
  position: relative;
  padding-left: 60px;
  padding-right: 30px;
}

@media screen and (min-width: 1080px) {
  .anker_block a.car span {
    padding-left: 70px;
    padding-right: 25px;
  }
}

.anker_block a.car span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  background-image: url(../../img/icon/car.svg);
  width: 50px;
  height: 40px;
  margin-top: -15px;
  background-repeat: no-repeat;
}

.anker_block a.train {
  padding: 10px 0px;
}

@media screen and (min-width: 768px) {
  .anker_block a.train {
    padding: 15px 0px;
  }
}

.anker_block a.train span {
  text-align: left;
  position: relative;
  padding-left: 65px;
  padding-right: 35px;
}

@media screen and (min-width: 1080px) {
  .anker_block a.train span {
    padding-left: 70px;
    padding-right: 20px;
  }
}

.anker_block a.train span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  background-image: url(../../img/icon/train.svg);
  width: 50px;
  height: 40px;
  margin-top: -20px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1080px) {
  .anker_block a:hover {
    background-color: #9BABAB;
  }
}

#car {
  padding: 60px 5% 0;
  counter-reset: section;
}

@media screen and (min-width: 768px) {
  #car {
    padding: 80px 5% 0;
  }
}

@media screen and (min-width: 1080px) {
  #car {
    padding: 100px 5% 0;
  }
}

@media screen and (min-width: 1280px) {
  #car {
    padding: 100px 0 0;
  }
}

#train {
  counter-reset: section;
}

img {
  width: 100%;
}

.map {
  width: 100%;
  padding-bottom: 100px;
}

.time_schedule {
  border-top: solid 1px #5A5A5A;
}

.time_schedule.half_top_margin {
  margin-top: 50px !important;
}

.time_schedule.no_top_margin {
  margin-top: 0px !important;
}

.time_schedule + .time_schedule {
  margin-top: 150px;
}

@media screen and (min-width: 768px) {
  .time_schedule + .time_schedule {
    margin-top: 130px;
  }
}

@media screen and (min-width: 1080px) {
  .time_schedule + .time_schedule {
    margin-top: 150px;
  }
}

.time_schedule_headline {
  background-color: #707070;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

.time_schedule_headline p {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 768px) {
  .time_schedule_headline p {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1080px) {
  .time_schedule_headline p {
    font-size: 2rem;
  }
}

.schedule_num {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 2.5rem;
  text-align: center;
  color: #005034;
  font-weight: 700;
  font-family: 'Poppins';
  margin-right: 25px;
}

@media screen and (min-width: 768px) {
  .schedule_num {
    font-size: 2.3rem;
    margin-left: 0;
  }
}

@media screen and (min-width: 1080px) {
  .schedule_num {
    font-size: 2.5rem;
  }
}

.schedule_num.special:before, .schedule_num.special:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.schedule_num.special::before {
  width: 40px;
  height: 40px;
  display: block;
  background-color: #fff;
  border: solid 3px #005034;
  z-index: -1;
}

.schedule_num.special::after {
  line-height: 1.0em;
  content: counter(section);
  counter-increment: section;
}

.schedule_num:before, .schedule_num:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.schedule_num::before {
  width: 40px;
  height: 40px;
  display: block;
  background-color: #fff;
  border: solid 3px #005034;
  z-index: -1;
}

.schedule_num::after {
  line-height: 1.0em;
  content: counter(section);
  counter-increment: section;
}

.schedule_title {
  padding: 25px 0;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .schedule_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.schedule_title .schedule_title_numwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.schedule_title .timeimg img {
  width: 30vw;
  margin-right: 25px;
}

@media screen and (min-width: 768px) {
  .schedule_title .timeimg img {
    max-width: 150px;
    margin-right: 0;
  }
}

.schedule_title .ttl {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 10px 0;
}

@media screen and (min-width: 768px) {
  .schedule_title .ttl {
    font-size: 2.3rem;
    padding-top: 0.2em;
    padding-left: 15px;
  }
}

@media screen and (min-width: 1080px) {
  .schedule_title .ttl {
    padding-left: 25px;
    font-size: 3rem;
  }
}

.schedule_title .ttl_small {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .schedule_title .ttl_small {
    font-size: 1.8rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 1080px) {
  .schedule_title .ttl_small {
    font-size: 2rem;
  }
}

.schedule_title .label p {
  display: inline-block;
  padding: 0px 10px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .schedule_title .label p {
    font-size: 1.5rem;
    margin-top: 0.4em;
  }
}

@media screen and (min-width: 1080px) {
  .schedule_title .label p {
    font-size: 1.6rem;
  }
}

.schedule_title .label._paid p {
  background-color: #005034;
  color: #fff;
}

.schedule_title .label._no_paid p {
  color: #005034;
  border: solid 1px #005034;
}

@media screen and (min-width: 768px) {
  .schedule_block .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
  }
}

.schedule_block .flex .img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .schedule_block .flex .img {
    width: 50%;
    max-width: 435px;
  }
}

.schedule_block .flex .img img + img {
  margin-top: 30px;
}

.schedule_block .flex .schedule_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.schedule_block .flex .schedule_text .text_block {
  padding: 15px 0;
  border-bottom: solid 1px #D3D3D3;
}

.schedule_block .flex .schedule_text .text_block:first-child {
  border-top: solid 1px #D3D3D3;
}

.schedule_block .flex .schedule_text .text_block .icon_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.schedule_block .flex .schedule_text .text_block .icon {
  text-align: center;
  width: 75px;
}

.schedule_block .flex .schedule_text .text_block .icon img {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
}

.schedule_block .flex .schedule_text .text_block .icon .icon_description {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
}

.schedule_block .flex .schedule_text .text_block .schedule_text {
  font-size: 1.5rem;
  font-weight: 700;
}

.schedule_block .single_bottom_btn {
  text-align: left;
  margin: 30px auto 0;
}

.from_time {
  position: relative;
  margin-top: 130px;
}

@media screen and (min-width: 768px) {
  .from_time {
    margin-top: 130px;
  }
}

@media screen and (min-width: 1080px) {
  .from_time {
    margin-top: 150px;
  }
}

.from_time:before, .from_time:after {
  content: "";
  position: absolute;
  background-image: url(../../img/modelcource/dotts.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  width: 4px;
  height: 60px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.from_time::before {
  top: -80px;
}

@media screen and (min-width: 768px) {
  .from_time::before {
    top: -90px;
  }
}

.from_time::after {
  bottom: -100px;
}

.from_time.top_only::after {
  display: none;
}

.from_time .from_time_bottom_line {
  position: relative;
  background-color: #707070;
}

.from_time .from_time_bottom_line p {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .from_time .from_time_bottom_line p {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1080px) {
  .from_time .from_time_bottom_line p {
    font-size: 2rem;
  }
}

.from_time .from_time_contents {
  position: relative;
  display: inline-block;
  left: 60%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

@media screen and (min-width: 768px) {
  .from_time .from_time_contents {
    left: 55%;
  }
}

.from_time img {
  width: 50px;
}

.from_time img.walk {
  margin-bottom: 5px;
}

.from_time span {
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .from_time span {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1080px) {
  .from_time span {
    font-size: 2rem;
  }
}

.from_time span.mini {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .from_time span.mini {
    font-size: 1.5rem;
  }
}

.from_time span.text {
  position: relative;
}

.from_time span.text.car::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px;
  background-image: url(../../img/icon/car.svg);
  width: 50px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -10px;
}

.from_time span.text.bus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px;
  background-image: url(../../img/icon/bus.svg);
  width: 50px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -10px;
}

.from_time span.text.walk::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px;
  background-image: url(../../img/icon/walk.svg);
  width: 50px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -10px;
}

.from_time span.text.train::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px;
  background-image: url(../../img/icon/train.svg);
  width: 50px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -10px;
}

.from_time span.text.cablecar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px;
  background-image: url(../../img/icon/cablecar.svg);
  width: 50px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -10px;
}

.other {
  background-color: #F5F5F5;
  padding: 5% 7%;
}

@media screen and (min-width: 1080px) {
  .other {
    padding: 30px 95px;
  }
}

.other p {
  font-weight: 700;
}

.other ul {
  padding-left: 15px;
}

.other ul li {
  position: relative;
  font-weight: 700;
}

.other ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #282828;
  border-radius: 50%;
  margin-top: -1em;
}
