html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@-webkit-keyframes bird {
  0% {
    -webkit-transform: rotate(-20deg) translateX(-120%);
            transform: rotate(-20deg) translateX(-120%);
  }
  100% {
    -webkit-transform: rotate(-20deg) translateX(0%);
            transform: rotate(-20deg) translateX(0%);
  }
}
@keyframes bird {
  0% {
    -webkit-transform: rotate(-20deg) translateX(-120%);
            transform: rotate(-20deg) translateX(-120%);
  }
  100% {
    -webkit-transform: rotate(-20deg) translateX(0%);
            transform: rotate(-20deg) translateX(0%);
  }
}
:root {
  --header-height: 6.5rem;
  --fone-size: 1vw;
  --max-page-hight: 920px;
/* scroll-padding-top: 4rem;*/
}

@media screen and (max-width: 768px) {
  :root {
    --fone-size: 2.5vw;
    --header-height: 60px;

  }
}

.page_list .condition{
/*	margin-top: 10%;*/

}
 .condition22{
	margin-top: 0%;
}
.page_list .ticket .page99{
min-height: 450px;
/*	height: 100vh;*/
}
/*
section.ticket {
       min-height: 450px;
}
*/
@media screen and (max-width: 1920px){
	section.flight #flight_2 .content {
  position: relative;
	margin-bottom: -26%;
}
	.page_list .condition .qq{
/*		margin-top: 3%;*/
		padding-top: 2%;
	}	
/*
	section.flight #flight_2 {

	margin-bottom: -10%;
}
*/

}
@media screen and (max-width: 1280px){
	section .ticket{
		min-height:55%;
	}
}

@media screen and (max-width: 1024px){
/*
	section .ticket2{
		min-height: 600px;
	}
*/
	section.ticket .content .text p{
/*		padding-left: 0;*/
/*		margin-right: -15px;*/
	}
	section.ticket .content .text ol.list li{
		flex: auto;
	}
	section.ticket .content .text ol.list:not(:last-of-type) {
		/* margin-left: 17%; */
}
	section.ticket .content .text ol.list li:not(:last-of-type){
		flex: 1;
	}	
	    section.ticket .content .text ol.list{
		padding-left: 2px;	
	}
/*
	.page_list .ticket{
		min-height: 985px;
	}
*/
	.page_list .ticket{
		min-height: 520px;
	}
/*
	.page_list .flight2  #flight_2{
	margin-bottom: -35%;
}
*/
		section.flight #flight_2 {
	margin-bottom: -36%;
}
	.page_list .qq{
/*		margin-top:-11%;*/
	}
}
/*
@media screen and (max-width: 820px){
	.page_list .ticket{
		min-height: 900px;
	}
}
*/


* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.pc {
  display: block;
}

/*
@media screen and (min-width: 768px) and (max-width: 1024px) {
 section.flight #flight_2 .content ol.list{
margin-top: 30%;
}
section.flight #flight_1{
max-height: 1153px;
}
section.flight #flight_2 .content ol.list {
margin-top: 0%;
}
section.flight #flight_3 {
    margin-top: 47%;
}
	.page_list .condition {
        margin-top: 40%;
    }
}
*/

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.mob {
  display: none;
}
@media screen and (max-width: 768px) {
	header label {
 display: block;
}
  .mob {
    display: block;
  }
/*
	section.ticket{
		max-height: 0;
	}
*/
		.page_list .ticket{
		min-height: 1305px;
	}
	.page_list .ticket2{
		min-height: 1305px;
	}
	.ticket .content{
/*		width: 55%;*/
		margin: auto;
	}
	 .condition22{
	margin-top: 10%;
	}
}

html, body {
  letter-spacing: 0.1rem;
  font-size: var(--fone-size);
  line-height: 1.3;
  color: #fff;
  font-weight: 400;
  background-color: #fff;
  font-family: "Roboto", "Noto Sans TC";
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

#wrapper {
  width: 100%;
  overflow: hidden;
	margin-bottom: -50px;
}
#wrapper.openPopup {
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  #wrapper {
    padding-top: calc(var(--header-height) + 50px);
  }
}
#wrapper .main {
  position: relative;
}

#loading {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  background-color: #fff;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#loading.on {
  pointer-events: auto;
  opacity: 1;
}
#loading p {
  font-size: 16px;
  color: #212529;
  letter-spacing: 5px;
}

#cookies {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  border-top: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #cookies {
    padding: 1.3rem;
  }
}
#cookies .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #cookies .content {
    width: 90%;
    display: block;
  }
}
#cookies .content p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  line-height: 1.5;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  #cookies .content p {
    margin: 0;
  }
  #cookies .content p br {
    display: none;
  }
}
#cookies .content .btn_box {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 6rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #cookies .content .btn_box {
    margin-top: 1rem;
  }
}

#toTop {
  cursor: pointer;
  position: fixed;
  display: block;
  right: 32px;
  bottom: 40px;
  width: 80px;
  height: 80px;
  border-radius: 10rem;
  border: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%;
  background-image: url("../images/icon_totop.png");
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
@media screen and (max-width: 768px) {
  #toTop {
    width: 50px;
    height: 50px;
    right: 16px;
  }
}
#toTop:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#toTop.open {
  opacity: 1;
  pointer-events: auto;
}

#mask {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8rem 0 5rem 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
#mask.act {
  opacity: 1;
  pointer-events: auto;
}
#mask #popup {
  position: relative;
  display: block;
  width: 50%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  #mask #popup {
    width: 94%;
  }
}
#mask #popup a.close {
  position: absolute;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  max-width: 50px;
  max-height: 50px;
  min-width: 30px;
  min-height: 30px;
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
}
#mask #popup a.close i, #mask #popup a.close o {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 4px;
}
#mask #popup a.close i {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#mask #popup a.close o {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#mask #popup a.close:hover {
  opacity: 0.6;
}
#mask #popup .popup_box {
  width: 100%;
  border-radius: 1.5rem;
  background-color: #fff;
  overflow: hidden;
}
#mask #popup .popup_box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 3rem;
  background-image: url("../images/bg_popup_title.png");
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #mask #popup .popup_box .title {
    padding: 1rem;
  }
}
#mask #popup .popup_box .title .sp {
  font-size: 1.3rem;
  font-weight: 700;
  color: #212529;
  background: #fff;
  border-radius: 2rem;
  padding: 0.3rem 1.6rem;
  margin-right: 1rem;
  -webkit-box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.6);
          box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  #mask #popup .popup_box .title .sp {
    font-size: 1.6rem;
  }
}
#mask #popup .popup_box .title .text h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  #mask #popup .popup_box .title .text h2 {
    font-size: 2rem;
  }
}
#mask #popup .popup_box .title .text h2 span {
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: -0.5rem;
}
@media screen and (max-width: 768px) {
  #mask #popup .popup_box .title .text h2 span {
    font-size: 3.6rem;
  }
}
#mask #popup .popup_box .title .text small {
  display: block;
  font-size: 0.9rem;
  margin-top: -0.1rem;
  text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  #mask #popup .popup_box .title .text small {
    font-size: 1.3rem;
  }
}
#mask #popup .popup_box .content {
  padding: 1rem 3rem 3rem;
}
@media screen and (max-width: 768px) {
  #mask #popup .popup_box .content {
    padding: 1rem 1rem 3rem 1rem;
  }
}
#mask #popup .popup_box .content .note {
  font-size: 13px;
  line-height: 1.5;
  color: #212529;
  margin-top: 2rem;
}
#mask #popup .popup_box .content .card_1_info {
  padding: 2rem;
  border-radius: 1rem;
  background: #7dbdc2;
}
#mask #popup .popup_box .content .card_1_title, #mask #popup .popup_box .content .card_1_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mask #popup .popup_box .content .card_1_title .card_1_img, #mask #popup .popup_box .content .card_1_info .card_1_img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 24%;
  max-width: 250px;
  border-radius: 0.6rem;
  overflow: hidden;
  -webkit-box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.5);
          box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.5);
}
#mask #popup .popup_box .content .card_1_title .text, #mask #popup .popup_box .content .card_1_info .text {
  margin-left: 2rem;
}
#mask #popup .popup_box .content .card_1_title .text h3, #mask #popup .popup_box .content .card_1_info .text h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #d1a16f;
}
#mask #popup .popup_box .content .card_1_title .text h4, #mask #popup .popup_box .content .card_1_info .text h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
}
#mask #popup .popup_box .content .card_1_title .text small, #mask #popup .popup_box .content .card_1_info .text small {
  display: block;
  font-size: 13px;
  color: #fff;
  margin-top: 1.5rem;
}
#mask #popup .popup_box .content > .icon_img {
  width: 14%;
  max-width: 80px;
  margin: 0.1rem auto;
}
@media screen and (max-width: 768px) {
  #mask #popup .popup_box .content > .icon_img {
    max-width: 40px;
  }
}
#mask #popup .popup_box .content .list {
  text-align: center;
  border-radius: 1rem;
  border: 1px solid #c59b6e;
  overflow: hidden;
}
#mask #popup .popup_box .content .list h6 {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  padding: 1rem;
  background-color: #c59b6e;
}
@media screen and (max-width: 768px) {
  #mask #popup .popup_box .content .list h6 {
    font-size: 1.8rem;
  }
}
#mask #popup .popup_box .content .list a {
  position: relative;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 1.3rem;
  border: 1px solid #212529;
  background-image: url("../images/icon_arrow_3.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60% auto;
  top: 0.3rem;
  margin-left: 0.3rem;
  opacity: 1;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 768px) {
  #mask #popup .popup_box .content .list a {
    width: 1.6rem;
    height: 1.6rem;
  }
}
#mask #popup .popup_box .content .list a:hover {
  opacity: 0.6;
}
#mask #popup .popup_box .content .list .list_box {
  padding: 0 1rem;
}
#mask #popup .popup_box .content .list .list_box.pd_b {
  padding-bottom: 2rem;
}
#mask #popup .popup_box .content .list ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
}
#mask #popup .popup_box .content .list ol:not(:last-of-type) {
  padding-bottom: 1rem;
  border-bottom: 1px solid #212529;
}
#mask #popup .popup_box .content .list ol li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.2rem;
  padding: 1rem 0;
  color: #212529;
}
@media screen and (max-width: 768px) {
  #mask #popup .popup_box .content .list ol li {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
#mask #popup .popup_box .content .list ol li span {
  font-weight: 700;
}
#mask #popup .popup_box .content .list ol li span.f_big {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #mask #popup .popup_box .content .list ol li span.f_big {
    font-size: 2.3rem;
  }
}
#mask #popup .popup_box .content .list ol li:not(:last-of-type) {
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #212529;
}

#nav_ck {
  display: none;
}
#nav_ck:checked ~ header label i {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#nav_ck:checked ~ header label u {
  opacity: 0;
}
#nav_ck:checked ~ header label o {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#nav_ck:checked ~ nav {
  display: block;
}

header {
  position: fixed;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  height: var(--header-height);
  #padding: 0 50px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  header {
    background-color: #13282c;
    padding: 0 0px;
    #padding: 35px 16px;
  }
}
header #logo {
  position: absolute;
  display: block;
  height: 36px;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header #logo > img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  header #logo {
    left: 16px;
    height: 30px;
  }
}
header .btn_box {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/*
footer .w-box{
		margin-bottom: 80px;
	}
*/
@media screen and (max-width: 768px) {
  header .btn_box {
    right: 56px;
  }
}
header label {
  position: absolute;
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  right: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  header label {
    display: block;
  }
}
header label i, header label u, header label o {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header label i {
  -webkit-transform: translate(-50%, -500%);
          transform: translate(-50%, -500%);
}
header label u {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header label o {
  -webkit-transform: translate(-50%, 400%);
          transform: translate(-50%, 400%);
}

ul#sub {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--header-height);
  top: 0;
  left: 50%;
  opacity: 0;
  z-index: 996;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  ul#sub {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto;
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: 50px;
    opacity: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background-color: #15363a;
	#  margin-top: 30px;
  }
}
ul#sub.open {
  opacity: 1;
}
ul#sub li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 24px;
}
ul#sub li:not(:last-of-type) {
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  ul#sub li:not(:last-of-type) {
    margin-right: 30px;
  }
}
ul#sub li a {
  text-decoration: none;
  color: #fff;
  padding: 5px 0;
  opacity: 0.6;
  text-shadow: 0 0 5px #000;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-bottom: 1px solid rgba(209, 161, 111, 0);
}
@media screen and (max-width: 768px) {
  ul#sub li a {
    text-shadow: none;
  }
}
ul#sub li a:hover {
  opacity: 1;
}
ul#sub li.on a {
  opacity: 1;
  color: #d1a16f;
  border-bottom: 1px solid rgb(209, 161, 111);
}

nav {
  position: fixed;
  display: block;
  width: 200px;
  padding-right: 50px;
  padding-left: 50px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% + 50px), -50%);
          transform: translate(calc(-100% + 50px), -50%);
  z-index: 997;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 768px) {
  nav {
    display: none;
    border-top: 1px solid #15363a;
    top: var(--header-height);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    background: rgba(0, 0, 0, 0.85);
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
nav:after {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  content: "";
  display: block;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  opacity: 0.6;
  background-image: url("../images/icon_arrow_4.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% auto;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  nav:after {
    display: none;
  }
}
nav:hover, nav.open {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  nav:hover, nav.open {
    -webkit-transform: none;
            transform: none;
  }
}
nav:hover:after, nav.open:after {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  nav .nav_box {
    width: 100%;
    padding: 8rem 1rem 4rem 1rem;
    background-color: #13282c;
  }
}
nav ol.menu li {
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  nav ol.menu li {
    text-align: center;
  }
}
nav ol.menu li:not(:last-of-type) {
  margin-bottom: 9px;
}
nav ol.menu li.on a {
  opacity: 1;
  color: #f8e1c5;
}
nav ol.menu li.on a:after {
  opacity: 1;
}
nav ol.menu li a {
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 5px 0;
  opacity: 0.6;
  color: #fff;
  text-shadow: 0 0 5px #000;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 768px) {
  nav ol.menu li a {
    opacity: 1;
    text-shadow: none;
  }
}
nav ol.menu li a:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  opacity: 0;
  background-color: #f8e1c5;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
nav ol.menu li a:hover {
  opacity: 1;
}
nav ol.share_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  nav ol.share_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
nav ol.share_list li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 30px;
  height: 30px;
}
nav ol.share_list li:nth-of-type(1) {
  margin-right: 1rem;
}
nav ol.share_list li:nth-of-type(1) a {
  background-image: url("../images/icon_line.png");
}
nav ol.share_list li:nth-of-type(2) a {
  background-image: url("../images/icon_fb.png");
}
nav ol.share_list li a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  opacity: 0.6;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
nav ol.share_list li a:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  nav ol.share_list li a {
    opacity: 1;
  }
}

footer {
  background-color: #efefef;
  font-family: "Noto Sans TC", sans-serif;
/*	margin-bottom: 165px;*/
}
footer .w-box {
  position: relative;
  width: 100%;
  max-width: 998px;
  margin: 0 auto;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  color: #212529;
  letter-spacing: 0.1rem;
/*  margin-bottom: 125px;*/
}
@media screen and (max-width: 768px) {
  footer .w-box {
    display: block;
/*	 margin-bottom: 100px; */
  }
}
footer .w-box .w-left {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 280px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .w-box .w-left {
    width: 100%;
    font-size: 18px;
  }
}
footer .w-box .w-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  line-height: 1.5;
}
footer .w-box .w-right br{
	display: none;
}
@media screen and (max-width: 768px) {
  footer .w-box .w-right {
    padding: 10px 20px;
  }
}
footer .copy-right {
  background-color: #d70c18;
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  line-height: 20px;
  letter-spacing: 0.05em;
}
a.link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
@media screen and (max-width: 768px) {
  a.link {
    font-size: 1.4rem;
  }
}
a.link:after {
  display: block;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  background-image: url("../images/icon_arrow_2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
a.link:hover {
  opacity: 0.6;
}

.btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn_box .btn {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  border-radius: 3rem;
  font-size: 1rem;
  line-height: 1;
  padding: 0.7rem 1rem;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.btn_box .btn2{
	font-weight: bold;
	background: rgb(209, 161, 111);
}
/*
.btn_box .btn2:hover{
	background: #c68a05;
}
*/
.btn_box .aa{
	font-size: 24px;
	background: #d80c18;
	font-weight: bold;
	padding: .8rem 1.4rem;
}
@media screen and (max-width: 768px) {
	.btn_box .aa{
	font-size: 21px;
	font-weight: bold;
	padding: .7rem 1.4rem;
}
  .btn_box .btn {
/*    font-size: 15px;*/
    padding: 8px 18px;
    border-radius: 5rem;
  }
}
.btn_box .btn:hover {
  background:  #960606;
}
.btn_box .btn.sp {
  background: rgb(209, 161, 111);
  color: #000;
}
.btn_box .btn.sp:hover {
  background: rgb(0, 0, 0);
  color: #fff;
}
.btn_box .btn.sp_1 {
  background: rgb(209, 161, 111);
  color: #fff;
}
.btn_box .btn.sp_1:hover {
  background: rgb(255, 255, 255);
  color: rgb(209, 161, 111);
}

section {
  position: relative;
  width: 100%;
/*	margin-top: 13%;*/
}
section .anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
section .anchor{
	margin-top: 13%;
}

@media screen and (max-width: 768px) {
  section .anchor {
    top: calc((var(--header-height) + 50px) * -1);
  }
}
section .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  section .content {
    position: relative;
  }
  section .content .text {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 90% !important;
    -webkit-transform: none !important;
            transform: none !important;
    margin: 0 auto !important;
  }
  section .content .img {
    position: relative !important;
    width: 90% !important;
    top: 0 !important;
    left: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    margin: 0 auto !important;
  }
.banner .content .text h1{
		margin-top: 2rem;
	}

}
@media screen and (max-width: 768px) {
  section.banner {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg_kv_m.jpg");
  }
}
@media screen and (max-width: 768px) {
  section.banner .content {
/*    padding-top: 35px;*/
/*	  padding-top:120px;*/
	  padding-top: 20rem; /* 此數值為Navbar高度 */    
 margin-top: -20rem;
  }
}
section.banner .content > .img {
  position: absolute;
  width: 31%;
  top: 3.4%;
  left: 18%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.banner .content > .img {
    width: 60% !important;
    left: 6% !important;
  }
}
section.banner .content > .img .img_box.aos-animate .bird {
  -webkit-animation: bird 2s forwards ease-in-out;
}
section.banner .content > .img .bird_box {
  position: absolute;
  width: 101%;
  top: 0;
  left: 5.5%;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
section.banner .content > .img .bird {
  position: absolute;
  width: 100%;
  top: 17.2%;
  left: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-20deg) translateX(-120%);
          transform: rotate(-20deg) translateX(-120%);
}
section.banner .content .text {
  position: absolute;
  width: 32%;
  top: 14.5%;
  left: 47%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section.banner .content .text {
    width: 80% !important;
    margin-bottom: 40px !important;
  }
}
section.banner .content .text h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
section.banner .content .text h3 {
  font-size: 2rem;
  margin-bottom: 0.3rem;
}
section.banner .content .text > small {
  display: block;
  margin-top: 2rem;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  section.banner .content .text > small {
    font-size: 1.2rem;
  }
}
section.banner .content .text ol.list {
  font-size: 1.4rem;
  line-height: 1.6;
	padding-left: 5px;
}
section.banner .content .text ol.list li {
  background-image: url("../images/icon_list.png");
  background-repeat: no-repeat;
  background-position: 0 0.1rem;
  background-size: 1.9rem 1.9rem;
  padding-left: 2.6rem;
}
section.banner .content .text ol.list li:not(:last-of-type) {
  margin-bottom: 0.3rem;
}
section.banner .content .text ol.list li small {
  display: block;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  section.banner .content .text ol.list li small {
    font-size: 1.2rem;
  }
}
section.banner .content .text ol.card_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
  width: 90%;
  position: relative;
}
section.banner .content .text ol.card_list li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.banner .content .text ol.card_list li:not(:last-of-type) {
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  section.banner .content .text ol.card_list li:not(:last-of-type) {
    margin-right: 1rem;
  }
}
section.banner .content .text ol.card_list li a.card {
  position: relative;
  display: block;
  text-decoration: none;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-perspective: 2000px;
          perspective: 2000px;
  -webkit-transform: translate3d(0.1px, 0.1px, 0.1px);
          transform: translate3d(0.1px, 0.1px, 0.1px);
}
section.banner .content .text ol.card_list li a.card .card_img {
  position: relative;
  z-index: 10;
  -ms-touch-action: none;
      touch-action: none;
  overflow: hidden;
  border-radius: 0.6rem;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-box-shadow: 0.6rem 0.6rem 0.6rem rgba(0, 0, 0, 0.3);
          box-shadow: 0.6rem 0.6rem 0.6rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  section.banner .content .text ol.card_list li a.card .card_img {
    pointer-events: none;
  }
}
section.banner .content .text ol.card_list li a.card .card_img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-repeat: no-repeat;
  mix-blend-mode: color-dodge;
  z-index: 5;
  background-image: linear-gradient(110deg, transparent 25%, #fff 48%, #fff 52%, transparent 75%);
  background-position: 50% 50%;
  background-size: 250% 250%;
  opacity: 0;
  -webkit-filter: brightness(0.55) contrast(1.6);
          filter: brightness(0.55) contrast(1.6);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
section.banner .content .text ol.card_list li a.card .btn_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
section.banner .content .text ol.card_list li a.card .btn_box .btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
  min-width: 80%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.banner .content .text ol.card_list li a.card .btn_box .btn {
    width: 100%;
    padding: 8px 0;
  }
}
section.banner .content .text ol.card_list li a.card:hover .card_img {
  -webkit-transition: none;
  transition: none;
}
section.banner .content .text ol.card_list li a.card:hover .card_img:before {
  opacity: 0.75;
  -webkit-transition: none;
  transition: none;
}
section.banner .content .text ol.card_list li a.card:hover .btn_box .btn {
  background: rgb(209, 161, 111);
}
section.banner .content .text .text_box .btn_box {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -2.4rem;
}
section.banner .content .text .text_box .btn_box .btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0.6rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  section.banner .content .text .text_box .btn_box .btn {
    padding: 8px 18px;
  }
}
section.banner .content .text .text_box .btn_box .btn:after {
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("../images/icon_arrow_1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  -webkit-transition: background-image 0.15s ease-in-out;
  transition: background-image 0.15s ease-in-out;
}
section.banner .content .text .text_box .btn_box .btn:hover:after {
  background-image: url("../images/icon_arrow_2.png");
}
@media screen and (max-width: 768px) {
  section.first {
    padding: 110% 0 15% 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg_first_m.jpg");
  }
  section.anniversary {
	padding: 90% 0 15% 0;
    background-image: url("../images/bg_anniversary_m.jpg");
  }
}
  section.first_0422 {
    background-image: url("../images/bg_first_m_0422.jpg");
  }
section.first .content .text {
  position: absolute;
  width: 38%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  section.first .content .text {
    text-align: center !important;
  }
}
section.first .content .text h2 {
  color: #f8e1c5;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
section.first .content .text h3 {
  color: #f8e1c5;
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
section.first .content .text h4 {
  color: #f8e1c5;
  font-size: 2rem;
  margin-bottom: 1rem;
}
section.first .content .text p {
  color: #fff;
  font-size: 1.7rem;
  margin-bottom: 3rem;
}
section.first .content .text ol.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  section.first .content .text ol.list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.first .content .text ol.list li {
  position: relative;
  -webkit-box-flex: 0;
      /*-ms-flex: none;
          flex: none;*/
  width: auto;
}
section.first .content .text ol.list li:not(:last-of-type) {
  margin-right: 2.5rem;
  padding-right: 2.5rem;
}
section.first .content .text ol.list li:not(:last-of-type):after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 7rem;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 225, 197, 0)), color-stop(rgb(248, 225, 197)), color-stop(rgb(248, 225, 197)), to(rgba(248, 225, 197, 0)));
  background: linear-gradient(rgba(248, 225, 197, 0), rgb(248, 225, 197), rgb(248, 225, 197), rgba(248, 225, 197, 0));
}
@media screen and (max-width: 768px) {
  section.first .content .text ol.list li:not(:last-of-type):after {
    width: 1px;
  }
}
section.mileage #mileage_1 {
  position: relative;
}
@media screen and (max-width: 768px) {
  section.mileage #mileage_1 {
    padding: 35% 0 65%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg_mileage_1_m.jpg");
  }
}
section.mileage #mileage_1 .content .text {
  position: absolute;
  width: 40%;
  top: 60%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section.mileage #mileage_1 .content .text h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
section.mileage #mileage_1 .content .text h3 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 3rem;
}
section.mileage #mileage_1 .content .text h3 span {
  font-size: 3rem;
  font-weight: 700;
}
section.mileage #mileage_2 {
  position: relative;
}
@media screen and (max-width: 768px) {
  section.mileage #mileage_2 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg_mileage_2_m.jpg");
  }
}
section.mileage #mileage_2 .content {
  background-color: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  section.mileage #mileage_2 .content {
    width: 100%;
    padding: 30% 0;
  }
}
section.mileage #mileage_2 .content .text {
  position: absolute;
  width: 42%;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section.mileage #mileage_2 .content .text h2 {
  color: #f8e1c5;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.7);
  margin-bottom: 3rem;
}
section.mileage #mileage_2 .content .text h2 small {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}
section.mileage #mileage_2 .content .text h3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #f8e1c5;
  font-size: 2rem;
  font-weight: 700;
  text-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.7);
  margin-bottom: 1rem;
}
section.mileage #mileage_2 .content .text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
  text-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.7);
}
section.mileage #mileage_2 .content .text ol.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 0;
  border-top: 1px solid #f8e1c5;
  border-bottom: 1px solid #f8e1c5;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  section.mileage #mileage_2 .content .text ol.list {
    display: block;
  }
}
section.mileage #mileage_2 .content .text ol.list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
}
section.mileage #mileage_2 .content .text ol.list li:not(:last-of-type) {
  margin-right: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  section.mileage #mileage_2 .content .text ol.list li:not(:last-of-type) {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
section.mileage #mileage_2 .content .text ol.list li:not(:last-of-type):after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 225, 197, 0)), color-stop(rgb(248, 225, 197)), color-stop(rgb(248, 225, 197)), to(rgba(248, 225, 197, 0)));
  background: linear-gradient(rgba(248, 225, 197, 0), rgb(248, 225, 197), rgb(248, 225, 197), rgba(248, 225, 197, 0));
}
@media screen and (max-width: 768px) {
  section.mileage #mileage_2 .content .text ol.list li:not(:last-of-type):after {
    top: inherit;
    right: inherit;
    left: 50%;
    bottom: 0;
    width: 30%;
    height: 1px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(248, 225, 197, 0)), color-stop(rgb(248, 225, 197)), color-stop(rgb(248, 225, 197)), to(rgba(248, 225, 197, 0)));
    background: linear-gradient(90deg, rgba(248, 225, 197, 0), rgb(248, 225, 197), rgb(248, 225, 197), rgba(248, 225, 197, 0));
  }
}
section.mileage #mileage_3 {
  position: relative;
}
@media screen and (max-width: 768px) {
  section.mileage #mileage_3 {
    padding: 30% 0 80% 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg_mileage_3_m.jpg");
  }
}
section.mileage #mileage_3 .content .text {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section.mileage #mileage_3 .content .text h2 {
  color: #f8e1c5;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
section.mileage #mileage_3 .content .text h3 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 3rem;
}
section.mileage #mileage_3 .content .text h3 span {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section.consumption {
    padding: 20% 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg_consumption_m.jpg");
  }
}
section.consumption .content .text {
  position: absolute;
  width: 38%;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
	margin-top: -3%;
}
@media screen and (max-width: 768px) {
  section.consumption .content .text {
    margin-bottom: 5rem !important;
  }
}
section.consumption .content .text h2 {
  color: #f8e1c5;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
section.consumption .content .text h3 {
  color: #fff;
  font-size: 1.6rem;
}
section.consumption .content .text h3 span {
  font-size: 3rem;
  font-weight: 700;
}
section.consumption .content .text ol.list,#mileage_1 .content .text ol.list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5%;
	padding-bottom: 5%;
	
}
section.consumption .content .text ol.list li,#mileage_1 .content .text ol.list li{
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
}
section.consumption .content .text ol.list li:not(:last-of-type),#mileage_1 .content .text ol.list li:not(:last-of-type) {
  margin-right: 2.5rem;
  padding-right: 2.5rem;
}
section.consumption .content .text ol.list li:not(:last-of-type):after,#mileage_1 .content .text ol.list li:not(:last-of-type):after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 225, 197, 0)), color-stop(rgb(248, 225, 197)), color-stop(rgb(248, 225, 197)), to(rgba(248, 225, 197, 0)));
  background: linear-gradient(rgba(248, 225, 197, 0), rgb(248, 225, 197), rgb(248, 225, 197), rgba(248, 225, 197, 0));
}
@media screen and (max-width: 768px) {
  section.consumption .content .text ol.list li:not(:last-of-type):after {
    width: 1px;
  }
}
section.consumption .content .img {
  position: absolute;
  width: 81%;
  top: 50%;
  left: 2%;
  -webkit-transform: translate(0, -45%);
          transform: translate(0, -45%);
}
section.ticket {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/bg_ticket.jpg");
  height: 100vh;
/*  min-height: 1000px;*/
  max-height: var(--max-page-hight);
}
@media screen and (max-width: 768px) {
  section.ticket {
    padding: 20% 0 80% 0;
    height: auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg_ticket_m.jpg");
	   min-height: 935px;
  }
}
section.ticket .content .text {
  position: absolute;
  width: 38%;
  top:40%;
  left: 15%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
	padding-top: 8%;
}
section.ticket .content .text h2 {
  color: #212529;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
	margin-top: -3%;
}
section.ticket .content .text h3 {
  color: #212529;
  font-size: 2rem;
  margin-bottom: 1.5rem;
/*	margin-top: -2%;*/
}
section.ticket .content .text h3 span {
  font-size: 3rem;
  font-weight: 700;
}
section.ticket .content .text h4 {
  color: #212529;
  font-size: 2rem;
  margin-bottom: 1rem;
}
section.ticket .content .text p {
  color: #212529;
  font-size: 1.5rem;
  font-weight: 700;
  /* margin-right: -20px; */
}
@media screen and (max-width: 768px) {
  section.ticket .content .text p {
    /* font-size: 1.6rem; */
  }
}
section.ticket .content .text p span {
  display: inline-block;
  color: #fff;
  background-color: #005c6a;
  font-size: 1.2rem;
  border-radius: 10rem;
  padding: 0.2rem 1rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  section.ticket .content .text p span {
    font-size: 1.3rem;
  }
}
section.ticket .content .text a.link {
  color: #212529;
}
section.ticket .content .text a.link:after {
  background-image: url("../images/icon_arrow_3.png");
}
section.ticket .content .text ol.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 61%;
  margin-left: auto;
  margin: 0 auto;
  margin-bottom: 3rem;
/*
  padding-left: 8px;
	padding-right: 8px;
*/
}
section.ticket .content .text ol.list:not(:last-of-type) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #212529;
  /* padding-left: 15px; */
  /* flex: 5; */
}
section.ticket .content .text ol.list li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 0.85;
}
section.ticket .content .text ol.list li:first-of-type {
  width: 12rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  /* flex: none; */
}
section.ticket .content .text ol.list li:not(:last-of-type) {
  /* margin-right: -1.3rem; */
  /* padding-right: 1.5rem; */
  border-right: 1px solid #212529;
}
@media screen and (max-width: 768px) {
  section.ticket .content .text ol.list li:not(:last-of-type) {
/*
    margin-right: 0.8rem;
    padding-right: 0.8rem;
*/
	flex: 0.6;
  }
  section.ticket .content .text ol.list li {
	  -webkit-box-flex: 1;
		-ms-flex: 1;
		 flex: 0.5;
	}
}
@media screen and (max-width: 768px) {
  section.birthday {
    padding: 20% 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg_birthday_m.jpg");
  }
  
  
}
section.birthday .content .text {
  position: absolute;
  width: 30%;
  top: 50%;
  left: 15%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
/*	    padding-top: 12%;*/
}
@media screen and (max-width: 768px) {
  section.birthday .content .text {
    margin-bottom: 5rem !important;
  }
}
section.birthday .content .text h2 {
  color: #f8e1c5;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
section.birthday .content .text h3 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1rem;
}
section.birthday .content .text h3 span {
  font-size: 3rem;
  font-weight: 700;
}
section.birthday .content .text p {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
section.birthday .content .img {
  position: absolute;
  width: 47%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0, -49%);
          transform: translate(0, -49%);
}
section.flight #flight_1 {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  max-height: var(--max-page-hight);
  background-image: url("../images/bg_flight_1.jpg");
}
@media screen and (max-width: 768px) {
  section.flight #flight_1 {
    height: auto;
    padding-top: 30%;
    background-image: url("../images/bg_flight_1_m.jpg");
  }
}
section.flight #flight_1 .content .text {
  position: absolute;
  width: 30%;
  top: 22%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}
section.flight #flight_1 .content .text h2 {
  color: #212529;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section.flight #flight_1 .content .text h2 {
    margin-bottom: 40%;
  }
}
section.flight #flight_1 .content ol.list {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  section.flight #flight_1 .content ol.list {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	  margin-top: -13%;
  }
}
section.flight #flight_1 .content ol.list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5rem 1rem;
  background-color: rgba(0, 0, 0, 0.55);
}
@media screen and (max-width: 768px) {
  section.flight #flight_1 .content ol.list li {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: calc(50% - 1px);
    box-sizing: border-box;
  }
  section.flight #flight_1 .content ol.list li:nth-of-type(odd) {
    margin-right: 2px !important;
  }
  section.flight #flight_1 .content ol.list li:nth-of-type(-n+2) {
    margin-bottom: 2px !important;
  }
}
section.flight #flight_1 .content ol.list li:not(:last-of-type) {
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  section.flight #flight_1 .content ol.list li:not(:last-of-type) {
    margin-right: 0;
  }
}
section.flight #flight_1 .content ol.list li h3 {
  color: #f8e1c5;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 700;
  text-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.7);
  margin-bottom: 1rem;
  text-align: center;
}
section.flight #flight_1 .content ol.list li h3 span {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}
section.flight #flight_1 .content ol.list li h3 span.pc {
  display: inline;
}
@media screen and (max-width: 768px) {
  section.flight #flight_1 .content ol.list li h3 span.pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  section.flight #flight_1 .content ol.list li h3 {
    line-height: 1.5;
  }
}
section.flight #flight_1 .content ol.list li p {
  color: #fff;
  font-size: 1.5rem;
  text-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.7);
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.flight #flight_1 .content ol.list li p {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
    height: 6rem;
  }
  section.flight #flight_1 .content ol.list li p.s {
    height: auto;
  }
	section.flight #flight_1 .content ol.list li p.s2{
		margin-top: -13%;
	}
	section.flight #flight_1 .content ol.list li p.s3{
		margin-bottom: -4%;
	}
  section.flight #flight_1 .content ol.list li p.f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.flight #flight_1 .content ol.list li p span {
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section.flight #flight_1 .content ol.list li p span {
    font-size: 2.8rem;
  }

section .flight #flight_2 {
  position: relative;
  height: 100vh;
  max-height: var(--max-page-hight);
/*	margin-bottom: -10%;*/
}
.flight88 #flight_2 {
    margin-bottom: -10%;
}	
	}
@media screen and (max-width: 768px) {
  section.flight #flight_2 {
    height: auto;
  }
}
section.flight #flight_2 .content {
  position: relative;
/*	margin-bottom: -3%;*/
	margin-bottom: 0%;
}
section.flight #flight_2 .content ol.list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 105vh;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  section.flight #flight_2 .content ol.list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
}
section.flight #flight_2 .content ol.list li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  section.flight #flight_2 .content ol.list li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100% !important;
  }
}
section.flight #flight_2 .content ol.list li .text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5rem 1rem;
  background-color: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  section.flight #flight_2 .content ol.list li .text {
    width: 100% !important;
    padding: 9rem 1rem;
  }
}
section.flight #flight_2 .content ol.list li .text .text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.flight #flight_2 .content ol.list li h3 {
  color: #f8e1c5;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 700;
  text-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.7);
  margin-bottom: 1rem;
}
section.flight #flight_2 .content ol.list li p {
  color: #fff;
  font-size: 1.5rem;
  text-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.7);
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  section.flight #flight_2 .content ol.list li p {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
  }
}
section.flight #flight_2 .content ol.list li p span {
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section.flight #flight_2 .content ol.list li p span {
    font-size: 2.8rem;
  }
}
section.flight #flight_3 {
  position: relative;
/*	margin-top: 47%;*/
}
@media screen and (max-width: 768px) {
  section.flight #flight_3 {
    padding: 20% 0 10% 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg_flight_3_m.jpg");
  }
}
section.flight #flight_3 .content .text {
  position: absolute;
  width: 46%;
  top: 50%;
  left: 15%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  section.flight #flight_3 .content .text {
    margin-bottom: 5rem !important;
  }
}
section.flight #flight_3 .content .text h3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #212529;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
section.flight #flight_3 .content .text p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #212529;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  section.flight #flight_3 .content .text p {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
  }
}
section.flight #flight_3 .content .text p span {
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section.flight #flight_3 .content .text p span {
    font-size: 2.8rem;
  }
}
section.flight #flight_3 .content .text a.link {
  color: #212529;
}
section.flight #flight_3 .content .text a.link:after {
  background-image: url("../images/icon_arrow_3.png");
}
section.flight #flight_3 .content .text ol.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  section.flight #flight_3 .content .text ol.list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.flight #flight_3 .content .text ol.list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
}
section.flight #flight_3 .content .text ol.list li:not(:last-of-type) {
  margin-right: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  section.flight #flight_3 .content .text ol.list li:not(:last-of-type) {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
section.flight #flight_3 .content .text ol.list li:not(:last-of-type):after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 37, 41, 0)), color-stop(rgb(33, 37, 41)), color-stop(rgb(33, 37, 41)), to(rgba(33, 37, 41, 0)));
  background: linear-gradient(rgba(33, 37, 41, 0), rgb(33, 37, 41), rgb(33, 37, 41), rgba(33, 37, 41, 0));
}
@media screen and (max-width: 768px) {
  section.flight #flight_3 .content .text ol.list li:not(:last-of-type):after {
    top: inherit;
    right: inherit;
    left: 50%;
    bottom: 0;
    width: 30%;
    height: 1px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(33, 37, 41, 0)), color-stop(rgb(33, 37, 41)), color-stop(rgb(33, 37, 41)), to(rgba(33, 37, 41, 0)));
    background: linear-gradient(90deg, rgba(33, 37, 41, 0), rgb(33, 37, 41), rgb(33, 37, 41), rgba(33, 37, 41, 0));
  }
}
section.flight #flight_3 .content .img {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(5%, -45%);
          transform: translate(5%, -45%);
}
@media screen and (max-width: 768px) {
  section.flight #flight_3 .content .img {
    -webkit-transform: translate(-5%, 0) !important;
            transform: translate(-5%, 0) !important;
  }
}
section.noble {
  height: 100vh;
  max-height: var(--max-page-hight);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  section.noble {
    height: auto;
  }
}
section.noble .content {
  position: relative;
}
section.noble .content ol.list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  section.noble .content ol.list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
}
section.noble .content ol.list li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  section.noble .content ol.list li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
section.noble .content ol.list li .text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5rem 1rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  section.noble .content ol.list li .text {
    width: 100% !important;
    padding: 15rem 1rem;
  }
}
section.noble .content ol.list li .text .text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.noble .content ol.list li h3 {
  color: #f8e1c5;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 700;
  text-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.7);
  margin-bottom: 1rem;
}
section.noble .content ol.list li p {
  color: #fff;
  font-size: 1.5rem;
  text-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.7);
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  section.noble .content ol.list li p {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
  }
}
section.noble .content ol.list li p span {
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section.noble .content ol.list li p span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  section.condition {
    padding: 30% 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg_condition_m.jpg");
  }
	.page_list .condition{
		margin-top:40%;
	}
}
section.condition .content .img {
  position: absolute;
  width: 42%;
  top: 50%;
  left: 15%;
  z-index: 1;
  -webkit-transform: translate(0, -45%);
          transform: translate(0, -45%);
}
@media screen and (max-width: 768px) {
  section.condition .content .img {
    margin-bottom: 5rem !important;
  }
}
section.condition .content .img:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66%;
}
@media screen and (max-width: 768px) {
  section.condition .content .img:after {
    padding-top: 73%;
  }
}
section.condition .content .img ol.list {
  width: 100%;
}
section.condition .content .img ol.list li {
  position: absolute;
  width: 32%;
}
@media screen and (max-width: 768px) {
  section.condition .content .img ol.list li {
    width: 36%;
  }
}
section.condition .content .img ol.list li:nth-of-type(1) {
  z-index: 3;
  top: 6rem;
  left: 0;
}
section.condition .content .img ol.list li:nth-of-type(2) {
  z-index: 2;
  top: 3rem;
  left: 28%;
}
@media screen and (max-width: 768px) {
  section.condition .content .img ol.list li:nth-of-type(2) {
    left: 32%;
  }
}
section.condition .content .img ol.list li:nth-of-type(3) {
  z-index: 1;
  top: 0;
  left: 56%;
}
@media screen and (max-width: 768px) {
  section.condition .content .img ol.list li:nth-of-type(3) {
    left: 64%;
  }
}
section.condition .content .img ol.list li .img_box {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.3);
          box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.3);
}
section.condition .content .text {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(20%, -50%);
          transform: translate(20%, -50%);
}
section.condition .content .text h2 {
  color: #212529;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
section.condition .content .text a.link {
  color: #212529;
}
section.condition .content .text a.link:after {
  background-image: url("../images/icon_arrow_3.png");
}

.card_1 section.flight #flight_2 .content ol.list li:nth-of-type(1) {
  background-image: url("../images/bg_flight_2_1_1.jpg");
}
@media screen and (max-width: 768px) {
  .card_1 section.flight #flight_2 .content ol.list li:nth-of-type(1) {
    background-image: url("../images/bg_flight_2_1_1_m.jpg");
  }
}
.card_1 section.flight #flight_2 .content ol.list li:nth-of-type(2) {
  background-image: url("../images/bg_flight_2_1_2.jpg");
}
@media screen and (max-width: 768px) {
  .card_1 section.flight #flight_2 .content ol.list li:nth-of-type(2) {
    background-image: url("../images/bg_flight_2_1_2_m.jpg");
  }
}
.card_1 section.flight #flight_2 .content ol.list li:nth-of-type(3) {
  background-image: url("../images/bg_flight_2_1_3.jpg");
}
@media screen and (max-width: 768px) {
  .card_1 section.flight #flight_2 .content ol.list li:nth-of-type(3) {
    background-image: url("../images/bg_flight_2_1_3_m.jpg");
  }
}

.card_1 section.noble .content ol.list li:nth-of-type(1) {
  background-image: url("../images/bg_noble_1.jpg");
}
@media screen and (max-width: 768px) {
  .card_1 section.noble .content ol.list li:nth-of-type(1) {
    background-image: url("../images/bg_noble_1_m.jpg");
  }
}
.card_1 section.noble .content ol.list li:nth-of-type(2) {
  background-image: url("../images/bg_noble_2.jpg");
}
@media screen and (max-width: 768px) {
  .card_1 section.noble .content ol.list li:nth-of-type(2) {
    background-image: url("../images/bg_noble_2_m.jpg");
  }
}

.card_2 section.flight #flight_2 .content ol.list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card_2 section.flight #flight_2 .content ol.list li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}
.card_2 section.flight #flight_2 .content ol.list li:nth-of-type(1) {
  background-image: url("../images/bg_flight_2_2_1.jpg");
}
@media screen and (max-width: 768px) {
  .card_2 section.flight #flight_2 .content ol.list li:nth-of-type(1) {
    background-image: url("../images/bg_flight_2_1_1_m.jpg");
  }
}
.card_2 section.flight #flight_2 .content ol.list li:nth-of-type(2) {
  background-image: url("../images/bg_flight_2_2_2.jpg");
}
@media screen and (max-width: 768px) {
  .card_2 section.flight #flight_2 .content ol.list li:nth-of-type(2) {
    background-image: url("../images/bg_flight_2_1_2_m.jpg");
  }
}
.card_2 section.flight #flight_2 .content ol.list li:nth-of-type(3) {
  background-image: url("../images/bg_flight_2_2_3.jpg");
}
@media screen and (max-width: 768px) {
  .card_2 section.flight #flight_2 .content ol.list li:nth-of-type(3) {
    background-image: url("../images/bg_flight_2_2_3_m.jpg");
  }
}
.card_2 section.flight #flight_2 .content ol.list li:nth-of-type(4) {
  background-image: url("../images/bg_flight_2_2_4.jpg");
}
@media screen and (max-width: 768px) {
  .card_2 section.flight #flight_2 .content ol.list li:nth-of-type(4) {
    background-image: url("../images/bg_flight_2_2_4_m.jpg");
  }
}

.card_2 section.noble .content ol.list li:nth-of-type(1) {
  background-image: url("../images/bg_noble_3.jpg");
}
@media screen and (max-width: 768px) {
  .card_2 section.noble .content ol.list li:nth-of-type(1) {
    background-image: url("../images/bg_noble_3_m.jpg");
  }
}

.card_3 section.flight #flight_2 .content ol.list li:nth-of-type(1) {
  background-image: url("../images/bg_flight_2_3_1.jpg");
}
@media screen and (max-width: 768px) {
  .card_3 section.flight #flight_2 .content ol.list li:nth-of-type(1) {
    background-image: url("../images/bg_flight_2_1_1_m.jpg");
  }
}
.card_3 section.flight #flight_2 .content ol.list li:nth-of-type(2) {
  background-image: url("../images/bg_flight_2_3_2.jpg");
}
@media screen and (max-width: 768px) {
  .card_3 section.flight #flight_2 .content ol.list li:nth-of-type(2) {
    background-image: url("../images/bg_flight_2_1_2_m.jpg");
  }
	.page_list .condition {
        margin-top: 40%;
    }
	 section.flight #flight_2 .content ol.list{
margin-top: 30%;
}
section.flight #flight_1{
max-height: 1153px;
}
section.flight #flight_2 .content ol.list {
margin-top: 0%;
}
section.flight #flight_3 {
   
	margin-top: 83%;
}
	.page_list .condition {
        margin-top: 32%;
    }
	.page_list .condition11{
		margin-top: 140%;
	}
	    .condition22 {
        margin-top: 83%;

    }
}
@media screen and (max-width: 745px){
	    .page_list .condition11{
        margin-top: 137%;
    }
		.page_list .ticket {
		min-height: 1250px;
	}
	section.flight #flight_3{
margin-top: 80%;
}
@media screen and (max-width: 718px){
	section.flight #flight_3 {
	margin-top: 56%;
}
	
}
@media screen and (max-width: 715px){
   .page_list .condition11{
        margin-top: 110%;
    }
	.page_list .qq{
		margin-top: 10%;
	}
	  .page_list .ticket {
        min-height: 1220px;
    }
	}    
}
@media screen and (max-width: 710px){
	section.flight #flight_3 {
        margin-top: 52%;
    }
}
@media screen and (max-width: 695px){
  .page_list .condition11{
        margin-top: 102%;
    }
	  .page_list .ticket {
        min-height: 1145px;
    }
/*
		.page_list .qq{
		margin-top: 25%;
	}
*/
}
@media screen and (max-width: 685px){
	   section.flight #flight_3 {
        margin-top: 64%;
    }
}

@media screen and (max-width: 680px){
	.page_list .ticket .page99{
		min-height: 0;
	}
	   .page_list .condition11{
        margin-top: 103%;
    }
}
	@media screen and (max-width: 676px){
/*
.page_list .condition11{
        margin-top: 100%;
    }
*/


}
@media screen and (max-width: 665px){
/*
		  .page_list .ticket {
        min-height: 100%;
    }
	    }
}
*/
/*
@media screen and (max-width: 664px){
		  .page_list .ticket {
        min-height: 100%;
    }
	    }
*/
}
@media screen and (max-width: 660px){
   .page_list .condition11{
        margin-top: 100%;
    }
/*
section.ticket .content .text{
		padding-top: 5%;
	}
*/
/*
		section.flight #flight_3 {
        margin-top: 61%;
*/
}
@media screen and (max-width: 657px){
	 section.flight #flight_3 {
        margin-top:61%;
    }
}
@media screen and (max-width: 646px){
	  .page_list .condition11{
        margin-top: 90%;
    }
/*
			  .page_list .ticket {
        min-height: 1005px;
    }
*/
}
@media screen and (max-width: 640px){
	 section.flight #flight_3 {
        margin-top: 40%;
    }

}
@media screen and (max-width: 635px){
	 section.flight #flight_3 {
        margin-top: 35%;
    }
}
@media screen and (max-width: 615px){
	  .page_list .condition11{
        margin-top: 86%;
    }
		 section.flight #flight_3 {
        margin-top:48%;
    }
		.page_list .qq{
		margin-top: -2%;
	}
	
}
	@media screen and (max-width: 610px){
		.page_list .ticket {
        min-height: 1020px;
    }
	}
@media screen and (max-width: 605px){
	.page_list .qq{
		margin-top: -7%;
}
}

@media screen and (max-width: 595px){
	 section.flight #flight_3 {
        margin-top: 43%;
    }
}
@media screen and (max-width: 588px){
	  .page_list .condition11{
        margin-top: 80%;
    }
		.page_list .qq{
		margin-top: -10%;
}
}
@media screen and (max-width: 576px){

/*
.page_list .ticket{
		min-height: 900px;
}
*/
/*
	.page_list .condition {
        margin-top: 53%;
    }
*/
	.page_list .qq{
		margin-top: -10%;
	}
	    section.flight #flight_3{
        margin-top: 23%;
    }
	   .page_list .condition11{
        margin-top: 78%;
    }
		.page_list .ticket {
        min-height: 950px;
    }
	section.condition .content .text h2{
		margin-top: -10%;
	}
	section.birthday .content .text{
		padding-top: 12%;
	}
	.btn_box .btn{
		font-size: 15px;
	}

}
@media screen and (max-width: 570px){
	section.ticket .content .text ol.list li:not(:last-of-type){
		/* margin-left: -1rem; */
	}
	section.ticket .content .text p{
		/* margin-right: 10px; */
	}
}
@media screen and (max-width: 566px){
	     section.flight #flight_3{
        margin-top: 38%;
    }
	  .page_list .condition11{
        margin-top: 98%;
    }
}
	
@media screen and (max-width: 559px){
	     section.flight #flight_3{
        margin-top: 18%;
    }
		.page_list .ticket {
        min-height: 915px;
    }
}
@media screen and (max-width: 555px){
	     section.flight #flight_3{
        margin-top: 15%;
    }
}
@media screen and (max-width: 550px){
	   .page_list .condition11{
        margin-top: 90%;
}
	     section.flight #flight_3{
        margin-top: 34%;
    }
	
    }
@media screen and (max-width: 535px){
	   .page_list .condition11{
        margin-top: 65%;
}
		.page_list .ticket {
        min-height: 885px;
    }
	}
@media screen and (max-width: 519px){
	   .page_list .condition11{
        margin-top: 60%;
}
	}
	@media screen and (max-width: 510px){
	   .page_list .condition11{
        margin-top: 55%;
}
}
	@media screen and (max-width: 500px){
	   .page_list .condition11{
        margin-top: 50%;
}
}
	@media screen and (max-width: 480px){
	   .page_list .condition11{
        margin-top: 45%;

	}
}
	@media screen and (max-width: 475px){
	   .page_list .condition11{
        margin-top: 43%;

	}
}
	@media screen and (max-width: 465px){
	   .page_list .condition11{
        margin-top: 40%;

	}
}
	@media screen and (max-width: 460px){
	   .page_list .condition11{
        margin-top: 38%;
	}
		.page_list .ticket {
            min-height: 730px;
        }
    }
	@media screen and (max-width: 450px){
	   .page_list .condition11{
        margin-top: 33%;
	}

}
	@media screen and (max-width: 443px){
	   .page_list .condition11{
        margin-top: 27%;

	}
}
	
@media screen and (max-width: 430px){
	section.banner .content .text ol.card_list li a.card .btn_box .btn{
		font-size: 12px;
		padding-top: 8px;
	}
	.page_list .ticket{
/*		min-height: 700px;*/
	}
	.page_list .condition {
/*        margin-top: 10%;*/
    }
	.page_list .condition11{
		  margin-top: 45%;
	}
}
	@media screen and (max-width: 427px){
	   .page_list .condition11{
        margin-top: 20%;

	}
}
	@media screen and (max-width: 418px){
	   .page_list .condition11{
        margin-top: 35%;
	}	
		.page_list .ticket {
/*            min-height: 578px;*/
        }
		
}
@media screen and (max-width: 375px){
		 section.banner .content {
/*    padding-top: 35px;*/
/*	  padding-top:120px;*/
	  padding-top: 100rem; /* 此數值為Navbar高度 */    
 margin-top: -100rem;
  }
	.page_list .condition11 {
/*        margin-top: 2%;*/
    }
	.page_list .ticket {
            min-height: 515px;
        }
	section.condition .content .text{
		padding-top: 3%;
	}

section .content2 {
		padding-top: 13%;
	}

}

.small{
	font-size: 1rem!important;
	display: block;
	font-weight: 300!important;
	margin-top: 0.5rem;
}