@import url('https://fonts.googleapis.com/css?family=Mr+De+Haviland');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');


header.header {
  text-align: center;
  height: 550px;
  background: url(../images/headerBg.jpg) top center no-repeat;
}

header.header h1 {
  display: inline-block;
  margin: 0 auto;
  padding-top: 74px;
}

header.header h1 img {
  margin: 0 0 0 17px;
}

header.header h1 img {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

header.header h1 img.pc {
  display: inline-block;
}

header.header h1 img.mobile {
  display: none;
}

nav.pageMenu {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #542a2a;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.3);
  z-index: 10
}

nav.pageMenu ul {
  text-align: center;
}

nav.pageMenu ul li {
  display: inline-block;
  margin: 0px 10px;
  width: 200px;
  height: auto;
  border-bottom: 4px solid #a04f4f;
}

nav.pageMenu ul li a,
nav.pageMenu ul li a:link,
nav.pageMenu ul li a:visited {
  font: 24px/50px "arial", "微軟正黑體";
  color: #fff;
}

nav.pageMenu ul li:hover {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: navLiHover;
  animation-name: navLiHover;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes navLiHover {
  0% {
    transform: translate(0, 0px);
  }

  100% {
    transform: translate(0px, -5px);
  }
}

@keyframes navLiHover {
  0% {
    transform: translate(0, 0px);
  }

  100% {
    transform: translate(0px, -5px);
  }
}

.width1300Px {
  max-width: 1300px;
}

.contentBase {
  position: relative;
  margin: 0 auto;
}

.base {
  background: url(../images/repeatBg.jpg) top center repeat-y
}

.box2,
.box3 {
  margin-top: 1%
}

.box2 img,
.box3 img {
  width: 100%;
}

.box2>div {
  display: inline-block;
  width: 49.5%;
}

.box2>div:nth-child(1) {
  margin-right: 0.5%;
}

.box2>div:nth-child(2) {
  margin-left: 0.5%;
}

.box3>div {
  display: inline-block;
  width: 32.5%;
}

.box3>div:nth-child(2) {
  margin: 0 1%;
}



.contentBase .textArea {
  padding: 10px;
  letter-spacing: 0;
}

.contentBase h3,
.contentBase .carrier h4 {
  font: bold 30px/40px "arial", "微軟正黑體";
  text-align: left;
  letter-spacing: 2px;
  color: #542a2a
}

.contentBase h2.titleImg {
  text-align: center;
  padding: 20px 0
}

.itemTitle {
  margin-top: 50px;
  text-align: center !important;
}

.contentBase .textArea p {
  font: 16px/28px "arial", "微軟正黑體";
}

.parUse1 {
  height: 400px;
  background: transparent;
}

.colorBgNoteBase {
  position: absolute;
  top: -10px;
  left: 0%;
  width: 500px;
  text-align: center;
  background: #a04f4f;
  z-index: 10;
}

.colorBgNoteBase>div {
  margin: 2.5% auto;
  padding: 2.5% 0;
  width: 95%;
  border: 1px solid #fff;
}

.colorBgNoteBase .eng {
  font: 28px/38px "Mr De Haviland", "微軟正黑體";
  color: #fff
}

.colorBgNoteBase strong {
  font: bold 40px/50px "arial", "微軟正黑體";
  color: #fff
}

.colorBgNoteBase p {
  font: 16px/24px "arial", "微軟正黑體";
  color: #fff
}

.textColorBlack,
.textColorBlack a,
.textColorBlack a:link,
.textColorBlack a:visited {
  color: #5f6269;
}

.bgGradGlue {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcaa6+0,ffffff+100 */
  background: #ffcaa6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffcaa6 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffcaa6 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffcaa6 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcaa6', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

.fullWindow>.box4>div {
  display: inline-block;
  padding: 10px;
  width: 25%;
  letter-spacing: 0;
}

.fullWindow>.box4>div.textArea {
  padding: 10px 10px 10px 0;
}

.fullWindow img {
  width: 100%;
}




@media only screen and (max-width: 1400px) {
  .fullWindow>.box4>div {
    margin: 1% 1% 0 1%;
    width: 48%
  }

  .fullWindow>.box4>.textArea {
    margin-top: 20px;
  }

  .fullWindow>.box4>div.textArea {
    padding: 0 20px 0 0;
  }
}


@media only screen and (max-width: 1200px) {
  .width1100Px {
    margin: 0 5%;
    width: 90%
  }

  nav.pageMenu ul li {
    display: inline-block;
    margin: 0px 2%;
    width: auto;
    border-bottom: none;
  }
}





@media only screen and (max-width: 800px) {

  header.header {
    height: auto;
    background: none
  }

  header.header h1 {
    padding-top: 0;
  }

  header.header h1 img {
    width: 90%
  }

  header.header h1 img.pc {
    display: none
  }

  header.header h1 img.mobile {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  nav.pageMenu ul li a,
  nav.pageMenu ul li a:link,
  nav.pageMenu ul li a:visited {
    font: 18px/40px "arial", "微軟正黑體";
  }

  .width1100Px {
    margin: 0 10%;
    width: 80%
  }

  .box2,
  .box3 {
    margin-top: 5%
  }

  .box2>div {
    width: 100%;
  }

  .box2>div:nth-child(1),
  .box2>div:nth-child(2) {
    margin-right: 0;
  }

  /*.box3 > div:nth-child(1) { display: inline-block; width: 100%; }
.box3 > div:nth-child(2) { margin: 0 5% 0 0;  }
.box3 > div:nth-child(2),
.box3 > div:nth-child(3) { margin-top: 5%; width: 47.5% }*/


  .box3>div {
    width: 100%;
  }

  .contentBase h2.titleImg {
    text-align: center;
    padding: 5% 0
  }

  .contentBase h2.titleImg img {
    width: 100%
  }

  .contentBase h3 {
    font: bold 24px/30px "arial", "微軟正黑體";
  }

  .contentBase .textArea p {
    font: 14px/30px "arial", "微軟正黑體";
  }

  .parUse1 {
    padding: 5% 0;
    height: auto;
  }

  .colorBgNoteBase {
    position: static;
    top: 0;
    left: 0;
    margin: 0%;
    padding: 2.5% 0;
    width: 100%;
  }

  .colorBgNoteBase>div {
    margin: 0 auto;
    width: 95%;
    border: 1px solid #fff;
  }

  .fullWindow>.box4>div {
    margin: 10% 10% 0 10%;
    width: 80%
  }

  .fullWindow>.box4>.textArea {
    margin-top: 0;
  }

  .fullWindow>.box4>div.textArea {
    padding: 0;
  }

  .contentBase .carrier ul li {
    padding-bottom: 10%;
  }


}

@media only screen and (max-width: 414px) {

  nav.pageMenu ul li a,
  nav.pageMenu ul li a:link,
  nav.pageMenu ul li a:visited {
    font: 14px/40px "arial", "微軟正黑體";
  }

  .contentBase .carrier ul li {
    margin-bottom: 20%;
  }
}

@media only screen and (max-width: 375px) {
  .colorBgNoteBase strong {
    font-size: 30px;
  }

  .colorBgNoteBase p {
    font-size: 13px
  }
}

/*************/
/**模組用CSS**/
/*************/

/*照片展示區*/
.photoShowBase {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999
}

.photoShowBase img {
  margin: 5%;
}

@media only screen and (max-width: 640px) {
  .photoShowBase img {
    width: 90%
  }
}

/*有副按鈕的模組CSS*/
.hasSecButton {
  position: relative;
  cursor: pointer;
}

.hasSecButton .secButton {
  display: none;
  position: absolute;
  top: 40px;
  left: -10%;
  width: 120%;
  background: rgba(0, 0, 0, 0.8)
}

.hasSecButton .secButton>a {
  display: block;
  margin: 10px 0;
  font: 16px/20px "arial", "微軟正黑體";
  color: #fff
}

@media only screen and (max-width: 640px) {
  .secButton {
    display: block;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2% 0;
    background: rgba(0, 0, 0, 0.2)
  }
}

/*黏人精*/
.fixBase {
  display: none;
  position: fixed;
  top: 200px;
  right: 10%;
  text-align: center;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99
}

.fixBase li {
  display: block;
  margin: 5% 0;
  font: 14px/22px "arial", "微軟正黑體";
  color: #fff;
  cursor: pointer;
}

.mobileNavButton {
  display: none;
}

@media only screen and (max-width: 1366px) {
  .fixBase {
    right: 2%;
  }
}

@media only screen and (max-width: 1280px) {
  .fixBase {
    top: 60px;
    right: 0%;
  }
}

@media only screen and (max-width: 750px) {
  .mobileNavButton {
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 0;
    width: 40px;
    height: 40px;
    font: 24px/40px "arial", "微軟正黑體";
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999
  }

  .fixBase {
    display: inline-block;
    padding-top: 10%;
    padding-right: 10%;
    top: 0;
    left: 100%;
    width: 60%;
    height: 100vh;
    z-index: 90
  }
}






.poiBase {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 80px 10px 100px 10px;
  position: relative;
}

.poi .ph {
  position: relative;
  text-align: center;
}

.poi .slidecontain {
  display: flex;
  justify-content: center;
  display: none;
}

.poi .slidecontain li {
  display: inline-block;
  margin: 5px 0;
  border-left: 1px solid #12733e;
}

.poi .slidecontain li:first-child {
  border-left: none;
}

.poi .slidecontain li a {
  display: block;
  padding: 5px 15px;
  font: bold 18px/1 "微軟正黑體";
  color: #12733e;
  letter-spacing: 2px;
}

.poi .slidecontain li a:hover,
.poi .slidecontain li a.on {
  color: #12733e;
  background: #fffbc5;
}

.poi .slidecontain img,
.poi.type1 .ph-group-title img {
  display: none;
}


.poi .ph-group {
  width: 90%;
  margin: 30px auto 30px auto;
  padding: 10px 10px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
  max-width: 1500px;
}

.poi .ph-group-title {
  text-align: center;
  width: 80%;
  margin: 10px auto 0 auto;
  border-radius: 20px 20px 0 0;
}

.poi .ph-group-title span {
  font: 700 40px/1.6 "Noto Serif TC";
  color: #3f3f3f;
  padding: 5px 10px 15px 10px;
  letter-spacing: 2px;
  position: relative;
  background: url(../images/index/title03.png) bottom center no-repeat;
}

.poi .ph-group-title:nth-of-type(2) {
  display: none;
}

.poi .ph .ph-group-content:hover {
  transform: translateY(-10px);
}

.poi .ph .ph-group-content {
  margin: 15px 10px;
  transition: 0.2s;
  padding: 0px 0px 40px 0px;
  width: 28%;
  position: relative;
  flex-shrink: 0;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  overflow: hidden;
  transition: 0.3s;
}

.poi .ph .ph-group-content-photo {
  display: block;
  border-radius: 20px 20px 0 0;
}

.poi .ph .ph-group-content-photo img {
  width: 100%;
}

.poi .ph .ph-group-content-text {
  padding: 10px;
}

.poi .ph .ph-group-content-text-name {
  color: #a04f4f;
  font: bold 20px/1.4 "微軟正黑體";
  margin: 10px auto;
  display: block;
}

.poi .ph .ph-group-content-text-detail {
  color: grey;
  font: 14px/1.6 "微軟正黑體";
  margin: 5px auto;
  padding: 0 10px;
}

.poi .ph .ph-group-content-text-detail a {
  color: grey;
}

.poi .ph .ph-group-content-text-price {
  color: #fa5b83;
  position: absolute;
  border-radius: 10px 10px 0 0;
  padding: 5px 0px;
  font: bold 24px/1.4 "微軟正黑體";
  text-align: center;
  display: block;
  bottom: 0px;
  left: 30%;
}

.poi .ph .ph-group-content-text-sale {
  margin: 5px auto;
  font: bold 16px/2 "微軟正黑體";
  color: #fa6687;
  background: #fff9b9;
  padding: 0;
}

.poi .ph .ph-group-content-text-sale a {
  color: #fa6687;
}

.poi .ph .ph-group-content-text-price span {
  font-size: 80%;
  line-height: 2;
}

.poi .ph .ph-group-content-tag {
  position: absolute;
  left: 0%;
  top: 24px;
  background: #fa5b83;
  font: 15px/1.4 "微軟正黑體";
  color: #FFF;
  padding: 3px 10px;
  border-radius: 0 20px 20px 0;
}



@media screen and (max-width:1450px) {
  .poi .ph .ph-group-content {
    width: 32%;
  }
}


@media only screen and (max-width: 1000px) {
  .poi .ph .ph-group-content {
    width: 45%;
    margin: 15px 10px;
  }

}

@media screen and (max-width:600px) {
  .poi .ph .ph-group-content-text-name {
    font: bold 16px/1.4 "微軟正黑體";
  }

  .poi .ph .ph-group-content-text-detail {
    font: 14px/1.4 "微軟正黑體";
  }

  .poi .ph .ph-group-content-text-price {
    font: bold 20px/1.4 "微軟正黑體";
    padding: 0 0 10px 0;
  }

  .poi .ph .ph-group-content-text-sale {
    font: 14px/1.4 "微軟正黑體";
  }

  .poi .ph-group-title span {
    font: 700 30px/1.6 "Noto Serif TC";
  }

  .poi .ph-group {
    padding: 1% 3%;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: scroll;
    flex-grow: 0;
    align-items: stretch;
    display: flex;
    justify-content: left;
  }

  .poi .ph-group-title {
    width: 90%;
  }

  .poi .ph {
    padding: 0px;
  }

  .poi .ph .ph-group-content {
    width: 90%;
    margin: 10px auto;
    flex-shrink: 0;
    margin: 10px;
  }


}





/*風景*/
.spotPoi .ph-menu {
  display: none;
}

.spotPoi .ph-group {
  width: 100%;
  margin: 30px auto 30px auto;
  padding: 10px 10px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
  max-width: 1500px;
}

.spotPoi .ph-group-title {
  text-align: center;
  width: 80%;
  margin: 10px auto 0 auto;
  border-radius: 20px 20px 0 0;
}

.spotPoi .ph-group-title span {
  font: 700 40px/1.6 "Noto Serif TC";
  color: #3f3f3f;
  padding: 5px 10px 15px 10px;
  letter-spacing: 2px;
  position: relative;
  background: url(../images/index/title03.png) bottom center no-repeat;
}

.spotPoi .ph .ph-group-content:hover {
  transform: translateY(-10px);
}

.spotPoi .ph .ph-group-content {
  margin: 0px auto;
  transition: 0.2s;
  width: 100%;
  position: relative;
  flex-shrink: 0;
  background: #FFF;
  transition: 0.3s;
  display: inline-flex;
  flex-wrap: nowrap;
  padding: 0px;
  box-shadow: none;
}

.spotPoi .ph .ph-group-content-photo {
  border-radius: 0px 0px 0 0;
  width: 30%;
  flex-grow: 1;
}

.spotPoi .ph .ph-group-content-photo img {
  width: 100%;
}

.spotPoi .ph .ph-group-content-text {
  padding: 10px 20px;
  width: 60%;
}

.spotPoi .ph .ph-group-content-text-name {
  color: #542a2a;
  font: bold 32px/1.4 "微軟正黑體";
  margin: 10px auto;
  display: block;
}

.spotPoi .ph .ph-group-content-text-detail {
  color: grey;
  font: 18px/1.6 "微軟正黑體";
  margin: 0px auto;
  padding: 0;
}

.spotPoi .ph .ph-group-content-text-detail a {
  color: grey;
}

.spotPoi .ph .ph-group-content-text-price {
  color: #fa5b83;
  position: absolute;
  border-radius: 10px 10px 0 0;
  padding: 5px 0px;
  font: bold 24px/1.4 "微軟正黑體";
  text-align: center;
  display: block;
  bottom: 0px;
  left: 30%;
}

.spotPoi .ph .ph-group-content-text-sale {
  margin: 5px auto;
  font: bold 16px/2 "微軟正黑體";
  color: #fa6687;
  background: #fff9b9;
  padding: 0;
}

.spotPoi .ph .ph-group-content-text-sale a {
  color: #fa6687;
}

.spotPoi .ph .ph-group-content-text-price {
  display: none;
}

.spotPoi .ph .ph-group-content-text-price span {
  font-size: 80%;
  line-height: 2;
}

.spotPoi .ph .ph-group-content-tag {
  position: absolute;
  left: 0%;
  top: 24px;
  background: #fa5b83;
  font: 15px/1.4 "微軟正黑體";
  color: #FFF;
  padding: 3px 10px;
  border-radius: 0 20px 20px 0;
}


@media screen and (max-width:1450px) {}


@media only screen and (max-width: 1000px) {
  .spotPoi .ph .ph-group-content {
    display: flex;
    flex-wrap: wrap;
  }

  .spotPoi .ph .ph-group-content-photo {
    width: 100%;
  }

  .spotPoi .ph .ph-group-content-text {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width:600px) {
  .spotPoi .ph-group {
    padding: 0;
  }

  .spotPoi .ph .ph-group-content-text-name {
    font: bold 22px/1.4 "微軟正黑體";
  }

  .spotPoi .ph .ph-group-content-text-detail {
    font: 16px/1.4 "微軟正黑體";
    padding: 0;
  }

  .spotPoi .ph .ph-group-content-text-price {
    font: bold 20px/1.4 "微軟正黑體";
    padding: 0 0 10px 0;
  }

  .spotPoi .ph .ph-group-content-text-sale {
    font: 16px/1.4 "微軟正黑體";
  }

  .spotPoi .ph-group-title span {
    font: 700 30px/1.6 "Noto Serif TC";
  }

  .spotPoi .ph-group-title {
    width: 90%;
  }

  .spotPoi .ph {
    padding: 0px;
  }

  .spotPoi .ph .ph-group-content {
    width: 90%;
    flex-shrink: 0;
    margin: 0 auto;
  }

}





/*風景*/
.spot2Poi .ph-menu {
  display: none;
}

.spot2Poi .ph-group {
  width: 100%;
  margin: 30px auto 30px auto;
  padding: 10px 10px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
}

.spot2Poi .ph-group-title {
  text-align: center;
  width: 80%;
  margin: 10px auto 0 auto;
  border-radius: 20px 20px 0 0;
}

.spot2Poi .ph-group-title span {
  font: 700 40px/1.6 "Noto Serif TC";
  color: #3f3f3f;
  padding: 5px 10px 15px 10px;
  letter-spacing: 2px;
  position: relative;
  background: url(../images/index/title03.png) bottom center no-repeat;
}

.spot2Poi .ph .ph-group-content:hover {
  transform: translateY(-10px);
}

.spot2Poi .ph .ph-group-content {
  margin: 10px auto;
  transition: 0.2s;
  width: 45%;
  position: relative;
  flex-shrink: 0;
  background: #FFF;
  transition: 0.3s;
  display: inline-flex;
  flex-wrap: nowrap;
  padding: 0px;
  box-shadow: none;
}

.spot2Poi .ph .ph-group-content-photo {
  border-radius: 0px 0px 0 0;
  width: 25%;
}

.spot2Poi .ph .ph-group-content-photo img {
  width: 100%;
}

.spot2Poi .ph .ph-group-content-text {
  padding: 0 0 0 10px;
  width: 66%;
  flex-grow: 1;
}

.spot2Poi .ph .ph-group-content-text-name {
  color: #542a2a;
  font: bold 24px/1.4 "微軟正黑體";
  display: block;
}

.spot2Poi .ph .ph-group-content-text-detail {
  color: grey;
  font: 15px/1.6 "微軟正黑體";
  margin: 5px auto;
  padding: 0 0px;
}

.spot2Poi .ph .ph-group-content-text-detail a {
  color: grey;
}

.spot2Poi .ph .ph-group-content-text-price {
  color: #fa5b83;
  position: absolute;
  border-radius: 10px 10px 0 0;
  padding: 5px 0px;
  font: bold 24px/1.4 "微軟正黑體";
  text-align: center;
  display: block;
  bottom: 0px;
  left: 30%;
}

.spot2Poi .ph .ph-group-content-text-sale {
  margin: 5px auto;
  font: bold 16px/1.4 "微軟正黑體";
  color: #fa6687;
  padding: 0;
}

.spot2Poi .ph .ph-group-content-text-sale a {
  color: #fa6687;
}

.spot2Poi .ph .ph-group-content-text-price {
  display: none;
}

.spot2Poi .ph .ph-group-content-text-price span {
  font-size: 80%;
  line-height: 2;
}

.spot2Poi .ph .ph-group-content-tag {
  position: absolute;
  left: 0%;
  top: 24px;
  background: #fa5b83;
  font: 15px/1.4 "微軟正黑體";
  color: #FFF;
  padding: 3px 10px;
  border-radius: 0 20px 20px 0;
}


@media only screen and (max-width: 1000px) {
  .spot2Poi .ph .ph-group-content {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
  }

  .spot2Poi .ph .ph-group-content-photo {
    width: 100%;
  }

  .spot2Poi .ph .ph-group-content-text {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width:600px) {
  .spot2Poi .ph-group {
    padding: 0;
  }

  .spot2Poi .ph .ph-group-content-text-name {
    font: bold 22px/1.4 "微軟正黑體";
  }

  .spot2Poi .ph .ph-group-content-text-detail {
    font: 16px/1.4 "微軟正黑體";
    padding: 0;
  }

  .spot2Poi .ph .ph-group-content-text-price {
    font: bold 20px/1.4 "微軟正黑體";
    padding: 0 0 10px 0;
  }

  .spot2Poi .ph .ph-group-content-text-sale {
    font: 16px/1.4 "微軟正黑體";
  }

  .spot2Poi .ph-group-title span {
    font: 700 30px/1.6 "Noto Serif TC";
  }

  .spot2Poi .ph-group-title {
    width: 90%;
  }

  .spot2Poi .ph {
    padding: 0px;
  }

  .spot2Poi .ph .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }



}


.coupon{max-width: 1200px;width: 100%;margin: 30px auto;background: rgba(255, 255 , 255 , 0.9);padding: 3em;font-size: 24px; }
.couponBase{display: flex; justify-content: center;flex-wrap: wrap; border-bottom: 1px solid #d7cc50;}
.couponBase dl {width: 100%; font-weight: bold; padding: 0 1.5em; display: flex; flex-wrap: wrap; align-content: start; }
.couponBase dt {width: 100%; color: #b00a26; font-size: 200%; text-align: center; letter-spacing: 0.1em; padding-bottom: 0.5em;font-family: "Noto Serif TC"; }
.couponBase dd { padding: 1em 0; line-height: 1.5; width: 100%; }
.couponBase dd p span.red {font-size: 240%; vertical-align: baseline; color: #e2211c;}

.couponInfor {padding: 1em; color: gray;  font-size: 22px;}
.couponInfor h6 {text-align: center; font-size: 100%; padding: 1em 0; }
.couponInfor ul {padding-left: 1em; }
.couponInfor li {font-size: 70%; line-height: 1.5; list-style-type: decimal; }


@media screen and (max-width:1024px) {
.coupon { font-size: 16px; width: 90%;padding: 1em;}
}

@media screen and (max-width:800px) {
.couponBase {flex-wrap: wrap;}
.couponBase dl{width: 100%;margin: 20px auto;}

}

