@charset "UTF-8";
/* K4% */
/* K8% */
/* ナビゲーション現在地 */
/* タイトル */
/* delighters */
@keyframes ani_fade {
  0% {
    opacity: 0;
    transform: translate(30px, -5px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani_fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ani_fadeoutin {
  0% {
    width: 100%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 100%;
  }
  51% {
    width: 0;
    left: 0;
  }
  100% {
    width: 100%;
    left: 0;
  }
}
@keyframes ani_fadeoutline {
  0% {
    width: 100%;
    right: 0;
    left: auto;
  }
  100% {
    width: 0;
    right: 0;
    left: auto;
  }
}
.de_fade_rl span {
  opacity: 0;
  display: inline-block;
  animation: ani_fadeout 0.3s forwards;
}

.de_fade_rl.started span:nth-child(1) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.15s;
}
.de_fade_rl.started span:nth-child(2) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.3s;
}
.de_fade_rl.started span:nth-child(3) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.45s;
}
.de_fade_rl.started span:nth-child(4) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.6s;
}
.de_fade_rl.started span:nth-child(5) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.75s;
}
.de_fade_rl.started span:nth-child(6) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.9s;
}
.de_fade_rl.started span:nth-child(7) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.05s;
}
.de_fade_rl.started span:nth-child(8) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.2s;
}

.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(1) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.4s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(2) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.6s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(3) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.8s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(4) {
  animation: ani_fade 1s forwards;
  animation-delay: 4s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(5) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.2s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(6) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.4s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(7) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.6s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(8) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.8s;
}

.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(1) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.65s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(2) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.9s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(3) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.15s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(4) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.4s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(5) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.65s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(6) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.9s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(7) {
  animation: ani_fade 1s forwards;
  animation-delay: 5.15s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(8) {
  animation: ani_fade 1s forwards;
  animation-delay: 5.4s;
}

/* header */
.p-global-navigation__link.access .p-global-navigation__label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.p-global-navigation__link.access .p-global-navigation__label::after {
  display: none;
}

.c-pagettl {
  height: 250px;
  position: relative;
  margin-top: 20px;
}
.c-pagettl-ph {
  position: absolute;
  width: 82%;
  height: 92%;
  right: 0;
  bottom: 0;
  background: url(../img/access/ttl_sp.jpg) no-repeat center center/cover;
}
.c-pagettl-lbl {
  font-family: "Spartan", sans-serif;
  letter-spacing: 1.5rem;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  position: absolute;
  left: 5%;
  top: 0;
}
@media all and (min-width: 768px) {
  .c-pagettl {
    height: 340px;
    margin-top: 0;
  }
  .c-pagettl-ph {
    width: 73.86%;
    height: 100%;
    background: url(../img/access/ttl_pc.jpg) no-repeat center center/cover;
  }
  .c-pagettl-lbl {
    font-size: 50px;
    font-size: 5rem;
    letter-spacing: 4rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media all and (min-width: 992px) {
  .c-pagettl-lbl {
    letter-spacing: 5rem;
    left: 8%;
  }
}

/* ------------------------------------------------------------
    TRAIN
------------------------------------------------------------ */
.train_mainstation_list_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 15px;
  font-size: 20px;
  font-size: 2rem;
}
.train_mainstation_list_item:last-child {
  border-bottom: none;
}
.train_mainstation_list_item .eki {
  display: inline-block;
}
.train_mainstation_list_item .time {
  display: inline-block;
}
.train_mainstation_list_item .time .num {
  font-family: "Spartan", sans-serif;
  color: #b59469;
  font-size: 158%;
}
@media all and (min-width: 768px) {
  .train_mainstation_list {
    display: flex;
    flex-wrap: wrap;
  }
  .train_mainstation_list_item {
    width: 50%;
    font-size: 34px;
    font-size: 3.4rem;
    border-bottom: none;
    margin-bottom: 25px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 25px;
  }
}
@media all and (min-width: 992px) {
  .train_mainstation_list_item {
    width: 25%;
  }
  .train_mainstation_list_item:first-child {
    border-left: none;
  }
  .train_mainstation_list_item .eki,
.train_mainstation_list_item .time {
    display: block;
    text-align: center;
  }
}

.train_rosen {
  margin: 70px 0;
}
.train_rosen .rosen {
  margin: 0 auto 25px;
  max-width: 1080px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.train_rosen .rosen .rosen_img {
  width: 700px;
  padding-bottom: 10px;
  margin: 0 auto;
}
.train_rosen > .c-txt-notes {
  max-width: 1080px;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .train_rosen {
    margin: 140px 0;
  }
}

@media all and (min-width: 600px) {
  .train_rosen .rosen {
    overflow: hidden;
  }
  .train_rosen .rosen .rosen_img {
    width: 100%;
  }
}
.train_oedo .c-midashi {
  text-align: center;
  margin-bottom: 25px;
}
@media all and (min-width: 768px) {
  .train_oedo .c-midashi {
    margin-bottom: 50px;
  }
}
.train_oedo .oedo {
  margin: 0 auto 25px;
  max-width: 900px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.train_oedo .oedo .oedo_img {
  width: 650px;
  padding-bottom: 10px;
  margin: 0 auto;
}
.train_oedo > .c-txt-notes {
  max-width: 900px;
  margin: 0 auto;
}
.train_oedo .line_pick_hanrei {
  display: flex;
  flex-wrap: wrap;
}
.train_oedo .line_pick_hanrei li {
  margin-right: 20px;
  margin-top: 10px;
}
.train_oedo .line_pick_hanrei li .ico {
  display: inline-block;
  width: 16px;
  margin-right: 3px;
}

@media all and (min-width: 600px) {
  .train_oedo .oedo {
    overflow: hidden;
  }
  .train_oedo .oedo .oedo_img {
    width: 100%;
  }
}
.train_search {
  margin: 70px 0;
  background-color: #f5f5f5;
  padding: 20% 8% 16%;
  text-align: center;
}
.train_search .c-midashi-en-s {
  margin-bottom: 20px;
}
.train_search .c-midashi-clr {
  margin-bottom: 20px;
}
.train_search .c-bcopy {
  margin-bottom: 30px;
}
.train_search .search_form > span {
  white-space: nowrap;
}
.train_search .start {
  display: inline-block;
  background-color: #fff;
  height: 40px;
  width: 75%;
  margin: 0 2px;
  padding: 7px;
  font-size: 120%;
  letter-spacing: 0.3em;
}
.train_search input {
  background-color: #fff;
  border: solid 1px #000;
  height: 40px;
  padding: 7px;
  width: 75%;
  margin: 0 2px;
  font-size: 100%;
  text-align: center;
}
.train_search input::placeholder {
  color: #666666;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.train_search .line {
  margin: 12px 0 8px;
  display: block;
  height: 34px;
}
.train_search .line img {
  width: 34px;
  transform: rotate(90deg) translateY(-10px);
  vertical-align: middle;
}
.train_search #submit {
  width: 100%;
  max-width: 340px;
  color: #fff;
  margin: 25px auto 0;
  cursor: pointer;
}
.train_search .link_below {
  margin-top: 15px;
}
@media all and (min-width: 768px) {
  .train_search {
    padding: 100px 50px;
    margin: 140px 0;
  }
  .train_search .c-midashi-en-s {
    margin-bottom: 30px;
  }
  .train_search .c-midashi-clr {
    margin-bottom: 30px;
  }
  .train_search .c-bcopy {
    margin-bottom: 40px;
  }
  .train_search .search_form {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .train_search .start {
    width: 280px;
    height: 60px;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .train_search input {
    width: 280px;
    font-size: 95%;
    margin: 0 10px;
    height: 60px;
  }
  .train_search .line {
    width: 70px;
    margin: 0 25px;
  }
  .train_search .line img {
    transform: rotate(0) translateY(0);
    width: 70px;
  }
  .train_search #submit {
    margin: 40px auto 0;
  }
}

.train_kasugachost_copy .c-midashi {
  margin: 40px 0 30px;
}
.train_kasugachost_copy .c-bcopy {
  margin-bottom: 30px;
}
@media all and (min-width: 992px) {
  .train_kasugachost {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .train_kasugachost_img {
    width: 50.585%;
  }
  .train_kasugachost_copy {
    width: 44%;
  }
  .train_kasugachost_copy .c-midashi {
    margin: 0 0 40px;
  }
  .train_kasugachost_copy .c-bcopy {
    margin-bottom: 50px;
  }
}

/* ------------------------------------------------------------
    CAR
------------------------------------------------------------ */
.car {
  max-width: 750px;
  margin: 0 auto;
}
.car_img {
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .car_img {
    margin-bottom: 60px;
  }
}

/* ------------------------------------------------------------
    TAXI
------------------------------------------------------------ */
.taxi .price_table {
  max-width: 920px;
  margin: 0 auto;
}
.taxi .price_table table {
  width: 100%;
  margin-bottom: 30px;
}
.taxi .price_table th {
  font-size: 110%;
  font-weight: normal;
  background-color: #f5f5f5;
}
.taxi .price_table th.cell_eki {
  padding: 5px;
}
.taxi .price_table th.cell_eki .cell_in {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 5px;
}
.taxi .price_table th.cell_price {
  padding: 0 0 5px;
}
.taxi .price_table th.cell_price.cell_price_day .cell_in {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.taxi .price_table td {
  text-align: center;
}
.taxi .price_table td .s_l {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
.taxi .price_table td .num {
  font-family: "Spartan", sans-serif;
  color: #b59469;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.taxi .price_table tr {
  display: flex;
  flex-wrap: wrap;
}
.taxi .price_table .cell_eki {
  width: 100%;
  padding: 20px 15px 5px;
}
.taxi .price_table .cell_eki .cell_in {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 5px;
}
.taxi .price_table .cell_price {
  width: 50%;
  padding: 5px 0 15px;
}
.taxi .price_table .cell_price.cell_price_day .cell_in {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
@media all and (min-width: 768px) {
  .taxi .price_table table {
    margin-bottom: 60px;
  }
  .taxi .price_table th {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .taxi .price_table th.cell_eki {
    padding: 8px;
  }
  .taxi .price_table th.cell_eki .cell_in {
    border-bottom: none;
    border-right: none;
    padding-bottom: 0;
  }
  .taxi .price_table th.cell_price.cell_price_day .cell_in {
    border-right: none;
  }
  .taxi .price_table tr {
    display: table-row;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .taxi .price_table td .s_l {
    font-size: 20px;
    font-size: 2rem;
  }
  .taxi .price_table td .num {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .taxi .price_table .cell_eki {
    width: 40%;
    padding: 15px 0 10px;
  }
  .taxi .price_table .cell_eki .cell_in {
    border-bottom: none;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 10% 0;
  }
  .taxi .price_table .cell_price {
    width: 30%;
    padding: 15px 10px 10px;
  }
}

/*# sourceMappingURL=access.css.map */