

/*====================================================
////id |  xxx
====================================================*/
.overview-inner {
  padding-bottom: 0;
}
.overview-head {
  font-weight: 700;
  margin-bottom: .7em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960.0px) {
  .overview-map {
    margin-top: min(10.5vw, 60px);
  }
  .overview-map .mapBox > div {
    height: min(68.266vw, 400px);
  }

}

/* ////////// PC ////////// */
@media print,screen and (min-width: 960.1px) {
  .overview-inner {
    display: grid;
      align-items: center;
      grid-gap: min(3vw, 85px);
      grid-template-columns: min(45%, 530px) 1fr;
  }
  .overview-head {
    font-size: min(2.6vw, 2.6rem);
  }
  .overview-map .mapBox > div {
    width: calc(100% + var(--innerBox_wide_margin));
    height: 600px;
  }
}
@media print,screen and (min-width: 1600.1px) {
  .overview-map .mapBox > div {
    width: 100%;
  }
}

@media (hover: hover) {}



/*====================================================
////id |  guide
====================================================*/
.guide-inner {
  max-width: 1070px;
}
.guide-item-wrapper {
  display: grid;
    grid-gap: min(17vw, 72px);
}
.guide-item-head {
  display: flex;
    align-items: center;
    gap: 12px;
  font-weight: 700;
  margin-bottom: min(8.8vw, 36px);
}
.guide-item-head .coverImg {
  padding-top: 0;
  width: 2.5em;
  height: 2.5em;
}
.guide-item-head .text {
  flex: 1;
}
.guide-item-route-wrapper {
  display: flex;
    gap: min(3.2vw, 16px);
  width: 100%;
  min-height: 150px;
}
.guide-item-route.route-start ,
.guide-item-route.route-end,
.guide-item-route-detail.detail-place {
  display: flex;
    align-items: center;
    justify-content: center;
  text-align: center;
  width: min(26.5vw, 130px);
}
.guide-item-route.route-start ,
.guide-item-route.route-end {
  background: var(--color_5);
}
.guide-item-route.route-start img ,
.guide-item-route.route-end img {
  margin: auto;
  width: 87%;
}
.guide-item-route.route-detail {
  display: grid;
    grid-gap: min(13.6vw, 68px);
  flex: 1;
  line-height: 1.4;
  text-align: center;
}
.guide-item-route-detail-wrapper {
  display: flex;
    gap: min(3.2vw, 16px);
}
.guide-item-route-detail.detail-way {
  display: grid;
    grid-template-rows: 1fr 1fr;
  flex-grow: 1;
  font-size: min(2.4vw, 1.2rem);
}
.guide-item-route-detail.detail-way.blank {
  flex-grow: unset;
  width: 54px;
}
.guide-item-route-detail.detail-way.walk {
  flex-grow: unset;
  width: min(33vw, 165px);
}
.route-detail-mean {
  background-image: radial-gradient(circle, #005f81 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 2px;
  display: flex;
    align-items: flex-end;
    justify-content: center;
  min-width: 54px;
  padding-bottom: 12px;
  position: relative;
}
.route-detail-mean figure {
  display: flex;
    justify-content: center;
}
.route-detail-mean img {
  height: 30px;
}
.route-detail-mean figure + .text {
  margin-top: .3em;
}
.route-detail-time {
  display: flex;
    justify-content: center;
  padding-top: 12px;
}
.route-detail-time .text {
  background: var(--color_1);
  border-radius: 2em;
  color: #fff;
  font-size: min(2.8vw, 1.4rem);
  padding: .1em 1.5em;
}
.guide-item-route-detail.detail-place {
  border: solid 1px var(--gray);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 1190.0px) {
  .guide-item-content-wrapper {
    margin: 0 calc(var(--innerBox_margin) * -1);
    position: relative;
    width: calc(100% + (var(--innerBox_margin) * 2));
  }
  .guide-item-content-wrapper::before ,
  .guide-item-content-wrapper::after {
    background: #fff;
    content: '';
    display: block;
    margin: auto;
    position: absolute;
      bottom: -1px;
    width: var(--innerBox_margin);
    height: 5px;
    z-index: 10;
  }
  .guide-item-content-wrapper::before {
    left: 0;
  }
  .guide-item-content-wrapper::after {
    right: 0;
  }
  .guide-item-content {
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 var(--innerBox_margin) 16px;
    position: relative;
  }
  .guide-item-content::-webkit-scrollbar {
    height: 3px;
  }
  .guide-item-content::-webkit-scrollbar-thumb {
    background: #6A6A6A;
  }
  .guide-item-content::-webkit-scrollbar-track {
    background: #D9D9D9;
  }
  .guide-item-route-wrapper {
    width: min(210vw, 1100px);
  }
}

/* ////////// PC ////////// */
@media print,screen and (min-width: 769.1px) {}

@media (hover: hover) {}

