@charset "utf-8";


#Introduction h2 {
  color: var(--Color1);
  line-height: 2;
}
#Airport_anchor.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
#Train_anchor.anchor {
    display: block;
    padding-top: 200px;
    margin-top: -200px;
}
#HotelAccess {
  margin-bottom: 200px;
}
#GoogleMap.anchor {
    display: block;
    padding-top: 140px;
    margin-top: -140px;
}

/* --------------------- */
/* SP */
/* --------------------- */
@media screen and (max-width: 767px) {

#Introduction h2 {
  line-height: 1.5;
}
#HotelAccess h2,
#TrainAccess h2 {
  line-height: 1;
}

}

/*　メインビジュアル　*/

#MainVisual {
	width: 100%;
  position: relative;
}
#MainVisual figure {
  width: 100%;
}
#MainVisual h1 {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--Color2);
  font-family: var(--fontCiz);
  font-size: 3.875rem;
  margin-top: 0;
}

/* --------------------- */
/* 1300 */
/* --------------------- */
@media screen and (max-width: 1300px) {
}

/* --------------------- */
/* 1000 */
/* --------------------- */
@media screen and (max-width: 1000px) {

#MainVisual h1 {
  font-size: 6.2vw;
}

}

/* --------------------- */
/* SP */
/* --------------------- */
@media screen and (max-width: 767px) {
}


/*　h2　*/
section h2 {
  margin-top: 100px;
}
section p.read {
  text-align: center;
  font-family: var(--fontJp);
  line-height: 3;
  margin-top: 100px;
}

/* --------------------- */
/* 1300 */
/* --------------------- */
@media screen and (max-width: 1300px) {
}

/* --------------------- */
/* 1000 */
/* --------------------- */
@media screen and (max-width: 1000px) {
}

/* --------------------- */
/* SP */
/* --------------------- */
@media screen and (max-width: 767px) {

section h2 {
  margin-top: 10vw;
  line-height: 2;
}
section p.read {
  width: 90%;
  margin: 4vw auto;
  line-height: 1.5;
  text-align: justify;
}

}


/*　MAPアンカーボタン　*/

.anchor_map {
  width: 600px;
  height: 40px;
  margin: 4vw auto;
  background-color: var(--Color3);
  color: var(--Color2);
  font-family: var(--fontJp);
}
.anchor_map a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* --------------------- */
/* 1300 */
/* --------------------- */
@media screen and (max-width: 1300px) {
}

/* --------------------- */
/* 1000 */
/* --------------------- */
@media screen and (max-width: 1000px) {

.anchor_map {
  height: 60px;
}

}

/* --------------------- */
/* SP */
/* --------------------- */
@media screen and (max-width: 767px) {

.anchor_map {
  width: 80%;
}

}


/*　Introduction　*/

.intro_detail {
  width: auto;
  margin-top: 100px;
  padding-left: calc((100% - 1280px) / 2);
  padding-right: calc((100% - 1280px) / 2);
  background-color: #e9f1f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intro_left {
  position: relative;
  width: calc(50% - ((100% - 1280px) / 2));
}
.intro_base_photo {
  width: 100%;
  margin: 0;
  vertical-align: bottom;
}
.photo_copy {
  position: absolute;
  top: 2vw;
  right: 2vw;
  color: var(--Color2);
  font-size: 1.5625rem;
  line-height: 1.25;
}
.photo_copy span {
  font-size: 175%;
}
.intro_add {
  width: 100%;
  background-color: #34495e;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  padding: 1vw 0;
  margin: 0;
}
.add_logo {
  width: 102px;
}
.asyl_kamata {
  color: var(--Color2);
  text-align: left;
  line-height: 2;
  height: auto;
  font-size: 1rem;
  font-family: var(--fontJp);
}
.intro_right {
  width: 600px;
}
.intro_right h3 {
  width: 100%;
  color: #34495e;
  text-align: center;
  background-image: radial-gradient(circle, #34495e 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  padding-bottom: .5vw;
  margin-bottom: 2vw;
}
.intro_item {
  padding-left: 85px;
  padding-bottom: 30px;
  margin-bottom: 2vw;
  background-image: radial-gradient(circle, #34495e 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  position: relative;
}
.intro_item.last-item {
  margin-bottom: 0;
}
.intro_item_txt {
  margin-bottom: 20px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #34495e;
}
.intro_item_txt span span {
  font-size: 125%;
}
.intro_item_txt span span span {
  font-size: 150%;
}
.intro_item .text_s {
  font-family: var(--fontSans);
}
.intro_icon {
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.intro_right p.ann {
  margin-top: 1vw;
  text-align: right;
  font-family: var(--fontSans);
}

/* --------------------- */
/* 1300 */
/* --------------------- */
@media screen and (max-width: 1300px) {

.intro_detail {
  padding-left: 0;
  padding-right: 4vw;
}
.intro_right {
  padding-left: 4vw;
}
.intro_right h3 {
  width: 44vw;
}
.intro_item {
  padding-left: 6.5vw;
  padding-bottom: 2.3vw;
}
.intro_icon {
  width: 4.5vw;
}

}

/* --------------------- */
/* 1000 */
/* --------------------- */
@media screen and (max-width: 1000px) {

.intro_detail {
  display: block;
  padding: 0;
}
.intro_left {
  width: 100%;
}
.intro_right {
  padding: 5vw 0;
  width: 90%;
  margin: auto;
}
.intro_right h3 {
  width: 100%;
}
.intro_item {
  padding-left: 6.5vw;
  padding-bottom: 2.3vw;
}
.intro_icon {
  width: 4.5vw;
}

}

/* --------------------- */
/* sp */
/* --------------------- */
@media screen and (max-width: 767px) {

.intro_detail {
  margin-top: 8vw;
}
.intro_add {
  width: calc(100% - 4vw);
  display: block;
  padding: 2vw;
}
.add_logo {
  margin: auto;
  display: block;
}
.intro_right {
  padding: 5vw 2vw;
}
.intro_icon {
  width: 10vw;
  top: 2vw;
}
.intro_item {
  padding-left: 12vw;
}
.intro_item_txt span span {
  font-size: 110%;
}
.intro_item_txt span span span {
  font-size: 130%;
}

}

/*　Hotel Access　*/

h2 span.h2_en {
  color: var(--Color6);
}
h2 span.h2_en:before,
h2 span.h2_en:after {
    content: none;
}

#HotelAccess .access_navi {
  width: 1280px;
  margin: 100px auto 0;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-around;
  gap: 2%;
}
#HotelAccess .access_navi li {
  width: 35.157%;
  font-size: 1.5rem;
  border-bottom: 1px solid var(--Color1);
  padding: 0 0 2.5vw;
  position: relative;
  letter-spacing: .1em;
}
#HotelAccess .access_navi li:after {
  content: "〉";
  position: absolute;
  top: 50px;
  left: 50%;
  transform: rotate(90deg) translateX(-50%);
  font-size: 75%;
}
#HotelAccess .access_navi li a {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* --------------------- */
/* 1300 */
/* --------------------- */
@media screen and (max-width: 1300px) {

#HotelAccess .access_navi {
  width: 90%;
}
#HotelAccess .access_navi li {
  width: 40%;
  font-size: clamp(1.5rem, 0.607rem + 1.43vw, 1.75rem);
}

}

/* --------------------- */
/* 1000 */
/* --------------------- */
@media screen and (max-width: 1000px) {

#HotelAccess .access_navi li {
  font-size: clamp(1.25rem, 0.422rem + 1.72vw, 1.5rem);
}
#HotelAccess .access_navi li:after {
  top: 40px;
}

}

/* --------------------- */
/* SP */
/* --------------------- */
@media screen and (max-width: 767px) {

#HotelAccess .access_navi {
  margin: 8vw auto 0;
  padding-bottom: 8vw;
  display: block;
}
#HotelAccess .access_navi li {
  width: 100%;
  font-size: clamp(1.25rem, 1.04rem + 0.96vw, 1.5rem);
  margin-bottom: 4vw;
}
#HotelAccess .access_navi li {
  padding: 0 0 5vw;
}
#HotelAccess .access_navi li:after {
  top: 9vw;
}

}

/*　空港アクセス　*/

#Airport {
  width: auto;
  padding-top: 120px;
  padding-left: calc((100% - 1280px) / 2);
  padding-right: calc((100% - 1280px) / 2);
  padding-bottom: 100px;
  background-color: #f3f2ea;
}
#Airport h3 {
  text-align: center;
}
h3 span.h3_acc {
  font-size: clamp(1.875rem, 0.634rem + 2.59vw, 2.25rem);
  text-align: center;
  line-height: 1.125;
  letter-spacing: .1em;
  font-family: var(--fontCiz);
}
h3 span.h3_acc:before,
h3 span.h3_acc:after {
  content: url(../images/common/h2_mark.svg);
  display: inline-block;
  width: .7em;
  margin: 0 1em;
}
h3 span.h3_acc:before {
  margin-left: 0;
}
h3 span.h3_acc:after {
  margin-right: 0;
}

.route_01,
.route_02,
.route_03 {
  margin-top: 80px;
  padding: 60px 140px;
  background: var(--Color2);
  border: 1px solid #a4b4ac;
}
.route_02 {
  margin-bottom: 120px;
}
.departure {
  width: 100%;
  height: 3em;
  font-size: 1.5rem; font-weight: 300;
  background-color: #f3f2ea;
}
.airport_route {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.airport_route li {
  width: 32%;
  text-align: center;
}
.airport_route li .acc_icon {
  width: 60px;
  margin: 1vw auto 0;
}
.airport_route li .route {
  background-image: url(../images/access/acc_arrow.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 1vw 0 2vw;
  margin-bottom: 1vw;
}
.airport_route li .route p {
  background-color: var(--Color2);
  padding: .5vw;
  line-height: 1.25;
}
.airport_route li .route p span {
  font-size: 150%;
}
.airport_route li .station {
  width: 100%;
  height: 2.5em;
  font-size: 1.5rem; font-weight: 300;
  background-color: #f3f2ea;
}
.arrival {
  width: 100%;
  height: 3em;
  font-size: 1.5rem; font-weight: 300;
  background-color: #34495e;
  color: var(--Color2);
}
.stretch_item {
  align-self: stretch;
}
.route_taxi {
  height: 66%;
}
.terminal {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.terminal_txt {
  width: 42%;
  font-family: var(--fontJp);
  line-height: 2;
}
.terminal_txt_h {
  font-weight: 500;
  color: #2574a9;
  margin-bottom: 2vw;
}
.terminal_map {
  width: 56%;
}
.route_02 .airport_route li {
  width: 100%;
  text-align: center;
}
.route_02 .airport_route li .route {
  margin-top: 1vw;
}
.route_02 .airport_route li .route:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 70px;
  background-image: url(../images/access/icon_train.png);
  background-size: contain;
  vertical-align: middle;
}
.route_02 .airport_route li .route.walk:before {
  background-image: url(../images/access/icon_human.png);
}

/* --------------------- */
/* 1300 */
/* --------------------- */
@media screen and (max-width: 1300px) {

#Airport {
  padding-left: 4vw;
  padding-right: 4vw;
}
.terminal_txt {
  width: 55%;
}
.terminal_map {
  width: 45%;
}

}

/* --------------------- */
/* 1000 */
/* --------------------- */
@media screen and (max-width: 1000px) {

#Airport {
  padding-top: 10vw;
}
.route_01,
.route_02,
.route_03 {
  margin-top: 5vw;
  padding: 5vw 10vw;
}
.terminal {
  margin-top: 5vw;
  display: block;
}
.terminal_txt,
.terminal_map {
  width: 100%;
}
.terminal_map {
  margin-top: 4vw;
}
.terminal_txt br,
.terminal_map br {
  display: none;
}

}

/* --------------------- */
/* SP */
/* --------------------- */
@media screen and (max-width: 767px) {

#Airport {
  padding-bottom: 10vw;
}

h3 span.h3_acc {
  font-size: clamp(1.25rem, 1.04rem + 0.96vw, 1.5rem);
}
.route_01,
.route_02,
.route_03 {
  padding: 3vw;
}
.route_02 {
  margin-bottom: 10vw;
}
.departure,
.airport_route li .station,
.arrival {
  font-size: clamp(1rem, 0.84rem + 0.85vw, 1.25rem);
}
.airport_route li .acc_icon {
  width: 10vw;
}
.airport_route li .route p span {
  font-size: 125%;
}
.airport_route li .route {
  padding: 2vw 0 5vw;
  margin-bottom: 2vw;
}
.airport_route li .route p {
  font-size: clamp(0.75rem, 0.59rem + 0.85vw, 1rem);
  letter-spacing: -.05em;
}
.route_02 .airport_route li .route:before {
  width: 30px;
  height: 35px;
}

}

/*　TrainAccess　*/

.train_acc_wrap {
  width: auto;
  padding-right: calc((100% - 1280px) / 2);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 80px;
}
#TrainAccess h2.section_h2 {
  text-align: left;
  margin:0;
}
#TrainAccess .train_acc_wrap h3 {
  font-size: 2.125rem; font-weight: 400;
  margin: 2vw 0;
}
#TrainAccess .train_acc_wrap p {
  line-height: 3;
  font-family: var(--fontJp);
}
.route_map {
  width: 1280px;
  margin: 100px auto;
}
.station_photo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.station_photo img {
  width: 25%;
}
.time_required {
  width: 100%;
  padding: 60px 0 100px;
  background-color: var(--Color7);
}
.time_required_h3 {
  text-align: center;
}
.time_required_h3 span {
  font-size: 75%;
  font-family: var(--fontJp);
}
.time_required_list {
  width: 1280px;
  margin: 40px auto 100px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  height: calc(6em * 2);
  gap: 0 5%;
}
.time_required_list li {
  width: 30%;
  height: 6em;
  display: flex;
  justify-content: space-between;
  position: relative;
  letter-spacing: .2em;
}
.time_required_list li:nth-child(1),
.time_required_list li:nth-child(2),
.time_required_list li:nth-child(3),
.time_required_list li:nth-child(4) {
  width: 27%;
  height: 6em;
  display: flex;
  justify-content: space-between;
  position: relative;
  letter-spacing: .2em;
  margin-right: 2em;
}
.time_required_list li:nth-child(1):after,
.time_required_list li:nth-child(2):after,
.time_required_list li:nth-child(3):after,
.time_required_list li:nth-child(4):after {
  position: absolute;
  top: 0;
  left: 100%;
  margin:0 3rem;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000;
}
.time_required_list li p span {
  font-size: 210%;
}
.time_required_list li p span span {
  font-size: 60%;
}
.time_required_list li span.transfer {
  position: absolute;
  top: 4em;
  left: 0;
}
.sightseeing_btn {
  font-size: ;
  text-align: left;
  font-family: var(--fontJp);
  border-bottom: 1px solid var(--Color1);
  width: 420px;
  margin: auto;
  letter-spacing: .1em;
  padding: .3vw 1vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sightseeing_btn:after {
  content: ">";
  font-size: 60%;
}
#TrainAccess p.ann {
  width: 90%;
  max-width: 1280px;
  margin: 2vw auto 4vw;
}

/* --------------------- */
/* 1300 */
/* --------------------- */
@media screen and (max-width: 1300px) {

#HotelAccess {
  margin-bottom: 7.5vw;
}
.train_acc_wrap {
  padding-right: 4vw;
  align-items: flex-start;
  gap: 4vw;
}
.train_acc_p {
  width: 50%;
}
.route_map {
  width: 90%;
  margin: 7.5vw auto;
}
.time_required_list {
  width: 90%;
}

}

/* --------------------- */
/* 1000 */
/* --------------------- */
@media screen and (max-width: 1000px) {

.station_photo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.station_photo img {
  width: 50%;
}
.time_required_list {
  margin: 4vw auto 8vw;
  height: calc(6em * 3);
  gap: 0;
}
.time_required_list li {
  width: 48%;
  margin: 0 auto;
}
.time_required_list li:nth-child(1),
.time_required_list li:nth-child(2),
.time_required_list li:nth-child(3),
.time_required_list li:nth-child(4) {
  width: 48%;
  height: 6em;
  display: flex;
  justify-content: space-between;
  position: relative;
  letter-spacing: .2em;
  margin:0 auto;
}
.time_required_list li:nth-child(1):after,
.time_required_list li:nth-child(2):after,
.time_required_list li:nth-child(3):after,
.time_required_list li:nth-child(4):after {
  content: none;
  margin:0;
}

}

/* --------------------- */
/* SP */
/* --------------------- */
@media screen and (max-width: 767px) {

.train_acc_wrap {
  display: block;
  padding: 0;
}
.train_acc_p {
  width: 100%;
}
#TrainAccess h2,
#TrainAccess .train_acc_wrap h3,
#TrainAccess .train_acc_wrap p {
  padding: 0 4vw;
}
#TrainAccess .train_acc_wrap h3 {
  font-size: clamp(1.5rem, 1.339rem + 0.86vw, 1.75rem);
}
#TrainAccess .train_acc_wrap p {
  line-height: 1.5;
}
#TrainAccess .train_acc_wrap p br {
  display: none;
}
.time_required_list {
  display: block;
  height: auto;
  margin: 4vw auto 15vw;
}
.time_required_list li {
  width: 80%;
  margin: auto;
  height: 4em;
}
.time_required_list li:nth-child(1),
.time_required_list li:nth-child(2),
.time_required_list li:nth-child(3),
.time_required_list li:nth-child(4) {
  width: 80%;
  height: 4em;
}
.time_required_list li p span {
  font-size: 150%;
}
.time_required_list li span.transfer {
  letter-spacing: 0;
  top: 3em;
}
.sightseeing_btn {
  font-size: 1rem;
  width: 80%;
}

}

/*　GoogleMap　*/

#GoogleMap,
#GoogleMap iframe {
  width: 100%;
  height: 740px;
}

/* --------------------- */
/* 1300 */
/* --------------------- */
@media screen and (max-width: 1300px) {

#GoogleMap,
#GoogleMap iframe {
  height: 58vw;
}

}

/* --------------------- */
/* 1000 */
/* --------------------- */
@media screen and (max-width: 1000px) {



}

/* --------------------- */
/* SP */
/* --------------------- */
@media screen and (max-width: 767px) {



}

/*　外国語対応　*/


html.translated-ltr .time_required_list {
  height: calc(10em * 2);
}
html.translated-ltr .time_required_list li,
html.translated-ltr .time_required_list li:nth-child(1),
html.translated-ltr .time_required_list li:nth-child(2),
html.translated-ltr .time_required_list li:nth-child(3),
html.translated-ltr .time_required_list li:nth-child(4) {
  height: 10em;
  display: block;
}
html.translated-ltr ul.time_required_list li p {
  font-size: .8rem;
}
html.translated-ltr ul.time_required_list li p span {
  font-size: 190%;
}
html.translated-ltr ul.time_required_list li p span.minutes {
  font-size: 75%;
}
html.translated-ltr .time_required_list li span.transfer {
  position: static; 
}

/* --------------------- */
/* 1300 */
/* --------------------- */
@media screen and (max-width: 1300px) {
}

/* --------------------- */
/* 1000 */
/* --------------------- */
@media screen and (max-width: 1000px) {

html.translated-ltr .intro_right {
  padding: 5vw 10vw;
}
html.translated-ltr .train_acc_wrap {
  display: block;
}
html.translated-ltr #TrainAccess h2.section_h2 {
  margin:auto;
  width: 90%;
}
html.translated-ltr .train_acc_p,
html.translated-ltr #TrainAccess .train_acc_wrap h3,
html.translated-ltr #TrainAccess .train_acc_wrap p {
  width: 90%;
  margin: 0 auto;
}
html.translated-ltr .train_acc_wrap {
  padding-right: 0;
}
html.translated-ltr .time_required_list {
  height: calc(8em * 3);
}
html.translated-ltr .time_required_list li,
html.translated-ltr .time_required_list li:nth-child(1),
html.translated-ltr .time_required_list li:nth-child(2),
html.translated-ltr .time_required_list li:nth-child(3),
html.translated-ltr .time_required_list li:nth-child(4) {
  height: 8em;
}
html.translated-ltr ul.time_required_list li p {
  font-size: 1.5vw;
}
html.translated-ltr .time_required_list li span.transfer {
  font-size: 75%;
}

}

/* --------------------- */
/* SP */
/* --------------------- */
@media screen and (max-width: 767px) {

html.translated-ltr .intro_right {
  padding: 5vw;
}
html.translated-ltr .intro_item_txt {
  display: block;
  height: auto;
}
html.translated-ltr .time_required_list {
  display: block;
  height: auto;
  margin: 4vw auto 15vw;
}
html.translated-ltr .time_required_list li {
  width: 100%;
  margin: auto;
  height: auto;
}
html.translated-ltr .time_required_list li:nth-child(1),
html.translated-ltr .time_required_list li:nth-child(2),
html.translated-ltr .time_required_list li:nth-child(3),
html.translated-ltr .time_required_list li:nth-child(4) {
  width: 100%;
  height: auto;
}
html.translated-ltr ul.time_required_list li p {
  font-size: 3vw;
  height: auto;
}
html.translated-ltr ul.time_required_list li p span {
  font-size: 160%;
  margin: 0;
  padding: 0;
}
html.translated-ltr ul.time_required_list li p span.minutes {
  font-size: 100%;
}
html.translated-ltr .time_required_list li span.transfer {
  font-size: 3vw;
}

}






/*　外国語対応　*/

html.translated-ltr h3,
html.translated-ltr p {
  text-align: left;
}
html.translated-ltr h2,
html.translated-ltr h3.time_required_h3,
html.translated-ltr p.read {
text-align: center;  
}
html.translated-ltr .intro_item_txt {
  font-size: 1.25rem;
}
html.translated-ltr p.photo_copy {
  top: 0;
  right: 1vw;
  font-size: 1.25rem;
  width: 100%;
  text-align: right;
  white-space: nowrap;
}
html.translated-ltr p.photo_copy br {
  display: none;
}


/* --------------------- */
/* 1300 */
/* --------------------- */
@media screen and (max-width: 1300px) {
}

/* --------------------- */
/* 1000 */
/* --------------------- */
@media screen and (max-width: 1000px) {

html.translated-ltr .intro_left {
  width: 100%;
}
html.translated-ltr .departure.flex_center,
html.translated-ltr .route.flex_center,
html.translated-ltr .station.flex_center {
  text-align: left;
  line-height: 1.25;
  font-size: 1.5vw;
}

}

/* --------------------- */
/* SP */
/* --------------------- */
@media screen and (max-width: 767px) {

html.translated-ltr #Introduction h2 {
  width: 90%;
  margin: auto;
}
html.translated-ltr h2,
html.translated-ltr h3.time_required_h3,
html.translated-ltr p.read {
text-align: left;  
}
html.translated-ltr p.photo_copy {
  left: 1vw;
  font-size: 3vw;
  text-align: left;
}
html.translated-ltr #HotelAccess h2,
html.translated-ltr #TrainAccess h2 {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
html.translated-ltr .departure.flex_center,
html.translated-ltr .route.flex_center,
html.translated-ltr .station.flex_center {
  font-size: 3vw;
}

}

