@charset "utf-8";

/* -------------字體樣式-------------- */
.font-Oswald-Light {
  font-family: "Oswald-Light", "Microsoft JhengHei", sans-serif;
}

@font-face {
  font-family: 'arial-medium';
  src: url(../../fonts/arial/ARIALNB.TTF) format('TrueType');
}

@font-face {
  font-family: 'Oswald-Medium';
  src: url(../../fonts/Oswald/Oswald-Light.ttf) format('TrueType');
}

@font-face {
  font-family: 'Oswald-Bold';
  src: url(../../fonts/Oswald/Oswald-Medium.ttf) format('TrueType');
}

/* @font-face {
  font-family: 'noto-SemiBold';
  src: url('../../fonts/noto/NotoSansTC-Medium.ttf') format('truetype');
} */

/* -------------字體設定-------------- */
/*正黑*/
.font-JH {
  font-family: "Microsoft JhengHei", sans-serif;
}

.font-noto {
  /* font-family: 'Noto Serif TC', serif; */
  /* font-weight: 300; */
}

.font-noto-normal {
  /* font-family: 'Noto Serif TC', serif; */
}

.font-noto-SemiBold {
  /* font-family: 'Noto Serif TC', serif; */
  /* font-weight: 900; */
}

.font-arial-medium {
  font-family: "arial-medium", sans-serif;
}

.font-Calibri-L {
  font-family: "calibril", sans-serif;
}

.font-Oswald-Medium {
  font-family: "Oswald-Medium", sans-serif;
}

.font-Oswald-Bold {
  font-family: "Oswald-Bold", sans-serif;
}

.font-Inconsolata {
  font-family: "Inconsolata", Consolas, monospace;
}


.text-top {
  top: -3px;
}

.text-top2 {
  top: -2px;
}

/* 字體大小 */
.fsize-12 {
  font-size: 12px;
}

.fsize-13 {
  font-size: 13px;
}

.fsize-14 {
  font-size: 14px;
}

.fsize-15 {
  font-size: 15px;
}

.fsize-16 {
  font-size: 16px;
}

.fsize-17 {
  font-size: 17px;
}

.fsize-18 {
  font-size: 1.125rem;
}

.fsize-20 {
  font-size: 1.25rem;
}

.fsize-22 {
  font-size: 1.375rem;
}

.fsize-24 {
  font-size: 1.5rem;
}

.fsize-26 {
  font-size: 1.625rem;
}

.fsize-30 {
  font-size: 1.875rem;
}

.fsize-32 {
  font-size: 2rem;
}

.fsize-36 {
  font-size: 2.25rem;
}

.fsize-40 {
  font-size: 2.5rem;
}

.fsize-50 {
  font-size: 3.125rem;
}

/* -------------字體顏色-------------- */
.font-white-1 {
  color: #ffffff;
}

.font-gray-1 {
  color: #555;
}

.font-gray-2 {
  color: #999;
}

.font-gray-3 {
  color: #505050;
}

.font-gray-4 {
  color: #9d9d9d;
}

.font-gray-4:hover {
  color: #fff;
}

.font-gray-5 {
  color: #e5e5e5;
}


.font-og-1 {
  color: #e07d19;
}

.font-pink-1 {
  color: #fb836d;
}

.font-red-1 {
  color: #ac250d;
}

.font-red-2 {
  color: #d35f45;
}

.font-red-3 {
  color: #bc342a;
}

.font-gold-1 {
  color: #ffd797;
}

.font-coffee-1 {
  color: #aa8663;
}

.font-coffee-2 {
  color: #534741;
}

.font-coffee-3 {
  color: #8d6f4a;
}

.font-black-1 {
  color: #111;
}

.font-black-2 {
  color: #000;
}

.font-black-2 {
  color: #444;
}

.font-black-3 {
  color: #111;
}

.font-gold-2 {
  color: #ffca37;
}

.font-gold-3 {
  color: #c88c28;
}

.font-gold-3:hover {
  color: #c88c28;
}

.font-gold-4 {
  color: #cacaca;
}


.font-purple-1 {
  color: #560c81;
}

.font-purple-2 {
  color: #645794;
}

.font-blue-1 {
  color: #0077bc;
}

.font-blue-2,
.font-blue-2:hover {
  color: #0ea2bd;
}


.font-green-1 {
  color: #459283;
}

.font-green-2 {
  color: #3b8c38;
}

.font-rose-1 {
  color: #be9c91;
}

.font-rose-2 {
  color: #a25647;
}

.font-rose-2:hover {
  color: #a25647;
}

.font-rose-3,
.font-rose-3:hover {
  color: #a1362d;
}


.lh-1-5 {
  line-height: 1.5;
}

.lh-1-7 {
  line-height: 1.7;
}

.lh-2 {
  line-height: 2;
}

.lh-3 {
  line-height: 3;
}

.ls-1 {
  letter-spacing: 1px;
}

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

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

.ls-8 {
  letter-spacing: 8px;
}


.scroll-reveal {
  overflow: hidden;
  position: relative;
}

.reveal-image {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 2s ease-out;
}

.reveal-image.visible {
  opacity: 1;
  transform: translateY(0);
}

/* seo隱藏專用 */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}



.button-two {
  text-align: center;
  cursor: pointer;
  font-size: 1.3rem;
}


/*Button Two*/
.button-two {
  border-radius: 4px;
  background-color: #aa8663;
  color: #fff;
  border: none;
  padding: 5px 20px;
  transition: all 0.5s;
}

.button-two.booking {
  background-color: #560c81;
}


.button-two span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-two span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button-two:hover span {
  padding-right: 25px;
}

.button-two:hover span:after {
  opacity: 1;
  right: 0;
}