@import url("reset.css");
@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');

body {
    margin: 0 auto;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: 0px 25px;
    background-color: #eedec9;
}

#mview img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.max1400Box {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 0px 80px 50px 80px;
    overflow: hidden;
}

/***************輪播****************/
.cycle-slideshow {
    margin-bottom: 100px;
    width: 100%;
    z-index: 0;
    /* pointer-events: none; */
}

.cycle-slideshow>div {
    width: 100%;
    /* height: 100%; */
}

.cycle-slideshow>img {
    width: 100%;
    height: 100%;
}

/*輪撥大圖點選*/
.video {
    cursor: pointer;
}

/* 輪撥區點點-pager */
.cycle-pager {
    text-align: center;
    width: 100%;
    position: absolute;
    overflow: hidden;
}

.cycle-pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 14px;
    display: inline-block;
    color: #999;
    cursor: pointer;
}

.cycle-pager span.cycle-pager-active {
    color: #be3621;
}

.cycle-pager>* {
    cursor: pointer;
}

/* 輪播-video區-popup*/
.blackLayer1 {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.popDiv1 {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10001;
    left: 0;
    top: 0;
    display: none;

}

.pop800Box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.Xbtn1 {
    width: 28px;
    height: 28px;
    right: 0;
    top: 0;
    background-color: #333;
    position: absolute;
    z-index: 5;
    cursor: pointer;
    color: #FFF;
    line-height: 28px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    text-align: center;
}

/*往上*/
.scroll2top:link,
.scroll2top:visited {
    background: url(../images/top.png) no-repeat 0 0;
    width: 80px;
    height: 80px;
    margin-left: 940px;
    bottom: 0px;
    opacity: 0.9;
}

.scroll2top:hover {
    background: url(../images/top1.png) no-repeat left bottom;
    border: 0;
}

/*************** 商品區 ****************/
/*line*/
.lline {
    background: url(../images/line.jpg) no-repeat;
    width: 100%;
    height: 18px;
    background-size: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 60px;

}




q:before,
q:after {
    content: "";
}





.no-topic {
    display: block;
    margin-top: -5px;
}

.no-topic .carrier h4 {
    display: none;
}

/*下方btn*/
.morebtn {
    padding-top: 20px;
    padding-bottom: 40px;
}

.morebtn a {
    margin: 0 auto;
    display: block;
    width: 428px;
    height: 72px;
    background-image: url(../images/morebtn.png);
    font-size: 0;

}

.morebtn a:hover {
    background-image: url(../images/morebtn1.png);
}

/*************** 介紹區 popup ****************/
.demos {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

.a1:hover img,
.a2:hover img,
.a3:hover img {
    opacity: 0.8;
}

.blackLayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.popDiv {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    display: none;

}

.pop1400Box {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.Xbtn {
    width: 36px;
    height: 36px;
    right: 0;
    top: 0;
    background-color: #333;
    position: absolute;
    z-index: 5;
    cursor: pointer;
    color: #FFF;
    line-height: 36px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 24px;
    text-align: center;
}

.list {
    list-style: none;

}

.btn {
    display: inline-block;
    width: 33%;
    padding-left: 20px;
    list-style: none;
    margin-bottom: 30px;
}

/* .list li span {
    cursor: pointer;
} */

.btn:last-child {
    padding-left: none;
}

.btn img {
    width: 100%;
    height: auto;
}

.content {
    margin: 0 auto;
    overflow-y: scroll;
    background-color: #fff;
}

.a1Box {
    display: none;
    overflow: hidden;

}

.a2Box {
    display: none;
    overflow: hidden;
}

.a3Box {
    display: none;
    overflow: hidden;
}

/*山東/美食介紹*/
.foodmax {
    width: 100%;
    padding: 20px;

}

.introductionmax {
    width: 100%;
    padding: 20px;
}

.foodbox {
    width: 50%;
    float: left;
    padding-bottom: 20px;
}

.intro_r,
.intro2_r {
    width: 50%;
    float: right;
}

.intro_l,
.intro2_l {
    width: 50%;
    float: left;
}

.item {
    clear: both;
}

.item img {
    width: 50%;
}

.intro_r h4,
.intro_l h4,
.intro2_r h4,
.intro2_l h4 {
    font-size: 30px;
    font-family: sans-serif, "微軟正黑體";
    line-height: 1.5em;
    text-align: center;
    padding-top: 20px;
}

.intro_r h4,
.intro_l h4 {
    color: #ff6952;
}

.intro2_r h4,
.intro2_l h4 {
    color: #6c91de;
}

.intro_r p,
.intro_l p,
.intro2_r p,
.intro2_l p {
    font-size: 15px;
    font-family: sans-serif, "微軟正黑體";
    color: #666;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: justify;
    padding: 4px 20px 20px 20px;
    text-indent: 2em;
}

/*節慶活動*/
.tripmax {
    width: 100%;
    padding: 20px;
}

.tripbox {
    width: 100%;
    float: left;
    background-color: #fff;
    padding-bottom: 20px;
}

.intro3_r {
    width: 50%;
    float: right;
}

.intro3_l {
    width: 50%;
    float: left;
}

.item1 {
    clear: both;
}

.item1 img {
    width: 50%;
}

.intro3_r h4,
.intro3_l h4 {
    font-size: 30px;
    font-family: "微軟正黑體";
    line-height: 1.5em;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.intro3_r h4 {
    text-align: left;
}

.intro3_l h4 {
    text-align: right;
}

.intro3_r h4,
.intro3_l h4 {
    color: #84252a;
}

.intro3_r p,
.intro3_l p {
    font-size: 15px;
    font-family: "微軟正黑體";
    color: #666;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: justify;
    padding: 4px 20px;
    text-indent: 2em;
}

/*colorline*/
.colorline {
    background: url(../images/colorline.png) repeat;
    width: 100%;
    height: 5px;
    margin: 15px 20px;
}

#preloadimg {
    width: 0px;
    height: 0px;
}

/*預先載入*/
#img01 {
    background-image: url(../images/morebtn1.png);
}

.poi,
.poiList {
    margin-bottom: 100px;
}

.poi h4,
.poiList h4 {
    display: block;
    margin-bottom: 20px;
    font: 900 40px/1.5 "Noto Serif TC";
    text-align: center;
    color: black;
    letter-spacing: 2px;
}

.poi .ph-menu,
.poi .ph-group-title,
.poiList .ph-menu,
.poiList .ph-group-title {
    display: none;
}

.poi .ph-group {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.poi .ph-group-content {
    width: 350px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
}

.poi .ph-group-content img {
    width: 100%;
}

.poi .ph-group-content-text {
    padding: 10px;
}

.poi .ph-group-content-text-name {
    display: block;
    margin-bottom: 10px;
    font: 700 20px/1.4 "Noto Serif TC";
    text-align: center;
    color: #000;
}

.poi .ph-group-content-text-price {
    display: block;
    width: 100%;
    font: 700 25px/1.5 "Noto Serif TC";
    text-align: center;
    color: #ec3637;
}


.poiList .ph-group-content {
    padding: 10px;
    background: white;
}

.poiList .ph-group-content-photo {
    display: none;
}

.poiList .ph-group-content-text-name {
    display: block;
    margin-bottom: 10px;
    font: 700 20px/1.4 "Noto Serif TC";
    text-align: left;
    color: #000;
}

.poiList .ph-group-content-text-price {
    display: block;
    width: 100%;
    font: 700 25px/1.5 "Noto Serif TC";
    text-align: right;
    color: #ec3637;
}