.warp {
  width: 100% !important;
  position: relative !important;
}

.clearfix {
  clear: both;
}

@media screen and (max-width: 991px) { /*991以下平板*/
  .H2title h2 {
    font-size: 4vw !important;
    padding: 2% !important;
  }
}

@media screen and (max-width: 767px) { /*766以下手機*/
  .H2title h2 {
    font-size: 8vw !important;
    padding: 3% !important;
  }
}



/*HEADER*/

.header {
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
  position: relative;
  position: fixed !important;
  width: 100%;
  height: 75px;
  top: 0;
  left: 0;
  z-index: 99 !important;
  padding: 0 0 0 0 !important;
}

.container-fluid img {
  width: 33vw;
}

.navbar {
  z-index: 5;
}

.LOGO_n_Dropdown a {
  display: inline-block;
  margin-right: 18vw !important;
}

.navbar-toggler .facebook_icon {
  position: absolute;
  right: 0.5%;
}

.header .navbar-toggler {
  padding: 2px 5px 2px 5px !important;
}

.navbar-brand .fab {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.8vw;
  color: #115aa2;
}

.header .nav-link {
  color: #115aa2 !important;
  font-family: 微軟正黑体;
  font-weight: bold !important;
  font-size: 1.1vw !important;
  line-height: 10px;
  padding-right: 1.5vw !important;
}

  .header .nav-link:hover {
    color: #003162 !important;
    transition: 0.5s;
  }

.header .dropdown-menu {
  background-color: #115aa2;
}

  .header .dropdown-menu a {
    color: #fff;
    font-family: 微軟正黑体;
    font-size: 1vw !important;
    line-height: 32px;
  }

    .header .dropdown-menu a:hover {
      background-color: #1f91ce;
      transition: 0.6s;
    }

@media screen and (max-width: 991px) { /*991以下平板*/
  .header {
    height: 70px;
    padding: 0 !important;
    position: fixed !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  }

  .container-fluid {
    padding: 0 !important;
  }

  .header .navbar-collapse {
    background-color: rgba(255%, 255%, 255%, 0.85) !important;
  }

  .downnn .nav-item a {
    font-size: 18px !important;
    line-height: 28px;
  }

  .container-fluid img {
    width: 60vw;
  }

  .header .facebook_icon {
    display: none;
  }

  .header .navbar-toggler {
    position: absolute;
    right: 4%;
    margin-top: 15px;
  }

  .header .dropdown-menu {
    background: rgba(255%, 255%, 255%,0);
    border: none;
  }

    .header .dropdown-menu a {
      color: #115aa2;
      text-align: center;
    }

      .header .dropdown-menu a:hover {
        color: #1f91ce;
        transition: 0.6s;
      }

  .container-fluid img {
    padding-left: 20px;
    width: 90%;
  }

  .navbar-light .navbar-toggler {
    border: none;
  }

  .navbar-toggler-icon {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) { /*766以下手機*/
  .header {
    height: 60px;
    padding-right: 1%;
    padding-left: 0;
  }

  .container-fluid {
    padding: 10px 0 20px 0 !important;
  }

    .container-fluid img {
      width: 77vw;
    }

  .LOGO_n_Dropdown button {
    margin-top: 0 !important;
  }
}


/*BANNER*/
.banner {
  width: 100% !important;
  height: 450px !important;
  overflow: hidden;
}

.news_word_in {
  position: absolute;
  width: 450px;
  top: 220px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align:center;
}

.news_word {
  width: 100%;
  height: 450px;
  position: relative;
}

.banner h2 {
  color: #fff;
  font-family: 微軟正黑体;
  font-size: 40px !important;
  line-height: 20px;
  letter-spacing: 3px;
  color: white;
  text-shadow: #000 0.0em 0.0em 0.2em;
}

.white01 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0px;
}

.blue_line {
  width: 2%;
  height: 82%;
  position: fixed;
  top: 85px;
  right: 2%;
  border-right: 1px solid #115aa2;
}

  .blue_line a {
    position: fixed;
    bottom: 20px;
    color: #115aa2;
  }

.ticket_btn {
  position: fixed;
  margin-left: 1vw;
  top: 42%;
  width: 2%;
  height: 15%;
  border: none;
  background-color: rgba(255,255,255,1);
  font-size: 1vw;
  color: #115aa2;
}

  .ticket_btn:hover {
    background-color: #115aa2;
    color: #fff;
    transition: 0.3s;
  }

.blue_line .fas {
  font-size: 2vw;
  margin-left: 50%;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: -0.5px -1px 3px 2px rgba(255, 255, 255, 0.5);
}


@media screen and (max-width: 991px) { /*991以下平板*/
  .blue_line {
    display: none;
  }

  .banner {
    width: 100% !important;
    height: 350px !important;
    text-align: center;
  }

  .news_word_in h2 {
    font-size: 32px !important;
  }

  .white01 {
    display: none;
  }
}

@media screen and (max-width: 767px) { /*766以下手機*/
  .banner {
    width: 100% !important;
    height: 220px !important;
    text-align: center;
  }

    .banner .carousel-caption h2 {
      line-height: 40px;
      letter-spacing: 0;
    }

  .up_991_768 .fas {
    animation-name: upupup;
    animation-duration: 4s;
    animation-delay: 0;
  }

  @keyframes upupup {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .news_word {
    height: 170px !important;
  }

  .news_word_in {
    padding: 0px !important;
    margin-bottom: 45px !important;
  }

  .white01 {
    display: none;
  }
}


/* 船班資訊 */


.icon {
  padding-right: 7px;
}

.ship_tab {
  border-bottom-style: 5px solid #555;
}

.ship_ship_a {
  font-family: 微軟正黑体;
  font-size: 18px !important;
  font-weight: bold;
  color: #555;
  letter-spacing: 3px;
  margin-right: 10px;
  border-top: solid 1px #555 !important;
  border-right: solid 1px #555 !important;
  border-left: solid 1px #555 !important;
  border-bottom: solid 5px #555 !important;
  border-radius: 10px 10px 0 0 !important;
}
.ship_tab .active {
  background: linear-gradient(#3a679f, #2c88d9 50%, #227ecc 50%, #6bade2);
  /* color: #fff !important;  */
}



.ship_tab_word {
  padding: 50px;
  background: linear-gradient(to top, #D2EBF9, #fff);
  border-radius: 0 0 30px 30px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

  .ship_tab_word h3 {
    font-family: 微軟正黑体;
    font-size: 35px;
    font-weight: bold;
  }

.times {
  margin: 30px;
  width: 95%;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}

  .times tr {
    font-family: Arial;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    height: 35px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
  }

  .times td {
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
  }

.ship_tab_word p {
  line-height: 27px;
  font-family: 微軟正黑体;
  f
  /* 船班資訊End */
  /*麗娜輪*/ /*藍底區域*/
  .about {
  width: 100%;
  margin: 50px auto 0 auto !important;
}

.about_h2 {
  font-family: 微軟正黑体;
  display: flex;
  justify-content: center;
  font-size: 32px;
  padding-bottom: 20px;
  color: #115aa2;
}

.word_in .introduction {
  padding: 0 30px 0 30px;
}

.about_contant {
  display: flex;
}

.blue {
  background-color: #eff8fc;
  padding-top: 50px;
  padding-bottom: 50px;
}

.about_contant_blue {
  display: flex;
  justify-content: center;
}

.three_pic {
  display: flex;
  justify-content: center;
  padding: 20px;
}

  .three_pic .card h4 {
    font-size: 18px;
    padding: 10px 10px 5px 10px;
    background-color: rgba(0, 0, 0, 0.3);
    display: inline;
    font-family: 微軟正黑体;
    color: #fff;
    font-weight: bold;
  }

  .three_pic .card p {
    font-size: 14px;
    margin-top: 5px;
    letter-spacing: 1.5px;
    padding: 10px 10px 5px 10px;
    background-color: rgba(0, 0, 0, 0.3);
    font-family: 微軟正黑体;
    color: #fff;
    font-weight: bold;
  }
  /* 皇家套房 */
  .three_pic .card01 {
    background-image: url("../pic/YAH/RS.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* 豪華套房 */
  .three_pic .card02 {
    background-image: url("../pic/YAH/DS.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  /*家庭房*/
  .three_pic .card03 {
    background-image: url("../pic/YAH/FR.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* 標準房A */
  .three_pic .card04 {
    background-image: url("../pic/YAH/SS01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* 標準房B 左右 18*/
  .three_pic .card05 {
    background-image: url("../pic/YAH/SS02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* 標準房B 上下2人 4*/
  .three_pic .card05A {
    background-image: url("../pic/YAH/SS02A.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* 標準房B 4人*/
  .three_pic .card05B {
    background-image: url("../pic/YAH/SS02B.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }


  /* 標準房C */
  .three_pic .card06 {
    background-image: url("../pic/YAH/SS03.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* 標準房G */
  .three_pic .card07 {
    background-image: url("../pic/YAH/SS04.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* 公共衛浴（日式澡堂） */
  .three_pic .card14 {
    background-image: url("../pic/YAH/SR08.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* 餐廰 */
  .three_pic .card08 {
    background-image: url("../pic/YAH/SR03.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* 夢咖啡 */
  .three_pic .card09 {
    background-image: url("../pic/YAH/SR01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* VIP貴賓室 */
  .three_pic .card10 {
    background-image: url("../pic/YAH/SR04.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* 卡拉ok */
  .three_pic .card11 {
    background-image: url("../pic/YAH/SR05.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* 免稅店 */
  .three_pic .card12 {
    background-image: url("../pic/YAH/SR06.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* 便利店 */
  .three_pic .card13 {
    background-image: url("../pic/YAH/SR07.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .three_pic .card:hover {
    -webkit-filter: brightness(.7);
    transition: 0.8s;
  }

.word_in p {
  font-family: 微軟正黑体;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.5em;
}

@media screen and (min-width: 1024px) { /*1024以上桌機*/

}

@media screen and (max-width: 991px) { /*991以下平板*/
  .about h2 {
    margin-top: 0px;
  }

  .word_in p {
    font-family: 微軟正黑体;
    font-size: 16px;
    line-height: 24px;
  }

  .about_contant {
    margin-top: 30px !important;
  }

  .card-body p {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 767px) { /*766以下手機*/
  .about {
  }

  .about_contant {
    display: block;
    justify-content: center;
  }

  .word_in {
    display: block;
    width: 100%;
  }

    .word_in p {
      font-size: 16px
    }

  .clearfix {
    margin: auto !important;
  }

  .blue {
    padding: 100px 20px 50px 20px;
  }

  .card-body {
    display: none;
  }

  .about_h2 {
    font-size: 26px;
    text-align: center;
  }
}

/*圖片輪播*/
.media {
  width: 100%;
  margin: 0 auto !important;
  padding-bottom: 0px;
}

  .media img {
    width: 100%;
  }

  .media h2 {
    font-family: 微軟正黑体;
    display: flex;
    justify-content: left;
    font-size: 40px;
    padding-left: 12%;
    padding-bottom: 10px;
    margin-top: 10px;
    color: #115aa2;
  }

.media_content {
  height: 300px;
}

  .media_content button {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50%;
    background-color: #888 !important;
  }

.media .card {
  width: 18.3vw;
  float: left;
  margin: 0 5px 20px 5px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.23) 0px 1px 10px;
}

.media .carousel-indicators button {
  display: none;
}

.btn-primary {
  padding: 0 !important;
  background-color: #fff;
  border: none !important;
}

  .btn-primary:focus {
    box-shadow: none !important;
  }


.photo .card img:hover {
  -webkit-filter: brightness(.8);
  transition: .3s;
}

.photo .carousel-control-prev-icon {
  background-image: url("../pic/left.png") !important;
  position: absolute !important;
  left: -20px !important;
}

.photo .carousel-control-next-icon {
  background-image: url("../pic/right.png") !important;
  position: absolute !important;
  right: -20px !important;
}

.photo .carousel-control-prev {
  position: absolute !important;
  width: 20px !important;
  left: -40px !important;
}

.photo .carousel-control-next {
  position: absolute !important;
  width: 20px !important;
  right: -40px !important;
}



@media screen and (min-width: 1024px) { /*1024以上桌機*/
  .cards {
    padding-top: 30px;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) { /*991以下平板*/
  .media .cards {
    display: flex;
    justify-content: center;
  }

  .media h2 {
    padding-left: 6%;
  }

  .media .link-top {
    width: 64vw;
    margin-left: 30vw !important;
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) { /*766以下手機*/
  .media {
    padding-top: 50px;
    height: 950px;
  }

    .media .link-top {
      width: 35vw;
      margin-left: 55vw !important;
    }

    .media .carousel-inner {
      padding: 0 20px 0 10px;
    }

    .media .card {
      width: 100%;
    }

  .cards .carousel-indicators {
    display: none;
  }
}


/*Footer*/
.fffooter {
  width: 100%;
  margin: 0 auto !important;
  background-color: #eff8fc;
}

  .fffooter h2 {
    font-family: 微軟正黑体;
    display: flex;
    justify-content: left;
    font-size: 40px;
    padding-left: 12%;
    padding-top: 70px;
    padding-bottom: 10px;
    color: #115aa2;
  }

.link-top {
  width: 62vw;
  border-top: solid #ACC0D8 1px;
  margin-left: 25vw !important;
  margin-top: -40px;
  padding-bottom: 30px;
  border-color: #ba070c;
}

.map {
  padding: 60px 0 90px 0;
}

.info {
  padding-left: 9%;
  padding-top: 50px;
}

  .info h4 {
    font-family: 微軟正黑体;
    font-size: 21px;
    font-weight: bold;
    padding-top: 1%;
    color: #115aa2;
    text-decoration: none:
  }

  .info a {
    font-family: arial;
    font-size: 16px;
    line-height: 40px;
    color: #444;
    text-decoration: none;
  }

  .info i {
    font-size: 20px;
    color: #115aa2;
    padding-right: 10px;
  }

.copyright {
  display: flex;
  justify-content: center;
  background-color: #0973a4;
  padding-top: 0.7vw;
}

  .copyright a {
    font-family: 微軟正黑体;
    color: #fff;
    font-size: 0.75vw;
    text-decoration: none;
  }

    .copyright a:hover {
      color: #c0ecff;
      transition: 0.3s;
    }

  .copyright p {
    font-family: 微軟正黑体;
    color: #fff;
    font-size: 0.75vw;
  }

.copyright02 {
  padding-right: 40%;
}

.line {
  padding: 0 15px 0 15px;
}

.content_us {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) { /*991以下平板*/
  .info {
    padding-left: 6%;
    padding-top: 50px;
  }

  .fffooter .link-top {
    width: 50vw;
    margin-left: 40vw !important;
  }

  .copyright {
    padding-top: 20px;
  }

  .copyright02 {
    padding-right: 5%;
  }

  .copyright p {
    font-size: 14px;
  }

  .copyright a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) { /*766以下手機*/
  .fffooter h2 {
    font-size: 30px;
  }

  .fffooter .link-top {
    width: 40vw;
    margin-left: 50vw !important;
  }

  .copyright p {
    font-size: 10px;
  }

  .copyright a {
    font-size: 10px;
  }

  .copyright02 {
    padding-right: 1%;
  }

  .content_us {
    display: block;
    justify-content: center;
    padding: 0 20px 0 20px;
  }

  .map {
    padding: 30px 20px 60px 20px;
  }

  .info {
    display: block;
    justify-content: center;
    padding: 0 20px 50px 20px;
  }

    .info h4 {
      margin: 0;
    }

    .info a {
      font-size: 17px;
      line-height: 32px;
    }

  .copyright {
    display: block;
    padding: 12px 8% 1px 8%;
  }

  .copyright01 {
    display: inline;
  }

  .copyright p {
    font-size: 14px;
  }

  .copyright a {
    font-size: 14px;
  }

  .line {
    display: inline;
    padding: 0 2px 0 2px;
  }

  .copyright02 {
    display: inline;
  }

  .copyright03 {
    padding: 0 5% 0 5%;
  }
}
