@charset "UTF-8";
.main .sec--01 .search .btn--gmaps {
  border: none;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: inherit;
}

@media screen and (hover: hover) and (pointer: fine) {
  .main .sec--01 .search .btn--gmaps {
    transition: opacity 0.3s;
  }
  @supports (filter: brightness(100%)) {
    .main .sec--01 .search .btn--gmaps {
      transition-property: filter;
    }
  }
  .main .sec--01 .search .btn--gmaps:hover {
    opacity: 0.8;
  }
  @supports (filter: brightness(100%)) {
    .main .sec--01 .search .btn--gmaps:hover {
      filter: brightness(110%);
      opacity: 1;
    }
  }
}

.gHeader {
  position: fixed;
}

.main .wrap {
  max-width: 11.5rem;
}
.main .hero {
  position: relative;
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .hero {
    margin-top: 1rem;
  }
}
.main .hero .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 1.3;
}
.main .hero .ttl .en {
  font-size: 0.6rem;
  display: block;
}
.main .sec {
  padding-top: 0.8rem;
  position: relative;
}
.main .sec .catch {
  /*.showFromLeft{
  	.en_ttl{
  		color: transparent;
  	}
  }*/
}
.main .sec .catch .en_ttl {
  /*color: $colorS;*/
  font-size: 0.38rem;
}
@media screen and (max-width: 750px) {
  .main .sec .catch .en_ttl {
    font-size: 0.42rem;
  }
}
.main .sec .catch .main_ttl {
  font-size: 0.3rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .sec .catch .main_ttl {
    font-size: 0.42rem;
  }
}
.main .sec .catch .main_ttl .num {
  font-size: 0.36rem;
  line-height: 1;
  padding-inline: 0.03rem;
}
@media screen and (max-width: 750px) {
  .main .sec .catch .main_ttl .num {
    font-size: 0.5rem;
  }
}
.main .sec .catch .text {
  font-size: 0.22rem;
  line-height: 1.8;
  margin-top: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .sec .catch .text {
    font-size: 0.3rem;
  }
}
.main .sec--01 {
  overflow: hidden;
}
.main .sec--01 .leaf {
  position: absolute;
  z-index: -1;
}
.main .sec--01 .leaf.--01 {
  top: 0;
  right: 0;
  width: 10rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .leaf.--01 {
    width: 6rem;
  }
}
.main .sec--01 .leaf.--02 {
  bottom: 0;
  left: 0;
  width: 6.8rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .leaf.--02 {
    bottom: 5rem;
    width: 4rem;
  }
}
.main .sec--01 .prepend .catch {
  text-align: center;
}
.main .sec--01 .prepend .image {
  margin-top: 1.2rem;
}
.main .sec--01 .prepend .image figcaption {
  color: inherit;
  background: none;
  padding: 0;
}
.main .sec--01 .list {
  margin-top: 1.2rem;
}
.main .sec--01 .list .obi {
  background: #657f6b;
  color: #fff;
  padding: 0.1rem 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .list .obi {
    font-size: 0.32rem;
  }
}
.main .sec--01 .list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  margin-top: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
}
.main .sec--01 .list ul li .image img {
  width: 100%;
}
.main .sec--01 .list ul li .station_wrap {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  border-bottom: 1px dotted transparent;
  position: relative;
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .list ul li .station_wrap {
    justify-content: space-between;
  }
}
.main .sec--01 .list ul li .station_wrap .station {
  white-space: nowrap;
  margin-top: 0.1rem;
  margin-left: -0.18rem;
}
.main .sec--01 .list ul li .station_wrap .station span {
  font-size: 0.36rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .list ul li .station_wrap .station span {
    font-size: 0.32rem;
  }
}
.main .sec--01 .list ul li .station_wrap .dots {
  flex-grow: 1;
  background-image: radial-gradient(circle, #333 1px, transparent 2px);
  background-size: 14px 4px;
  background-repeat: repeat-x;
  background-position: center;
  height: 4px;
  margin-top: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .list ul li .station_wrap .dots {
    display: none;
  }
}
.main .sec--01 .list ul li .station_wrap .time {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.main .sec--01 .list ul li .station_wrap .time .num {
  font-size: 0.7rem;
  line-height: 1;
  color: #bc9e66;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .list ul li .station_wrap .time .num {
    font-size: 0.6rem;
  }
}
.main .sec--01 .list ul li .station_wrap .time .min {
  margin-top: 0.25rem;
  margin-left: 0.05rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .list ul li .station_wrap .time .min {
    margin-left: 0.03rem;
  }
}
.main .sec--01 .list ul li .text {
  padding-top: 0.1rem;
  border-top: 1px solid;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.18rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .list ul li .text {
    font-size: 0.24rem;
  }
}
.main .sec--01 .body {
  margin-top: 1.2rem;
}
.main .sec--01 .body .inner.--02 {
  margin-top: 1.2rem;
}
.main .sec--01 .body .inner .ttl {
  font-size: 0.28rem;
  color: #657f6b;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .body .inner .ttl {
    font-size: 0.32rem;
  }
}
.main .sec--01 .body .inner .ttl:before, .main .sec--01 .body .inner .ttl:after {
  content: "";
  height: 1px;
  background-color: #657f6b;
  flex-grow: 1;
}
.main .sec--01 .body .inner .image {
  text-align: center;
}
.main .sec--01 .body .inner .image figcaption {
  color: inherit;
  background: none;
  padding: 0;
  bottom: -0.5rem;
}
.main .sec--01 .search {
  margin-top: 1.5rem;
  background: #ebebe5;
  padding: 1rem 0.5rem;
  text-align: center;
}
.main .sec--01 .search .ttl {
  font-size: 0.32rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .search .ttl {
    font-size: 0.44rem;
  }
}
.main .sec--01 .search .text {
  line-height: 1.5;
}
.main .sec--01 .search .input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .search .input {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.main .sec--01 .search .input .item {
  display: flex;
  align-items: center;
}
.main .sec--01 .search .input .label {
  font-size: 0.2rem;
  background: #657f6b;
  color: #fff;
  width: 1rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .search .input .label {
    width: 1.6rem;
    font-size: 0.28rem;
    height: 0.8rem;
  }
}
.main .sec--01 .search .input input,
.main .sec--01 .search .input select {
  box-sizing: border-box;
  width: 4rem;
  height: 0.6rem;
  padding: 0 0.2rem;
  background: #fff;
  border: none;
  border-radius: 0;
  outline-color: #657f6b;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .search .input input,
  .main .sec--01 .search .input select {
    width: 100%;
    font-size: 0.28rem;
    height: 0.8rem;
  }
}
.main .sec--01 .search .input select {
  pointer-events: none;
}
.main .sec--01 .search .btn--gmaps {
  display: block;
  box-sizing: border-box;
  width: 2.6rem;
  height: 0.7rem;
  margin: 0.5rem auto 0;
  padding: 0 0 0 0.5rem;
  background: #828282 url(../imgs/ico_serch.png) 0.6rem 50%/0.3rem auto no-repeat;
  color: #fff;
  font-size: 0.22rem;
  text-align: center;
  border-radius: 5rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .search .btn--gmaps {
    font-size: 0.28rem;
    height: 1rem;
    width: 3rem;
  }
}
@media screen and (min-width: 751px) {
  .main .sec--02 {
    padding-top: 2.4rem;
  }
}
.main .sec--02 .prepend {
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .prepend .catch {
    margin-top: 0.6rem;
  }
}
.main .sec--02 .prepend .catch .text {
  width: 6.2rem;
}
@media screen and (min-width: 751px) {
  .main .sec--02 .prepend .image {
    position: absolute;
    top: -0.5rem;
    right: 0;
    width: 8.6rem;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--02 .prepend .image {
    width: 100%;
  }
}
.main .sec--02 .body {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .body {
    margin-top: 0.6rem;
  }
}
@media screen and (min-width: 751px) {
  .main .sec--03 {
    padding-top: 3rem;
  }
}
.main .sec--03 .prepend {
  position: relative;
}
@media screen and (min-width: 751px) {
  .main .sec--03 .prepend .catch {
    text-align: right;
  }
  .main .sec--03 .prepend .catch .inner {
    display: inline-block;
    text-align: left;
  }
  .main .sec--03 .prepend .catch .text {
    width: 6.2rem;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--03 .prepend .catch {
    margin-top: 0.6rem;
  }
}
@media screen and (min-width: 751px) {
  .main .sec--03 .prepend .image {
    position: absolute;
    top: -0.9rem;
    left: 0;
    width: 8.6rem;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--03 .prepend .image {
    width: 100%;
  }
}
.main .sec--03 .body {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .body {
    margin-top: 0.6rem;
  }
}
.main .fNote {
  position: relative;
}
.main .fNote .leaf {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 8.2rem;
}
@media screen and (max-width: 750px) {
  .main .fNote .leaf {
    width: 4.5rem;
  }
}/*# sourceMappingURL=unique.css.map */