@charset "UTF-8";
.main {
  overflow: hidden;
}

.ttl_wrap.access {
  text-align: left;
}
.ttl_wrap.access .en_ttl {
  display: inline-block;
  color: #333333;
  font-size: 0.8rem;
  font-family: "Forum", serif;
  border-bottom: 1px solid;
  letter-spacing: 0.05em;
  line-height: 1;
}
.ttl_wrap.access .jp_ttl {
  margin-top: 0.5rem;
}

.access_image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.access_image .image {
  color: #fff;
}
.access_image .station {
  position: absolute;
  top: 0.2rem;
  left: 0.3rem;
  font-size: 0.4rem;
  line-height: 1.4;
}
.access_image .station.--small {
  font-size: 0.36rem;
}
.access_image .time {
  position: absolute;
  bottom: 0.1rem;
  right: 0.2rem;
  text-align: right;
  font-size: 0.3rem;
  font-family: "Forum", serif;
  line-height: 1;
}
.access_image .time em {
  font-size: 0.7rem;
}
.access_image .time small {
  display: block;
  font-size: 0.24rem;
}

.sec_train {
  margin-top: 1rem;
}
.sec_train .ttl_wrap .jp_ttl {
  font-size: 0.34rem;
}
.sec_train .sec__01 .map_wrap {
  width: 100%;
}
.sec_train .sec__01 .map {
  overflow-x: scroll;
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
}
.sec_train .sec__01 .map::-webkit-scrollbar {
  display: none;
}
.sec_train .sec__01 .map {
  /* スクロールバー 
  &::-webkit-scrollbar {
  	height: 4px;
  }

  &::-webkit-scrollbar-track {
  	background: #f1f1f1;
  }

  &::-webkit-scrollbar-thumb {
  	background: $green;
  	border-radius: 999px;
  }*/
}
.sec_train .sec__01 .map .image {
  width: 12rem;
}
.sec_train .sec__01 .map .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_train .sec__01 .map .image .ico {
  position: absolute;
  top: -0.5rem;
  left: 0;
  width: 1.2rem;
}
.sec_train .sec__01 .scrollbar {
  width: 100%;
  height: 4px;
  background: #f1f1f1;
  border-radius: 999px;
  margin-top: 0.3rem;
  overflow: hidden;
}
.sec_train .sec__01 .scrollbar_thumb {
  width: 30%;
  height: 100%;
  background: #70927c;
  border-radius: 999px;
  cursor: grab;
}
.sec_train .sec__01 .scrollbar_thumb:active {
  cursor: grabbing;
}
.sec_train .sec__02 .item {
  margin-top: 1.2rem;
}
.sec_train .sec__02 .item .ttl {
  font-size: 0.26rem;
}
.sec_train .sec__02 .item .ttl em {
  font-size: 0.36rem;
}
.sec_train .sec__02 .item .access_image {
  margin-top: 0.5rem;
}

.sec_bus {
  margin-top: 2rem;
}
.sec_bus .ttl_wrap .jp_ttl {
  font-size: 0.37rem;
}
.sec_bus .image {
  margin-top: 0.5rem;
}
.sec_bus .image.a_d {
  display: grid;
  gap: 0.4rem;
}

.sec_limousine {
  background: #F5F4E2;
  padding: 1.4rem 0;
  margin-top: 2rem;
}
.sec_limousine .access_image {
  margin-top: 0.8rem;
  grid-template-columns: 1fr;
}
.sec_limousine .access_image .station {
  top: auto;
  bottom: 0.2rem;
  left: 0.3rem;
}
.sec_limousine .access_image figcaption {
  color: #333333;
}
.sec_limousine .image.--02,
.sec_limousine .image.--03 {
  margin-top: 0.8rem;
}

.sec_car {
  padding-top: 1.4rem;
  padding-bottom: 2rem;
  background: #fff;
}
.sec_car .map {
  margin-top: 0.5rem;
}
.sec_car .map .image {
  width: calc(100% + 0.8rem);
  margin-left: -0.4rem;
}
.sec_car .detail {
  margin-top: 1rem;
}
.sec_car .access_image {
  margin-top: 1rem;
}
.sec_car .access_image .station {
  top: auto;
  left: auto;
  bottom: 0.2rem;
  right: 0.2rem;
}/*# sourceMappingURL=unique.css.map */