@charset "UTF-8";
/* CSS Document */
@import url("reset.css");
html {
  font-size: 16px;
}

html * {
  font-size: 1rem;
  font-weight: 400;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, "Arial Black", "Noto Sans TC", "Noto Serif TC", serif, "微軟正黑體", "新細明體", "細明體";
  font-size: 16px;
  line-height: 1.5;
  color: #3e3a39;
  letter-spacing: 1px;
  box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

div, span {
  display: block;
  width: 100%;
}

button {
  display: none;
}

*:focus {
  outline: none;
} /*解決滾動到區塊時出現框線問題*/
p {
  font-size: 1.15vw;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
}
@media (max-width: 992px) {
  p {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 3.5vw;
  }
}

.ls-5 {
  letter-spacing: 2px;
}

.ml-7 {
  margin-left: 7%;
}

.mtb-2 {
  margin-top: 2%;
  margin-bottom: 2%;
}

.mtb-5 {
  margin-top: 5%;
  margin-bottom: 5%;
}

.ptb-1 {
  padding-top: 1%;
  padding-bottom: 1%;
}

.plr-2 {
  padding-left: 2%;
  padding-right: 2%;
}

.bt-1 {
  border-bottom: 1px solid #fff;
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block;
  }
}

.pad-pc {
  display: block;
}
@media (min-width: 992px) {
  .pad-pc {
    display: none;
  }
}

.pad-h {
  display: none;
}
@media (max-width: 992px) {
  .pad-h {
    display: block;
  }
}

.btn_style {
  transform-origin: center;
  transform: scale(1);
  transition: all 0.15s ease-in-out;
}
.btn_style:hover {
  cursor: pointer;
  transform: scale(0.9);
}

/*---kv---*/
header {
  width: 96%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 1%;
  top: 0%;
  margin: 0 auto;
  padding: 0.5% 1% 2%;
  z-index: 7;
}
header .logo_box {
  width: 17.8%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 2;
}
@media (max-width: 768px) {
  header .logo_box {
    width: 44.9%;
  }
}
header .logo_box .logo01 {
  width: 49%;
}
header .logo_box .logo02 {
  width: 48.4%;
}
header nav {
  width: 49.6%;
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 26.4% 0 0;
}
@media (max-width: 768px) {
  header nav {
    display: none;
  }
}
header nav ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav ul li {
  display: inline-block;
  width: 190.8%;
  padding: 1.5% 1% 2.5%;
  text-align: center;
  background: url(../images/menu_bg.png) no-repeat center;
  background-size: 100%;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  margin: 0 1%;
}
header nav ul li a {
  text-decoration: none;
  font-size: 0;
}
header nav ul li a span {
  display: inline;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.75;
  color: #333;
  letter-spacing: 0.05vw;
  text-indent: 0.15vw;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  header nav ul li a span {
    font-size: 1.5vw;
  }
}
header nav ul li:hover {
  background: url(../images/menu_bg_a.png) no-repeat center;
  background-size: 100%;
}

.kv_w {
  position: relative;
  overflow: hidden;
  perspective: 500px;
  overflow: hidden;
  background: #9ddcfc;
}
.kv_w .paper {
  position: relative;
  z-index: 4;
  pointer-events: none;
}
.kv_w .car {
  width: 13%;
  position: absolute;
  left: 43.5%;
  bottom: 7.5%;
  z-index: 6;
  animation: car 3.5s ease-in-out infinite;
}
@media (max-width: 768px) {
  .kv_w .car {
    width: 23.9%;
    left: 38%;
    bottom: 14.3%;
  }
}
.kv_w .car img {
  margin-bottom: 0;
  animation: car_up 0.25s ease-in-out infinite;
}
.kv_w .kv_title {
  width: 57.7%;
  position: absolute;
  left: 21.1%;
  bottom: 5%;
  z-index: 5;
  opacity: 0;
  animation: kv_title 1s ease-in-out 0.5s forwards;
}
@media (max-width: 768px) {
  .kv_w .kv_title {
    width: 92.4%;
    left: 3.8%;
    top: 66.9%;
  }
}
.kv_w .kv_text {
  width: 22.2%;
  position: absolute;
  left: 21.2%;
  bottom: 36.3%;
  z-index: 5;
  opacity: 0;
  animation: kv_text 1s ease-in-out 1s forwards;
}
@media (max-width: 768px) {
  .kv_w .kv_text {
    width: 43.3%;
    left: 28.3%;
    top: 48.4%;
  }
}
.kv_w .moai_left {
  width: 13%;
  position: absolute;
  left: 8.2%;
  bottom: 5%;
  z-index: 5;
  opacity: 0;
  animation: moai_left 1s ease-in-out 0.5s forwards;
}
@media (max-width: 768px) {
  .kv_w .moai_left {
    width: 18.5%;
    left: 7.9%;
    bottom: 16.4%;
  }
}
.kv_w .moai_right {
  width: 13%;
  position: absolute;
  right: 8.2%;
  bottom: 5%;
  z-index: 5;
  opacity: 0;
  animation: moai_right 1s ease-in-out 0.5s forwards;
}
@media (max-width: 768px) {
  .kv_w .moai_right {
    width: 18.5%;
    right: 7.9%;
    bottom: 16.4%;
  }
}
.kv_w .airplane {
  width: 10.4%;
  position: absolute;
  left: 2.3%;
  top: 18%;
  z-index: 4;
  opacity: 0;
  animation: airplane 1s ease-in-out 1.5s forwards;
}
@media (max-width: 768px) {
  .kv_w .airplane {
    width: 25%;
    top: 10%;
  }
}
.kv_w .layout_border {
  width: 86.6%;
  position: absolute;
  left: 6.6%;
  top: 5.8%;
  z-index: 4;
}
@media (max-width: 768px) {
  .kv_w .layout_border {
    width: 90.9%;
    left: 4.55%;
    top: 18.7%;
  }
}
.kv_w .layout {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.kv_w .kv_info_w {
  width: 14%;
  position: absolute;
  left: 42.9%;
  top: 5.8%;
  z-index: 3;
}
@media (max-width: 768px) {
  .kv_w .kv_info_w {
    top: 20%;
    transform-origin: center;
    transform: scale(1.5);
  }
}
.kv_w .kv_photo_w {
  width: 86.6%;
  position: absolute;
  left: 6.6%;
  top: 5.8%;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  .kv_w .kv_photo_w {
    top: 22%;
    transform-origin: center;
    transform: scale(1.5);
  }
}
.kv_w .way_all {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.kv_w .way_all .way_g {
  position: relative;
}
.kv_w .way_all .way_g .way_line {
  display: block;
  content: "";
  width: 1.1%;
  height: 100%;
  position: absolute;
  left: 49.5%;
  top: 0;
  z-index: 2;
  background: url(../images/kv/way_line.png) repeat-y;
  background-position: 0 0;
  background-size: 75%;
  animation: way_line 1s linear infinite;
}
.kv_w .way_all .way_g .way_line img {
  opacity: 0;
}

@keyframes kv_title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moai_left {
  0% {
    left: 0;
    opacity: 0;
  }
  100% {
    left: 8.2%;
    opacity: 1;
  }
}
@keyframes moai_right {
  0% {
    right: 0;
    opacity: 0;
  }
  100% {
    right: 8.2%;
    opacity: 1;
  }
}
@keyframes kv_text {
  0% {
    left: 25%;
    opacity: 0;
  }
  100% {
    left: 21.2%;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  @keyframes kv_text {
    0% {
      left: 33%;
      opacity: 0;
    }
    100% {
      left: 28.3%;
      opacity: 1;
    }
  }
}
@keyframes airplane {
  0% {
    left: -5%;
    opacity: 0;
  }
  100% {
    left: 2.3%;
    opacity: 1;
  }
}
@keyframes car_up {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 1%;
  }
  100% {
    margin-bottom: 0%;
  }
}
@keyframes car {
  0% {
    left: 43.5%;
  }
  30% {
    left: 43.5%;
  }
  50% {
    left: 43%;
  }
  70% {
    left: 44%;
  }
  90% {
    left: 43.5%;
  }
  100% {
    left: 43.5%;
  }
}
@media (max-width: 768px) {
  @keyframes car {
    0% {
      left: 38%;
    }
    30% {
      left: 38%;
    }
    50% {
      left: 36%;
    }
    70% {
      left: 40%;
    }
    90% {
      left: 38%;
    }
    100% {
      left: 38%;
    }
  }
}
.way_line {
  display: block;
  width: 1.2%;
  height: 20.3%;
  position: absolute;
  left: 49.5%;
  bottom: 0;
  z-index: 4;
  background: url(../images/kv/way_line.png) repeat-y;
  background-position: 0 0;
  background-size: 75%;
  animation: way_line 1s linear infinite;
}
.way_line img {
  opacity: 0;
}

@keyframes way_line {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0% 100%;
  }
}
#swiper-container1 > .swiper-wrapper .swiper-slide {
  height: auto;
  position: relative;
}

#swiper-container2 > .swiper-wrapper .swiper-slide {
  height: auto;
  position: relative;
}

#swiper-container1 > .swiper-wrapper > .swiper-slide > .kv_pic {
  position: relative;
}
#swiper-container1 > .swiper-wrapper > .swiper-slide > .kv_pic .kv_pt {
  width: 100%;
  font-size: 0.75vw;
  font-weight: 600;
  color: #000;
  text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 16%;
  z-index: 2;
}
#swiper-container1 > .swiper-wrapper > .swiper-slide > .kv_pic img {
  transform-origin: center;
  transition: all 5s ease-in-out;
}

#swiper-container1 > .swiper-wrapper > .swiper-slide-active > .kv_pic img {
  transform-origin: center;
  transform: scale(1.1);
}

.swiper-pagination-bullet {
  width: 0.75vw;
  height: 0.75vw;
  margin: 5px;
  background: #5c5b53;
  opacity: 1;
  margin-top: 2%;
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 3vw;
    height: 3vw;
    margin: 3px;
  }
}

.swiper-pagination-bullet-active {
  background: #eda927;
}

.swiper-pagination {
  position: relative;
  text-align: center;
}

.btn_buy {
  display: block;
  width: 17.1%;
  position: fixed;
  right: 1.5%;
  top: 15%;
  z-index: 8;
  transform-origin: center;
  animation: buy_ani 1s ease-in-out infinite;
}
@media (max-width: 768px) {
  .btn_buy {
    width: 35%;
    animation: none;
    transform: scale(1);
    transition: transform 0.5s ease-in, top 0.5s ease-in, right 0.5s ease-in;
  }
}

@keyframes buy_ani {
  0% {
    top: 15%;
  }
  50% {
    top: 16.5%;
  }
  100% {
    top: 15%;
  }
}
@media (max-width: 768px) {
  @keyframes buy_ani {
    0% {
      top: 8%;
    }
    50% {
      top: 10%;
    }
    100% {
      top: 8%;
    }
  }
}
@media (max-width: 768px) {
  .btn_buy.is-in-main {
    right: -2.5%;
    top: 75%;
    transform: scale(0.75);
  }
}
/* 視覺手機 + 進 main */
.btn_buy.is-visual-mobile.is-in-main {
  transform: scale(0.75);
}

/*---main---*/
main {
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
  background: url(../images/main_bg.png) repeat-y top center;
  background-size: 100%;
}
main::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: url(../images/main_material.png) repeat top center;
  background-size: 100%;
  mix-blend-mode: screen;
  pointer-events: none;
  opacity: 0.5;
}

section {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}

/*---s01-------------*/
.wayline_w {
  position: relative;
  background: #f9caca;
  overflow: hidden;
}
.wayline_w h2 {
  width: 36.9%;
  position: relative;
  margin: 5% auto 2%;
}
@media (max-width: 768px) {
  .wayline_w h2 {
    width: 66.9%;
  }
}
.wayline_w h2::before {
  display: block;
  content: "";
  width: 18.3%;
  height: 33%;
  position: absolute;
  left: -20%;
  top: 35%;
  z-index: 2;
  background: url(../images/s01/cloud01.png) no-repeat center top;
  background-size: 100%;
}
.wayline_w h2::after {
  display: block;
  content: "";
  width: 18.3%;
  height: 33%;
  position: absolute;
  right: -20%;
  top: 42%;
  z-index: 2;
  background: url(../images/s01/cloud02.png) no-repeat center top;
  background-size: 100%;
}
.wayline_w .way_text {
  font-size: 1.5vw;
  font-weight: 500;
  color: #333;
  line-height: 2;
  text-align: center;
}
@media (max-width: 992px) {
  .wayline_w .way_text {
    font-size: 1.75vw;
  }
}
@media (max-width: 768px) {
  .wayline_w .way_text {
    width: 80%;
    font-size: 3.8vw;
    line-height: 1.5;
    margin: 0 auto;
  }
}
.wayline_w .way_list {
  position: relative;
  margin: 2.5% auto 5%;
}
@media (max-width: 768px) {
  .wayline_w .way_list {
    margin: 10% auto 5%;
  }
}
.wayline_w .way_list .way_line02_g {
  width: 100%;
  position: absolute;
  left: 0;
  top: 45%;
  z-index: 2;
  background: url(../images/s01/way_linebg.png) repeat-x left center;
  background-size: 2.5%;
  pointer-events: none;
  animation: way_view 0.3s linear infinite;
}
@media (max-width: 768px) {
  .wayline_w .way_list .way_line02_g {
    width: 100%;
    background-size: 5%;
  }
}
.wayline_w .way_list .way_line02_g .way_line02 {
  position: relative;
}
.wayline_w .way_list .way_line02_g .way_line02 img {
  width: 2.5%;
}
@media (max-width: 768px) {
  .wayline_w .way_list .way_line02_g .way_line02 img {
    width: 5%;
  }
}
.wayline_w .way_g {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
.wayline_w .way_g .way_box {
  width: 65%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .wayline_w .way_g .way_box {
    width: 75%;
  }
}
.wayline_w .way_g .way_box:first-child {
  margin-bottom: 5vw;
}
@media (max-width: 768px) {
  .wayline_w .way_g .way_box:first-child {
    margin-bottom: 10vw;
  }
}
.wayline_w .way_g .way_box:last-child {
  margin-left: 35%;
}
.wayline_w .way_g .way_box .way_content {
  width: 53.5%;
}
.wayline_w .way_g .way_box .way_content h4 {
  display: block;
  position: relative;
  width: calc(100% - 0vw);
  font-size: 1.15vw;
  font-weight: 600;
  color: #f26b95;
  line-height: 2.5;
  text-align: center;
  background: url(../images/view_pinkbg01.png) no-repeat center top;
  background-size: 100%;
  box-sizing: border-box;
  letter-spacing: 0;
  margin: 0 auto 5%;
}
@media (max-width: 992px) {
  .wayline_w .way_g .way_box .way_content h4 {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  .wayline_w .way_g .way_box .way_content h4 {
    font-size: 3.8vw;
  }
}
.wayline_w .way_g .way_box .way_content h4::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -10%;
  top: 20%;
  z-index: -1;
  background: url(../images/view_pinkbg02.png) no-repeat center top;
  background-size: 100%;
}
.wayline_w .way_g .way_box .way_content p {
  font-size: 1vw;
  line-height: 1.5;
  text-align: justify;
  padding: 0 0.25vw;
  letter-spacing: 0;
  margin: 5% 10% 5% 0;
}
@media (max-width: 992px) {
  .wayline_w .way_g .way_box .way_content p {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  .wayline_w .way_g .way_box .way_content p {
    font-size: 3.5vw;
  }
}
.wayline_w .way_g .way_box .way_content p .ps_text {
  font-size: 0.75vw;
}
.wayline_w .way_g .way_box .way_photo {
  width: 44.7%;
}
.wayline_w .wayline_tiger {
  width: 760%;
  position: absolute;
  left: 5.5%;
  bottom: 43%;
  z-index: 3;
  animation: wayline_tiger 0.5s ease-in-out infinite;
}

.way_top {
  margin-top: 5vw;
}

@keyframes wayline_tiger {
  0% {
    bottom: 43%;
  }
  50% {
    bottom: 38%;
  }
  100% {
    bottom: 43%;
  }
}
@keyframes way_view {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2.5% 0;
  }
}
@media (max-width: 768px) {
  @keyframes way_view {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -5% 0;
    }
  }
}
.way_title_text {
  width: 70% !important;
  margin: 0 0 2% 30% !important;
  align-content: flex-end;
}

#swiper-container0 {
  width: 100%;
  backface-visibility: hidden;
}

#swiper-container0 .swiper-wrapper {
  transition-timing-function: linear;
}

#swiper-container0 .swiper-slide {
  display: flex;
  height: auto;
  align-items: stretch;
}

.layout_bottom {
  height: 10vw;
  position: relative;
  background: #f9caca;
  border-radius: 100%;
  margin-top: -5vw;
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .layout_bottom {
    height: 20vw;
    margin-top: -10vw;
  }
}
.layout_bottom img {
  opacity: 0;
}

.layout_top {
  position: relative;
  height: 10vw;
  margin-top: 10vw;
  margin-bottom: -5vw;
}
@media (max-width: 768px) {
  .layout_top {
    height: 20vw;
    margin-bottom: -10vw;
  }
}
.layout_top span {
  height: 10vw;
  position: relative;
  background: #f9caca;
  border-radius: 100%;
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .layout_top span {
    height: 20vw;
  }
}
.layout_top::before {
  display: block;
  content: "";
  width: 23.4%;
  height: 100%;
  position: absolute;
  left: 38.4%;
  top: -6.5vw;
  z-index: 2;
  background: url(../images/layout_top_moai.png) no-repeat center top;
  background-size: 100%;
}
@media (max-width: 768px) {
  .layout_top::before {
    width: 33%;
    left: 33.5%;
    top: -9.5vw;
  }
}
.layout_top::after {
  display: block;
  content: "";
  width: 100%;
  height: 150%;
  position: absolute;
  left: 0;
  top: -11vw;
  z-index: -1;
  background: url(../images/layout_top_tree.png) no-repeat center top;
  background-size: 100%;
}
@media (max-width: 768px) {
  .layout_top::after {
    background: url(../images/layout_top_tree_m.png) no-repeat center top;
    background-size: 100%;
    top: -16vw;
  }
}

/*---s02-------------*/
.view_w {
  position: relative;
}
.view_w h2 {
  width: 33.8%;
  position: relative;
  margin: 5% auto;
}
@media (max-width: 768px) {
  .view_w h2 {
    width: 63.8%;
  }
}
.view_w h2 .moai {
  width: 36.3%;
  position: absolute;
  left: -38%;
  top: 20%;
  z-index: 2;
}
@media (max-width: 768px) {
  .view_w h2 .moai {
    width: 30%;
    left: -28%;
  }
}
.view_w h2 .tiger {
  width: 45.3%;
  position: absolute;
  right: -45%;
  top: 0%;
  z-index: 2;
}
@media (max-width: 768px) {
  .view_w h2 .tiger {
    width: 33%;
    right: -30%;
    top: 10%;
  }
}
.view_w .view_list {
  width: 92.3%;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}

.route_w {
  width: 79.8%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .route_w {
    width: 90%;
  }
}

/*---選項卡---*/
.tabs input[type=radio]:checked + label.tab_btn03 {
  /*background: #fafafa;*/
  background: url("../images/s02/btn03_on.png");
  background-size: 100%;
}
@media (max-width: 768px) {
  .tabs input[type=radio]:checked + label.tab_btn03 {
    background: url("../images/s02/btn03_on.png");
    background-size: 100% 100%;
  }
}

.tabs input[type=radio]:checked + label.tab_btn04 {
  /*background: #fafafa;*/
  background: url("../images/s02/btn04_on.png");
  background-size: 100%;
}
@media (max-width: 768px) {
  .tabs input[type=radio]:checked + label.tab_btn04 {
    background: url("../images/s02/btn04_on.png");
    background-size: 100% 100%;
  }
}

.tabs input[type=radio]:checked + label.tab_btn05 {
  /*background: #fafafa;*/
  background: url("../images/s02/btn05_on.png");
  background-size: 100%;
}
@media (max-width: 768px) {
  .tabs input[type=radio]:checked + label.tab_btn05 {
    background: url("../images/s02/btn05_on.png");
    background-size: 100% 100%;
  }
}

.tabs input[type=radio]:checked + label + .tab {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .tabs input[type=radio]:checked + label + .tab {
    margin: 0% auto 0;
  }
}

/*--------------*/
.tabs_box {
  display: block;
  width: 100%;
  margin: 2% auto;
}

.tab_btn03 {
  width: 15.6%;
  background: url("../images/s02/btn03_off.png");
  background-size: 100%;
}
@media (max-width: 768px) {
  .tab_btn03 {
    width: 30%;
    background: url("../images/s02/btn03_off.png");
    background-size: 100% 100%;
  }
}

.tab_btn04 {
  width: 15.6%;
  background: url("../images/s02/btn04_off.png");
  background-size: 100%;
}
@media (max-width: 768px) {
  .tab_btn04 {
    width: 30%;
    background: url("../images/s02/btn04_off.png");
    background-size: 100% 100%;
  }
}

.tab_btn05 {
  width: 15.6%;
  background: url("../images/s02/btn05_off.png");
  background-size: 100%;
}
@media (max-width: 768px) {
  .tab_btn05 {
    width: 30%;
    background: url("../images/s02/btn05_off.png");
    background-size: 100% 100%;
  }
}

.tabs {
  display: flex;
  justify-content: center;
}

/*---選項卡---*/
.route_info {
  position: relative;
}
.route_info .map_box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.route_info .map_box .map {
  width: 46.1%;
}
@media (max-width: 768px) {
  .route_info .map_box .map {
    width: 90%;
    margin: 5% auto 2%;
  }
}
.route_info .map_box .map_content {
  width: 47.2%;
}
@media (max-width: 768px) {
  .route_info .map_box .map_content {
    width: 90%;
    margin: 2% auto;
  }
}
.route_info .map_box .map_content h3 {
  margin: 2% 0;
}
.route_info .map_box .map_content .route_itinerary {
  font-family: "Noto Serif TC";
  position: relative;
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 1.5;
  color: #172a88;
  padding: 5% 2%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .route_info .map_box .map_content .route_itinerary {
    font-size: 3.8vw;
  }
}
.route_info .map_box .map_content .route_itinerary::before {
  display: block;
  content: "";
  width: 100%;
  height: 0.75vw;
  background: url(../images/s02/01/line_bg.png) repeat-x left top;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .route_info .map_box .map_content .route_itinerary::before {
    height: 1.5vw;
  }
}
.route_info .map_box .map_content .route_itinerary::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.75vw;
  background: url(../images/s02/01/line_bg.png) repeat-x left top;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .route_info .map_box .map_content .route_itinerary::after {
    height: 1.5vw;
  }
}
.route_info .map_box .map_content p {
  line-height: 2;
  margin: 2% 0;
}

.view_box {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 8% auto;
}
.view_box .view_photo {
  width: 53.5%;
}
@media (max-width: 768px) {
  .view_box .view_photo {
    width: 100%;
    margin: 2.5% auto;
  }
}
.view_box .view_content {
  width: 40.2%;
}
@media (max-width: 768px) {
  .view_box .view_content {
    width: 100%;
  }
}
.view_box .view_content h3 {
  display: block;
  width: 70%;
  position: relative;
  font-family: "Noto Sans TC";
  font-size: 2vw;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 5%;
  padding: 1vw 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .view_box .view_content h3 {
    font-size: 5vw;
    padding: 2.5vw 0;
  }
}
.view_box .view_content h3::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -10%;
  top: 20%;
  z-index: -1;
}
.view_box .view_content h3.pink_title {
  color: #f26b95;
  background: url(../images/view_pinkbg01.png) no-repeat center top;
  background-size: 100% 100%;
}
.view_box .view_content h3.pink_title::after {
  background: url(../images/view_pinkbg02.png) no-repeat center top;
  background-size: 100% 100%;
}
.view_box .view_content h3.blue_title {
  color: #172a88;
  background: url(../images/view_bluebg01.png) no-repeat center top;
  background-size: 100% 100%;
}
.view_box .view_content h3.blue_title::after {
  background: url(../images/view_bluebg02.png) no-repeat center top;
  background-size: 100% 100%;
}
.view_box .view_content h4 {
  font-family: "Noto Sans TC";
  font-size: 1.75vw;
  font-weight: 600;
  text-align: center;
  margin: 2% auto;
}
@media (max-width: 768px) {
  .view_box .view_content h4 {
    font-size: 4vw;
  }
}
.view_box .view_content p {
  line-height: 2;
  text-align: justify;
}

.view_line {
  width: 62.8%;
  position: fixed;
  left: 18.3%;
  top: 42%;
  z-index: -1;
  margin: 5% auto;
}
@media (max-width: 768px) {
  .view_line {
    display: none;
  }
}
.view_line .pic_camera {
  width: 17.5%;
  position: absolute;
  right: -20%;
  top: -200%;
  z-index: 2;
}
.view_line .pic_beef {
  width: 22.4%;
  position: absolute;
  right: -30%;
  top: -200%;
  z-index: 2;
}

.swiper-slide:nth-child(even) .view_box {
  flex-flow: row-reverse wrap;
}

/*---s04-------------*/
.time_w {
  position: relative;
  margin: 5% auto;
}
.time_w .time_all {
  width: 73.6%;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .time_w .time_all {
    width: 90%;
  }
}
.time_w .time_all h2 {
  width: 50.1%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .time_w .time_all h2 {
    width: 75%;
  }
}
.time_w .time_all h2 .airplane {
  width: 38%;
  position: absolute;
  right: -38%;
  top: 20%;
  z-index: 2;
}
@media (max-width: 768px) {
  .time_w .time_all h2 .airplane {
    right: 30%;
    top: -60%;
  }
}
.time_w .time_all .prd_twd_all {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.time_w .time_all .prd_twd_all .prd_name {
  display: inline;
  width: auto;
  font-size: 3.2vw;
  font-weight: 900;
  margin-right: 0.5vw;
}
@media (max-width: 768px) {
  .time_w .time_all .prd_twd_all .prd_name {
    font-size: 6vw;
  }
}
.time_w .time_all .prd_twd_all .twd_box {
  display: inline;
  width: auto;
  font-size: 1.3vw;
  font-weight: 600;
}
@media (max-width: 768px) {
  .time_w .time_all .prd_twd_all .twd_box {
    font-size: 3.5vw;
  }
}
.time_w .time_all .prd_twd_all .twd_box span {
  display: inline;
  font-size: 3.6vw;
  font-weight: 900;
  color: #e83828;
}
@media (max-width: 768px) {
  .time_w .time_all .prd_twd_all .twd_box span {
    font-size: 7vw;
  }
}

.timetable_box {
  width: 81.5%;
  position: relative;
  margin: 5% auto 0;
}
@media (max-width: 992px) {
  .timetable_box {
    width: 100%;
  }
}

/*---選項卡---*/
.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tabs label {
  order: 1;
  display: block;
  /*padding: 1rem 2rem;
  margin-right: 0.2rem;*/
  cursor: pointer;
  /*background: #90CAF9;*/
  /* background: url("images/tab/tab_btn_bg.png"); */
  font-weight: bold;
  transition: background ease 0.2s;
  position: relative;
  z-index: 3;
  margin: 0 2% 5%;
}
@media (max-width: 768px) {
  .tabs label {
    margin: 0 1% 2%;
  }
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  /*padding: 1rem;
  background: #fafafa;
  margin:0.2% 0 0.5% 0;*/
}

.tabs input[type=radio] {
  position: absolute;
  opacity: 0;
}

.tabs input[type=radio]:checked + label.tab_btn01 {
  /*background: #fafafa;*/
  background: url("../images/s04/btn01_on.png");
  background-size: 100%;
}
@media (max-width: 768px) {
  .tabs input[type=radio]:checked + label.tab_btn01 {
    background: url("../images/s04/btn01_on.png");
    background-size: 100%;
  }
}

.tabs input[type=radio]:checked + label.tab_btn02 {
  /*background: #fafafa;*/
  background: url("../images/s04/btn02_on.png");
  background-size: 100%;
}
@media (max-width: 768px) {
  .tabs input[type=radio]:checked + label.tab_btn02 {
    background: url("../images/s04/btn02_on.png");
    background-size: 100%;
  }
}

.tabs input[type=radio]:checked + label + .tab {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .tabs input[type=radio]:checked + label + .tab {
    margin: 0% auto 0;
  }
}

/*--------------*/
.tabs_box {
  display: block;
  width: 100%;
  margin: 2% auto;
}

.tab_btn01 {
  width: 21.4%;
  background: url("../images/s04/btn01_off.png");
  background-size: 100%;
}
@media (max-width: 768px) {
  .tab_btn01 {
    width: 35%;
    background: url("../images/s04/btn01_off.png");
    background-size: 100%;
  }
}

.tab_btn02 {
  width: 21.4%;
  background: url("../images/s04/btn02_off.png");
  background-size: 100%;
}
@media (max-width: 768px) {
  .tab_btn02 {
    width: 35%;
    background: url("../images/s04/btn02_off.png");
    background-size: 100%;
  }
}

.banner_w {
  width: 100%;
  position: relative;
  margin: 0 auto 5%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.banner_w .banner {
  width: 50%;
}
@media (max-width: 768px) {
  .banner_w .banner {
    width: 100%;
  }
}

/*---s06-------------*/
.flower_w {
  position: relative;
  background: rgb(249, 202, 202);
  overflow: hidden;
}
.flower_w h2 {
  width: 33.8%;
  position: relative;
  margin: 5% auto;
}
@media (max-width: 768px) {
  .flower_w h2 {
    width: 63.8%;
  }
}
.flower_w h2 .tiger {
  width: 48.9%;
  position: absolute;
  left: -48%;
  top: 5%;
  z-index: 2;
}
@media (max-width: 768px) {
  .flower_w h2 .tiger {
    width: 35%;
    left: -30%;
    top: 30%;
  }
}
.flower_w h2 .flower {
  width: 30.3%;
  position: absolute;
  right: -30%;
  top: 8%;
  z-index: 2;
}
@media (max-width: 768px) {
  .flower_w h2 .flower {
    right: -26%;
  }
}
.flower_w .flower_list {
  width: 73.6%;
  position: relative;
  margin: 5% auto;
  z-index: 2;
}

.sakura {
  width: 14%;
  position: relative;
}
@media (max-width: 768px) {
  .sakura {
    width: 34%;
  }
}

.lantern {
  width: 21.2%;
  position: absolute;
  left: 28%;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .lantern {
    width: 41%;
    left: 48%;
  }
}

/*---s03-------------*/
.food_w {
  position: relative;
  margin-top: 10%;
}
.food_w h2 {
  width: 33.8%;
  position: relative;
  margin: 5% auto;
}
@media (max-width: 768px) {
  .food_w h2 {
    width: 63.8%;
  }
}
.food_w h2 .tiger {
  width: 47.8%;
  position: absolute;
  left: -50%;
  top: -25%;
  z-index: 2;
}
@media (max-width: 768px) {
  .food_w h2 .tiger {
    width: 35%;
    left: -30%;
    top: 10%;
  }
}
.food_w h2 .food {
  width: 32.9%;
  position: absolute;
  right: -36%;
  top: 8%;
  z-index: 2;
}
@media (max-width: 768px) {
  .food_w h2 .food {
    width: 25%;
    right: -26%;
    top: 18%;
  }
}
.food_w .food_list {
  width: 73.6%;
  position: relative;
  margin: 5% auto;
  z-index: 2;
}

.pic_noodle {
  width: 12.6%;
  position: relative;
  margin: 0% 0 2% 35%;
}
@media (max-width: 768px) {
  .pic_noodle {
    width: 26%;
  }
}

/*---s07-------------*/
.kol_w {
  position: relative;
  background: rgb(249, 202, 202);
  overflow: hidden;
}
.kol_w h2 {
  width: 30%;
  position: relative;
  margin: 5% auto;
}
@media (max-width: 768px) {
  .kol_w h2 {
    width: 60%;
  }
}
.kol_w h2 .map {
  width: 32.9%;
  position: absolute;
  left: -38%;
  top: 10%;
  z-index: 2;
}
@media (max-width: 768px) {
  .kol_w h2 .map {
    width: 28%;
    left: -28%;
    top: 30%;
  }
}
.kol_w h2 .photo {
  width: 32.9%;
  position: absolute;
  right: -36%;
  top: 12%;
  z-index: 2;
}
@media (max-width: 768px) {
  .kol_w h2 .photo {
    width: 29%;
    right: -28%;
  }
}
.kol_w .kol_list_w {
  width: 47.8%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .kol_w .kol_list_w {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .kol_w .kol_list_w {
    width: 90%;
  }
}

.yt_w {
  position: relative;
  margin: 0 auto 5%;
}
.yt_w .kol_title {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.yt_w .kol_title .kol_photo {
  width: 8.75%;
  border: 6px solid #3e3a39;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1vw;
}
@media (max-width: 768px) {
  .yt_w .kol_title .kol_photo {
    width: 18%;
    margin-right: 2vw;
  }
}
.yt_w .kol_title .kol_info {
  display: inline-block;
  width: auto;
  position: relative;
}
@media (max-width: 768px) {
  .yt_w .kol_title .kol_info {
    width: 75%;
  }
}
.yt_w .kol_title .kol_info h3 {
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 992px) {
  .yt_w .kol_title .kol_info h3 {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .yt_w .kol_title .kol_info h3 {
    font-size: 5vw;
  }
}
.yt_w .kol_title .kol_info h4 {
  font-size: 1.05vw;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background: #fff;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 0 0.5vw;
}
@media (max-width: 992px) {
  .yt_w .kol_title .kol_info h4 {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .yt_w .kol_title .kol_info h4 {
    font-size: 4vw;
  }
}
.yt_w .kol_mov_box {
  position: relative;
}
.yt_w .kol_mov_box .mov_icon {
  width: 13.5%;
  margin: 1% 0 1% 1.5%;
}
@media (max-width: 768px) {
  .yt_w .kol_mov_box .mov_icon {
    width: 25%;
  }
}

.kol_other_w {
  width: 47.8%;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .kol_other_w {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .kol_other_w {
    width: 90%;
  }
}
.kol_other_w .kol_box {
  width: 45%;
  position: relative;
}
@media (max-width: 768px) {
  .kol_other_w .kol_box {
    width: 48%;
  }
}
.kol_other_w .kol_box .kol_title {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.kol_other_w .kol_box .kol_title .kol_photo {
  width: 19%;
  border: 6px solid #3e3a39;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1vw;
}
@media (max-width: 768px) {
  .kol_other_w .kol_box .kol_title .kol_photo {
    width: 38%;
  }
}
.kol_other_w .kol_box .kol_title .kol_info {
  display: inline-block;
  width: auto;
  position: relative;
}
.kol_other_w .kol_box .kol_title .kol_info h3 {
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 992px) {
  .kol_other_w .kol_box .kol_title .kol_info h3 {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .kol_other_w .kol_box .kol_title .kol_info h3 {
    font-size: 5vw;
  }
}
.kol_other_w .kol_box .kol_title .kol_info h4 {
  font-size: 1.05vw;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 0 0.5vw;
}
@media (max-width: 992px) {
  .kol_other_w .kol_box .kol_title .kol_info h4 {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .kol_other_w .kol_box .kol_title .kol_info h4 {
    font-size: 3.5vw;
    letter-spacing: 0;
  }
}
.kol_other_w .kol_box .kol_mov_photo {
  position: relative;
  background: #fff;
  border: 0.38vw solid #fff;
  border-radius: 1.5vw;
  margin: 5% auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .kol_other_w .kol_box .kol_mov_photo {
    border: 1vw solid #fff;
  }
}
.kol_other_w .kol_box .mov_icon {
  width: 32%;
  margin: 1% 0 1% 1.5%;
}
@media (max-width: 768px) {
  .kol_other_w .kol_box .mov_icon {
    width: 50%;
  }
}

/* yt */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border-radius: 1.25vw;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yt_g {
  display: block;
  width: 98%;
  margin: 2% auto;
  position: relative;
  border: 0.38vw solid #fff;
  border-radius: 1.5vw;
}
@media (max-width: 768px) {
  .yt_g {
    width: 100%;
    border: 1vw solid #fff;
  }
}

img.yt_photo {
  width: 30.7%;
  max-width: 277px;
  position: absolute;
  right: -15%;
  top: -25%;
  z-index: 2;
}
@media (max-width: 767px) {
  img.yt_photo {
    width: 50%;
    position: relative;
    right: 0;
    top: 0;
    margin: 0 auto 5%;
  }
}

/*---s05-------------*/
.traffic_w {
  position: relative;
  background: rgb(249, 202, 202);
  overflow: hidden;
  padding: 5% 0;
}
.traffic_w h2 {
  width: 30%;
  position: relative;
  margin: 5% auto;
}
@media (max-width: 768px) {
  .traffic_w h2 {
    width: 60%;
  }
}
.traffic_w h2 .tiger {
  width: 41.3%;
  position: absolute;
  left: -38%;
  bottom: 0%;
  z-index: 2;
}
@media (max-width: 768px) {
  .traffic_w h2 .tiger {
    width: 31.3%;
    left: -30%;
  }
}

.traffic_list {
  width: 81.3%;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.traffic_list .traffic_box {
  width: 30.9%;
  position: relative;
}
@media (max-width: 768px) {
  .traffic_list .traffic_box {
    width: 90%;
    margin: 5% auto;
  }
}
.traffic_list .traffic_box .traffic_top {
  position: relative;
}
.traffic_list .traffic_box .traffic_bottom {
  position: relative;
}
.traffic_list .traffic_box .traffic_content {
  position: relative;
  background: url(../images/s05/line_bg.png) repeat-y center top;
  background-size: 100%;
  padding: 0 10% 5%;
  box-sizing: border-box;
  text-align: center;
}
.traffic_list .traffic_box .traffic_content h3 {
  font-family: "Noto Serif TC";
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 1.5;
  color: #f26b95;
  text-align: center;
  margin-bottom: 5%;
}
@media (max-width: 768px) {
  .traffic_list .traffic_box .traffic_content h3 {
    font-size: 5vw;
  }
}
.traffic_list .traffic_box .traffic_content p {
  text-align: justify;
}
.traffic_list .traffic_box .traffic_content .station {
  display: inline-block;
  width: 70%;
  font-family: "Noto Serif TC";
  font-size: 1.4vw;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #000;
  border: 1px solid #fff;
  border-radius: 25vw;
}
@media (max-width: 768px) {
  .traffic_list .traffic_box .traffic_content .station {
    font-size: 3.8vw;
  }
}
.traffic_list .traffic_box .traffic_content .station_time {
  display: inline-block;
  position: relative;
  width: 70%;
  font-family: "Noto Serif TC";
  font-size: 1.4vw;
  font-weight: 700;
  text-align: center;
  color: #000;
  padding: 5% 0;
}
@media (max-width: 768px) {
  .traffic_list .traffic_box .traffic_content .station_time {
    font-size: 3.8vw;
  }
}
.traffic_list .traffic_box .traffic_content .station_time::before {
  display: block;
  content: "";
  width: 2px;
  height: 20%;
  background: #000;
  position: absolute;
  left: calc(50% - 2px);
  top: 0;
  z-index: 2;
}
.traffic_list .traffic_box .traffic_content .station_time::after {
  display: block;
  content: "";
  width: 2px;
  height: 20%;
  background: #000;
  position: absolute;
  left: calc(50% - 2px);
  bottom: 0;
  z-index: 2;
}

/*---foot banner---*/
.footer_w {
  position: relative;
  background: rgb(249, 202, 202);
  overflow: hidden;
}

/*---popup / 注意事項---*/
/*---popup---*/
.modally {
  max-width: 90%;
  width: 51.9%;
  background: #fff;
  border-radius: 30px;
  padding: 4px;
  background: #3e3a39;
}
@media (max-width: 991px) {
  .modally {
    width: 90%;
  }
}

.modally-content {
  background: #fff;
  border-radius: 30px;
  padding-top: 5%;
}
@media (max-width: 991px) {
  .modally-content {
    padding-top: 10%;
  }
}

.modally .modally-close-button {
  display: block;
  font-size: 50px;
  color: #333;
}

.modally-wrap .modally-underlay {
  background: rgba(255, 173, 39, 0.9);
}

/*popup / 使用規範*/
.rules-w {
  width: 90%;
  margin: 0% auto;
  padding: 5% 0;
  position: relative;
}
.rules-w h5 {
  display: inline;
  font-size: 1.05vw;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .rules-w h5 {
    font-size: 3.05vw;
  }
}
.rules-w h5 img {
  width: 1.05vw;
  display: inline;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .rules-w h5 img {
    width: 3vw;
  }
}

ul.ps_text {
  list-style-type: none;
  display: flex;
  flex-flow: column wrap;
  font-size: 1vw;
  line-height: 1.5;
  margin: 0 0 5%;
}
ul.ps_text li {
  width: 95%;
  list-style-type: decimal-leading-zero;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  color: #333;
  margin: 1% 0 1% 5%;
}
@media (max-width: 991px) {
  ul.ps_text li {
    width: 88%;
    margin: 1% 0 1% 12%;
    font-size: 3vw;
  }
}
ul.ps_text li a {
  font-size: 1vw;
  color: #ea5513;
  text-decoration: underline;
}
@media (max-width: 991px) {
  ul.ps_text li a {
    font-size: 3vw;
  }
}

/*-------------------------------------------------------------*/
.overlay {
  width: 25%;
  background: rgba(99, 178, 224, 0.9);
}
@media (max-width: 768px) {
  .overlay {
    width: 100%;
  }
}

.overlay nav {
  top: 0vh;
  height: 95vh;
}
.overlay nav ul {
  display: block;
  width: 80%;
  height: 80%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 10%;
}
.overlay nav ul li {
  width: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .overlay nav ul li span {
    font-size: 2vw;
    text-align: right !important;
  }
}
@media (max-width: 768px) {
  .overlay nav ul li span {
    font-size: 5vw;
    text-align: left !important;
  }
}
.overlay nav ul li a div {
  display: flex;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}
.overlay nav ul li a div span {
  width: 15vw;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  color: #fff;
}
.overlay nav ul li a div p {
  font-size: 5vw;
  font-weight: 600;
}

.overlay .overlay-close {
  top: 0;
}

button.menu_m {
  display: block;
  position: relative;
  top: 0%;
  right: 0%;
  width: 5%;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0;
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 990;
  outline: 0;
  order: 3;
}
@media (max-width: 768px) {
  button.menu_m {
    display: block;
    width: 11.2%;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */