@charset "UTF-8";
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
  display: block;
}

a, img {
  border: none;
}

a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}

.wow:first-child {
  visibility: hidden;
}

a {
  color: #000;
}

body {
  font: 14px/1.8 微軟正黑體;
  background: url(../images/bg.png) repeat;
}

h1 {
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  width: 100%;
}

.icon {
  fill: currentColor;
}

.discList {
  margin-left: 25px;
}
.discList > li {
  list-style: disc;
}

.respond-menu {
  margin: 50px 0 40px 0;
}

.navbar {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 999;
  background: url(../images/bar.png) repeat-x;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
}
@media (min-width: 769px) {
  .navbar {
    position: relative;
  }
}

.dropdown {
  position: absolute;
  display: none;
  z-index: 99;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown__item {
  min-width: 160px;
}
.dropdown__item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.dropdown__item > a {
  display: block;
  width: 100%;
  padding: 10px;
  color: #333;
  white-space: nowrap;
  box-sizing: border-box;
}
.dropdown__item > a:hover {
  background: #dcdcdc;
}

.navbar__wrap {
  padding: 0 15px;
  height: 70px;
  box-sizing: border-box;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .navbar__wrap {
    height: 88px;
  }
}
@media (min-width: 1400px) {
  .navbar__wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
  }
}

.navbar__logo {
  align-items: center;
  padding-top: 7px;
}

.navbar__menu {
  display: none;
}
@media (min-width: 769px) {
  .navbar__menu {
    display: flex;
    padding-top: 7px;
  }
}

.navbar__menu__item {
  position: relative;
  width: 120px;
}
.navbar__menu__item:hover .dropdown {
  display: block;
  opacity: 1;
}
.navbar__menu__item > a {
  display: flex;
  height: 100%;
  align-items: center;
  text-indent: -9999px;
}

.menu01 {
  background: url(../images/nav.png) -120px -5px no-repeat;
}
.menu01:hover {
  background: url(../images/nav.png) -120px -92px no-repeat;
}

.menu02 {
  background: url(../images/nav.png) -360px -5px no-repeat;
}
.menu02:hover {
  background: url(../images/nav.png) -360px -92px no-repeat;
}

.heading {
  margin-top: 110px;
}
@media (min-width: 769px) {
  .heading {
    margin-top: 40px;
  }
}
.heading .size-L {
  display: none;
}
@media (min-width: 1400px) {
  .heading .size-L {
    display: block;
  }
}
.heading .size-M {
  display: none;
}
@media (min-width: 960px) {
  .heading .size-M {
    display: block;
  }
}
@media (min-width: 1400px) {
  .heading .size-M {
    display: none;
  }
}
.heading .size-S {
  display: block;
}
@media (min-width: 960px) {
  .heading .size-S {
    display: none;
  }
}

.breadcrumb {
  display: none;
}
@media (min-width: 769px) {
  .breadcrumb {
    display: flex;
    font-size: 110%;
    font-weight: bold;
    color: #535353;
  }
}
.breadcrumb a {
  text-decoration: underline;
}
.breadcrumb a:hover {
  color: #d40f7d;
}
.breadcrumb > li:not(:last-child):after {
  content: ">";
  padding: 0 5px;
}
.breadcrumb .style-color {
  color: #d40f7d;
}

.mainMenu {
  display: none;
}
@media (min-width: 769px) {
  .mainMenu {
    display: block;
    position: sticky;
    top: 40px;
    background: #d40f7d;
    border-radius: 5px;
    z-index: 999;
  }
}

.mainMenu__wrap {
  padding: 10px;
  gap: 10px;
}

.mainMenu__item a {
  color: #fff;
  padding: 0 5px;
  display: block;
  font-size: 15px;
}
.mainMenu__item.active, .mainMenu__item:hover {
  background: #fff;
  border-radius: 5px;
}
.mainMenu__item.active a, .mainMenu__item:hover a {
  color: #84329b;
}

.product {
  display: grid;
  gap: 100px;
  padding: 40px 20px;
}
@media (min-width: 769px) {
  .product {
    gap: 20px;
    max-width: 960px;
    margin: 0 auto;
  }
}

@media (min-width: 769px) {
  .product__block {
    padding-top: 100px;
    margin-top: -100px;
    margin-bottom: 60px;
  }
}

.product__title {
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
  flex-direction: column;
}
@media (min-width: 769px) {
  .product__title {
    flex-direction: row;
  }
}
.product__title:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/icon.png) 0 -100px no-repeat;
  flex: 0 0 auto;
}
.product__title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #d40f7d;
}
.product__title span {
  color: #fd81c6;
}

.product-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 576px) {
  .product-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.product-wrap__item {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.175);
  overflow: hidden;
  border-radius: 5px;
  transition: all 0.3s;
}
.product-wrap__item:hover {
  transform: translateY(1%);
}
@media (min-width: 576px) {
  .product-wrap__item {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 960px) {
  .product-wrap__item {
    width: calc((100% - 40px) / 3);
  }
}
.product-wrap__item > a {
  display: block;
  height: 100%;
}
.product-wrap__item .info {
  padding: 10px;
  display: grid;
}
.product-wrap__item .hotel__name {
  font-size: 130%;
  font-weight: bold;
  color: #545454;
}
.product-wrap__item .hotel__rating {
  letter-spacing: 3px;
  color: #FC3;
}
.product-wrap__item .hotel__location,
.product-wrap__item .hotel__intro {
  color: #666;
}
.product-wrap__item .hotel__location {
  align-self: center;
  gap: 5px;
  line-height: normal;
  margin: 5px 0 20px 0;
}
.product-wrap__item .icon-location {
  width: 16px;
  height: 16px;
}
.product-wrap__item .hotel__intro {
  display: grid;
  gap: 10px;
}

.footer-info {
  display: none;
}
@media (min-width: 769px) {
  .footer-info {
    display: block;
    background: #d40f7d;
  }
}

.footer-info__wrap {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  justify-content: space-around;
  padding: 40px 0;
}
.footer-info__wrap img {
  max-width: 145px;
}

.footer-info__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.footer-info__txt {
  color: white;
  font-size: 110%;
  text-align: center;
}