@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  background: url("../images/bg.png") top center fixed, #382a29;
}

/* 背景 */

#a {
  background: url("../images/bg.png") top center fixed, #723431;
  padding: 1px 0;
}
#c {
  background: url("../images/bg.png") top center fixed, #cfc1b8;
  padding: 1px 0;
}
#e {
  background: url("../images/bg.png") top center fixed, #723431;
  padding: 1px 0;
}

/* PC */
.WRAPPER {
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .WRAPPER {
    min-width: 100%;
  }
}
.container {
  overflow: hidden;
}
.topbox {
  position: relative;
  width: 1200px;
  margin: auto;
}
.kv_pc {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  max-width: 1920px;
  margin: auto;
  flex-wrap: wrap-reverse;
}
.kv_pc img {
  display: block;
  text-align: center;
}
.kv_m {
  display: none;
}
.kv_m img {
  display: block;
}
.kv_m a {
  font-size: 0;
  display: block;
}
.for_pc {
  display: block;
}
.for_m {
  display: none;
}

/* m */
@media screen and (max-width: 991px) {
  .kv_m {
    display: block;
    width: 100%;
  }
  .kv_m img {
    width: 100%;
  }
  .kv_pc {
    display: none;
  }
  .container {
    width: 100%;
    min-width: auto;
  }
  .for_pc {
    display: none;
  }
  .for_m {
    display: block;
  }
}

/*--  0.攻略   --*/
.banner-dis3 ul li img {
  width: 360px;
}
.banner-dis4 ul li img {
  width: 270px;
}
@media screen and (max-width: 991px) {
  .banner-dis4 ul li {
    width: 47vw;
  }
  .banner-dis4 ul li img {
    width: 47vw;
  }
}

/* kv */
.topbox img {
  position: absolute;
}
.kv_title {
  top: 150px;
  left: 300px;
}
.kv_sale {
  top: 500px;
  left: 300px;
}
.kv_hand {
  top: 50px;
  left: -520px;
  animation: writing 0.5s 0s infinite ease-in-out;
  animation-direction: alternate;
  animation-fill-mode: backwards;
}
.kv_leaf {
  top: 15px;
  right: 80px;
  animation: swing 1.5s -0.3s infinite ease-in-out;
}

@keyframes writing {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10deg);
  }
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(1.5deg);
  }
  30% {
    transform: rotate(-1.5deg);
  }
  40% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/*--  nav 選單 固定側邊--*/
@media only screen and (min-width: 992px) {
  .menustyle2 {
    width: 120px;
    display: flex;
    flex-wrap: wrap;
    background: url(../images/sidenav_bg.png) top center no-repeat;
    z-index: 999;
    height: auto;
    position: fixed;
    top: 200px;
    right: 10px;
  }
  .menustyle2 ul {
    width: 120px;
    margin: 35px auto;
    background: #4d67ab;
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    flex-wrap: wrap;
  }
  .menustyle2 ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menustyle2 ul li:last-child {
    border-bottom: 0px solid #ffffff;
  }
  .menustyle2 ul li a {
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Helvetica,
      Verdana, Arial;
    letter-spacing: 1px;
    font-weight: 500;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
  }
  .menustyle2 ul li:hover,
  #TopMenu ul li a:hover {
    background: #d4a38d;
    transform: scale(1);
    color: #3b5188 !important;
    border-radius: 25px;
  }
  .menustyle2 ul .active {
    color: #3b5188 !important;
    background: #d4a38d;
    width: 100%;
    height: 100%;
    border-radius: 25px;
  }
}
@media screen and (max-width: 991px) {
  .menustyle2 {
    width: 100%;
    z-index: 999;
    padding: 0px 0;
    display: block;
    background: #4d67ab;
  }
  .menustyle2 ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .menustyle2 ul li {
    width: 33.3%;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0.5px solid #ffffff;
    box-sizing: border-box;
  }
  .menustyle2 ul li:nth-child(1),
  .menustyle2 ul li:nth-child(2),
  .menustyle2 ul li:nth-child(3) {
    border-bottom: 0.5px solid #ffffff;
  }
  .menustyle2 ul li a {
    font-size: 1.1rem;
    letter-spacing: 0px;
    font-weight: 500;
    color: #ffffff;
    font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Helvetica,
      Verdana, Arial;
    padding: 0;
    box-sizing: border-box;
    padding: 5px 0;
  }
  .menustyle2 ul .active {
    color: #ffc4aa !important;
    background: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .menustyle2 ul li a:hover {
    color: #ffc4aa !important;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .sticky {
    position: fixed;
    top: 0;
  }
}

/*-- title --*/

.titleC {
  margin: 10px auto;
  padding: 10px 0;
  text-align: center;
}

.titleC h2 {
  position: relative;
  background: url(../images/title_bg_1.png) top center no-repeat;
  padding: 40px 20px;
  width: 900px;
  font-size: 3.5rem;
  letter-spacing: 5px;
  font-weight: 600;
  color: #382a29;
  font-family: Verdana, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

#a .titleC h2 {
  background: url(../images/title_bg_2.png) top center no-repeat;
}
#b .titleC h2 {
  background: url(../images/title_bg_3.png) top center no-repeat;
}
#c .titleC h2 {
  background: url(../images/title_bg_2.png) top center no-repeat;
}
#e .titleC h2 {
  background: url(../images/title_bg_2.png) top center no-repeat;
}
#f .titleC h2 {
  background: url(../images/title_bg_3.png) top center no-repeat;
}

.titleC h3 {
  background: url(../images/subtitle_bg_1.png) top center no-repeat;
  padding: 23px 0;
  width: 900px;
  font-size: 2.3rem;
  color: #ffffff;
  font-weight: 00;
  letter-spacing: 1px;
}

#e .titleC h3 {
  background: url(../images/subtitle_bg_2.png) top center no-repeat;
  width: 900px;
}

#e .special_5p_1 .title_AA h2 {
  padding: 20px 0;
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  margin-left: 60px;
  margin-top: 20px;
}

#e div:nth-child(4) h2 {
  background: url(../images/subtitle_bg_3.png) top center no-repeat;
}
#e div:nth-child(5) h2 {
  background: url(../images/subtitle_bg_4.png) top center no-repeat;
}
#e div:nth-child(6) h2 {
  background: url(../images/subtitle_bg_1.png) top center no-repeat;
}
#e div:nth-child(7) h2 {
  background: url(../images/subtitle_bg_5.png) top center no-repeat;
}

.half ul h3 {
  background: url(../images/subtitle_bg_6.png) top center no-repeat;
  width: 550px;
  padding: 52px 0 30px 0;
  color: #ffffff;
  letter-spacing: 2px;
}

@media screen and (max-width: 991px) {
  .titleC h2 {
    font-size: 2.4rem;
    padding: 20px 0;
    width: 400px;
    background: url(../images/title_bg_1m.png) top center no-repeat;
    margin-top: 25px;
  }
  #a .titleC h2 {
    background: url(../images/title_bg_2m.png) top center no-repeat;
  }
  #b .titleC h2 {
    background: url(../images/title_bg_3m.png) top center no-repeat;
  }
  #c .titleC h2 {
    background: url(../images/title_bg_2m.png) top center no-repeat;
  }
  #e .titleC h2 {
    background: url(../images/title_bg_2m.png) top center no-repeat;
  }
  #f .titleC h2 {
    background: url(../images/title_bg_3m.png) top center no-repeat;
  }
  .titleC h3 {
    font-size: 1.8rem;
    padding: 8px 0 15px 0;
    width: 400px;
    background: url(../images/subtitle_bg_2m.png) top center no-repeat;
  }
  #d .titleC h3 {
    font-size: 1.8rem;
    padding: 8px 0 15px 0;
    width: 400px;
    background: url(../images/subtitle_bg_2m.png) top center no-repeat;
  }
  #d .special_5p_1 .title_AA {
    height: 50px;
    margin: 0 auto;
  }
  #d .special_5p_1 .title_AA h2 {
    margin: 0 auto;
    right: 0;
    font-size: 1.8rem;
    padding: 8px 0 15px 0;
  }
  #d div:nth-child(4) h2 {
    background: url(../images/subtitle_bg_3m.png) top center no-repeat;
  }
  #d div:nth-child(5) h2 {
    background: url(../images/subtitle_bg_4m.png) top center no-repeat;
  }
  #d div:nth-child(6) h2 {
    background: url(../images/subtitle_bg_1m.png) top center no-repeat;
  }
  #d div:nth-child(7) h2 {
    background: url(../images/subtitle_bg_5m.png) top center no-repeat;
  }
  .half ul h3 {
    margin: 10px 0;
    padding: 35px 0 30px 0;
    background: url(../images/subtitle_bg_6m.png) top center no-repeat;
  }
}

/*-- 改色 --*/

.half ul {
  background: #9b8e2e;
}
.scene .font p {
  color: #fff;
}

.hightlight .font h4 {
  background: #6b4000;
}
.alternate ul:nth-child(odd) li:first-child {
  background: #546c3b;
}
.alternate ul:nth-child(even) li:last-child {
  background: #e69d3b;
}
.alternate ul:nth-child(odd) li:first-child .font h4 {
  color: #ffb24e;
}
.alternate ul:nth-child(even) li:last-child .font h4 {
  color: #584030;
}
/* .collect_5x6 .s-row h4 {background: #a83b38;} */


  /* 新增價格欄位 */
  .hightlight_5p .font {
    background: #fff;
    padding-bottom: 0.5vw;
  }

  .bottom-button{
    margin-top: 40px;
  }
  

/*--goto top--*/
#gotop {
  display: inline-block;
  background-color: #000;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  margin: 30px;
}
#gotop::after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: "　";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 0.5;
  background: url("../images/top.png") center no-repeat;
  background-size: 50%;
  background-position: 85% 35%;
}
#gotop:hover {
  cursor: pointer;
  background-color: #666;
}
#gotop:active {
  background-color: #ccc;
}
#gotop.show {
  opacity: 0.4;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  #gotop {
    bottom: 70px;
    right: 0;
    margin: 2vw;
  }
}
/* share url */
#share {
  display: inline-block;
  background-color: #000;
  opacity: 0.4;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 50px;
  right: 0px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  z-index: 1000;
  margin: 30px;
}
#share::after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: "　";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 0.5;
  background: url("../images/share.png") center no-repeat;
  background-size: 50%;
  background-position: 80% 35%;
}
#share:hover {
  cursor: pointer;
  background-color: #666;
}
#share:active {
  background-color: #666;
}
@media screen and (max-width: 991px) {
  #share {
    bottom: 115px;
    right: 0;
    margin: 2vw;
  }
}
@media screen and (max-width: 991px) {
  html {
    padding-bottom: 80px;
  }
}
