@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');

* {
    box-sizing: border-box;
}

#mtkContainer {
    position: relative;
    background: white;
    overflow-x: hidden;
}

/*通用元素 開始*************************************************************/

header.header {

    margin-bottom: 100px;
    background: url(../images/header-pc.jpg) top center no-repeat;
}

header.header h1 {
    position: relative;
    height: 560px;
}

h1 img {
    display: none;
}

h1 .text {
    position: absolute;
    bottom: 2%;
    right: 2%;
    font: 300 13px/1.8 "Noto Sans TC";
    letter-spacing: 2px;
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    z-index: 10;
}

.pageMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 2.5%;
}

.pageMenu a {
    position: relative;
    display: inline-block;
    flex-shrink: 1;
    flex-grow: 0;
    width: 100%;
    max-width: 260px;
    text-align: center;
    border-top: 5px solid #ffbe4d;
    transition: .5s;
}

.pageMenu a:nth-child(even) {
    border-top: 5px solid #c99233;
}

.pageMenu a img {
    width: 100%;
}

.pageMenu a p {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    font: 500 20px/1 "Noto Sans TC";
    color: white;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    z-index: 10;
}

.pageMenu a span {
    position: absolute;
    top: calc(60% + 1.5vw);
    left: calc(50% - 0.5vw);
    width: 1vw;
    height: 1vw;
    border-top: 3px solid white;
    border-right: 3px solid white;
    z-index: 10;
    transform: rotate(135deg);
}

.pageMenu a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 2), rgba(0, 0, 0, 0));
}

.pageMenu a:hover {
    transform: translateY(-10px);
}

@media screen and (max-width:1024px) {
    header.header {
        background: none;
    }

    header.header h1 {
        height: auto;
    }

    h1 img {
        display: block;
        width: 100%;
    }

    .pageMenu {
        background: #00446a;
    }

    .pageMenu a p {
        font-size: 15px;
    }
}

@media screen and (max-width:768px) {
    .pageMenu a span {
        display: none;
    }
}

@media screen and (max-width:600px) {
    header.header {
        margin-bottom: 10%;
    }

    .pageMenu {
        flex-wrap: wrap;
        gap: 10px;
    }

    .pageMenu a {
        flex-shrink: 0;
        width: calc(33% - 10px);

    }

    .pageMenu a p {
        font-size: 13px;
        letter-spacing: 0;
    }
}



.noPrice {
    color: transparent !important;
    font-size: 10px !important;
    padding-bottom: 0px !important;
}

.noLink {
    pointer-events: none;
}

.viewImg {
    position: relative;
}

.viewImg::after {
    content: "";
    position: absolute;
    top: calc(50% - 28px);
    left: calc(50% - 35px);
    width: 70px;
    height: 56px;
    background: url(../images/eye.png) center center no-repeat;
    z-index: 10;
    transition: .5s;
}


.viewImg:hover::after {
    transform: scale(1.2);
}


.stickyMenu {

    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    padding: 5px 0;
    width: 100%;
    background: #00446a;
    z-index: -100;
    transition: 1s;
    opacity: 0;


}

.stickyMenu.on {
    opacity: 1;
    z-index: 100;
}

.stickyMenu a {
    display: inline-block;
    flex-shrink: 0;
    padding: 0 10px;
    font: 500 18px/1.5 "Noto Sans TC";
    color: white;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (max-width:1024px) {
    .stickyMenu {

        justify-content: start;
        overflow-x: scroll;
    }
}









/*POI*/
.poi.style1 {
    margin-bottom: 0%;
    padding-bottom: 0%;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}

.style1 .ph {
    margin: 0 auto;
}

.style1 .ph-title,
.style1 .ph-menu {
    display: none;
}

.style1 .ph-group {
    display: block;
    margin: 0 auto;
    width: 98%;
    max-width: 1200px;
}

.style1 .ph-group-title {
    display: block;
    margin: 20px 0;
    font: 700 40px/1.5 "Noto Serif TC";
    color: #c90116;
    text-align: center;
    letter-spacing: 2px;
}

.style1 .ph-group-content {
    position: relative;
    display: flex;
    margin-bottom: 100px;
    width: 100%;
    height: auto;
}

.style1 .ph-group-content-photo {
    position: relative;
    display: inline-block;
    width: 55%;
}

.style1 .ph-group-content-photo img {
    width: 100%;
}

.style1 .ph-group-content-tag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    font: 700 15px/1.5 "Noto Serif TC";
    color: #00446a;
    z-index: 5;
    background: #ffbe4d;
}

.style1 .ph-group-content-text {
    position: relative;
    display: inline-block;

    padding-left: 20px;
    width: 45%;
    z-index: 5;
}

.style1 .ph-group-content-text-name {
    display: block;
    font: 700 30px/1.5 "Noto Serif TC";
    color: #c90116;
    letter-spacing: 2px;
}

.style1 .ph-group-content-text-sale {
    padding-top: 20px;
    font: 700 25px/1.5 "Noto Serif TC";
    letter-spacing: 2px;
}

.style1 .ph-group-content-text-sale a {
    color: #ffbe4d;
}



.style1 .ph-group-content-text-detail {
    font: 700 18px/1.8 "Noto Serif TC";
    letter-spacing: 2px;
}

.style1 .ph-group-content-text-detail a {
    color: white;
}

.style1 .ph-group-content-text-sale,
.style1 .ph-group-content-text-detail,
.style1 .ph-group-content-text-price {
    display: block;
    position: relative;
    padding-right: 10px;
    color: white;
    background: #00446a;
}

.style1 .ph-group-content-text-sale::after,
.style1 .ph-group-content-text-detail::after,
.style1 .ph-group-content-text-price::after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 50px;
    height: 100%;
    background: #00446a;
}

.style1 .ph-group-content-text-sale {
    color: #ffbe4d;
}

.style1 .ph-group-content-text-price {
    padding-bottom: 20px;
    font: 700 25px/1.8 "Noto Serif TC";
    letter-spacing: 2px;
    color: #ffbe4d;
    text-align: right;
}



.style1 .ph-group-content-text-price span {
    font-size: 0.6em;
}



@media screen and (max-width:1024px) {
    .style1 .ph-group-content {
        margin-bottom: 15%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .style1 .ph-group-content-photo {
        flex-shrink: 0;
        width: 90%;
    }

    .style1 .ph-group-content-text {
        flex-shrink: 0;
        margin-top: -20px;
        padding: 2%;
        width: 80%;
        background: #00446a;
    }

    .style1 .ph-group-content-text-name {
        font-size: 25px;
        color: #ffbe4d;
    }

    .style1 .ph-group-content-text-sale {
        padding-top: 0px;

    }

    .style1 .ph-group-content-text-price {
        padding-bottom: 0px;
    }

    .style1 .ph-group-content-text-sale,
    .style1 .ph-group-content-text-detail,
    .style1 .ph-group-content-text-price {
        padding-right: 0px;

    }

    .style1 .ph-group-content-text-sale::after,
    .style1 .ph-group-content-text-detail::after,
    .style1 .ph-group-content-text-price::after {
        display: none;
    }
}

@media screen and (max-width:500px) {
    .style1 .ph-group-content {
        margin-bottom: 20%;

    }

    .style1 .ph-group-content-text-name {
        margin-bottom: 0px;
        font-size: 20px;
    }

    .style1 .ph-group-content-text-sale {
        margin-bottom: 0px;
        font-size: 20px;
    }

    .style1 .ph-group-content-text-detail {
        margin-bottom: 0px;
        font-size: 15px;
    }

    .style1 .ph-group-content-text-price {

        font-size: 25px;
        text-align: center;
    }
}



















/*POI*/
.poi.style2 {
    margin-bottom: 5%;
    padding-bottom: 5%;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}

.style2 .ph {
    margin: 0 auto;
}

.style2 .ph-title,
.style2 .ph-menu {
    display: none;
}

.style2 .ph-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 98%;
    max-width: 1200px;
}

.style2 .ph-group-title {
    display: block;
    margin: 20px 0;
    font: 700 40px/1.5 "Noto Serif TC";
    color: #c90116;
    text-align: center;
    letter-spacing: 2px;
}

.style2 .ph-group-content {
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
    margin: 0 1% 100px 1%;
    width: 48%;
    height: auto;
    background: #00446a;
}

.style2 .ph-group-content-photo {

    position: relative;
    display: none;
    width: 55%;
}

.style2 .ph-group-content-photo img {
    width: 100%;
}

.style2 .ph-group-content-tag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    font: 700 15px/1.5 "Noto Serif TC";
    color: #00446a;
    z-index: 5;
    background: #ffbe4d;
}

.style2 .ph-group-content-text {
    position: relative;
    display: inline-block;

    padding: 20px;
    width: 100%;
    z-index: 5;
}

.style2 .ph-group-content-text-name {
    display: block;
    font: 700 30px/1.5 "Noto Serif TC";
    color: #ffbe4d;
    letter-spacing: 2px;
    text-align: center;
}

.style2 .ph-group-content-text-sale {
    padding-top: 20px;
    font: 700 25px/1.5 "Noto Serif TC";
    text-align: center;
    letter-spacing: 2px;
}

.style2 .ph-group-content-text-sale a {
    color: #ffbe4d;
}



.style2 .ph-group-content-text-detail {
    font: 700 18px/1.8 "Noto Serif TC";
    text-align: center;
    letter-spacing: 2px;
}

.style2 .ph-group-content-text-detail a {
    color: white;
}

.style2 .ph-group-content-text-sale,
.style2 .ph-group-content-text-detail,
.style2 .ph-group-content-text-price {
    display: block;
    position: relative;
    padding-right: 10px;
    color: white;
    /* background: #00446a; */
}



.style2 .ph-group-content-text-sale {
    color: #ffbe4d;
}

.style2 .ph-group-content-text-price {
    position: relative;
    margin-top: 10px;
    padding-left: 50%;
    font: 700 25px/1.8 "Noto Serif TC";
    letter-spacing: 2px;
    color: #00446a;
    background: #ffbe4d;
    text-align: center;
    border-radius: 99em;
    overflow: hidden;
}

.style2 .ph-group-content-text-price::after {
    content: "免費參加";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: white;
}

.style2 .ph-group-content-text-price span {
    font-size: 0.6em;
}



@media screen and (max-width:1024px) {

    .style2 .ph-group-content {
        margin: 0 0 20% 0;
        width: 80%;
    }

    .style2 .ph-group-content-photo {
        flex-shrink: 0;
        width: 90%;
    }

    .style2 .ph-group-content-text {
        flex-shrink: 0;
        padding: 2%;
        background: #00446a;
    }

    .style2 .ph-group-content-text-name {
        font-size: 25px;
        color: #ffbe4d;
    }

    .style2 .ph-group-content-text-sale {
        padding-top: 0px;

    }

    .style2 .ph-group-content-text-price {
        padding-bottom: 0px;
    }

    .style2 .ph-group-content-text-sale,
    .style2 .ph-group-content-text-detail,
    .style2 .ph-group-content-text-price {
        padding-right: 0px;

    }

    .style2 .ph-group-content-text-sale::after,
    .style2 .ph-group-content-text-detail::after {
        display: none;
    }
}

@media screen and (max-width:500px) {
    .style2 .ph-group-content {
        margin: 0 0 20% 0;
        width: 90%;
    }

    .style2 .ph-group-content-text-name {
        margin-bottom: 0px;
        font-size: 20px;
    }

    .style2 .ph-group-content-text-sale {
        margin-bottom: 0px;
        font-size: 20px;
    }

    .style2 .ph-group-content-text-detail {
        margin-bottom: 0px;
        font-size: 15px;
    }

    .style2 .ph-group-content-text-price {

        font-size: 20px;
        text-align: center;
    }
}


















/*POI*/
.poi.style3 {
    margin-bottom: 5%;
    padding-bottom: 5%;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}

.style3 .ph {
    margin: 0 auto;
}

.style3 .ph-title,
.style3 .ph-menu {
    display: none;
}

.style3 .ph-group {
    display: block;
    margin: 0 auto;
    width: 95%;
    max-width: 1200px;
}


.style3 .ph-group-title {
    display: block;
    margin: 20px 0;
    font: 700 40px/1.5 "Noto Serif TC";
    color: #c90116;
    text-align: center;
    letter-spacing: 2px;
}

.style3 .ph-group-content {
    margin-bottom: 50px;
}

.style3 .ph-group-content a {
    pointer-events: none;
}

.style3 .ph-group-content-photo {
    display: none;
}

.style3 .ph-group-content-text-name {
    display: block;
    font: 700 30px/1.5 "Noto Serif TC";
    color: #c90116;
    letter-spacing: 2px;
}

.style3 .ph-group-content-text-detail {
    display: block;
    font: 700 22px/1.5 "Noto Serif TC";
    color: #000;
    letter-spacing: 2px;
}

.style3 .ph-group-content-text-detail a {
    color: #000;
}

@media screen and (max-width:500px) {
    .style3 .ph-group-content {
        margin: 0 auto;
        width: 95%;
    }

    .style3 .ph-group-content-text-name {
        font-size: 22px;
    }

    .style3 .ph-group-content-text-detail {
        font-size: 18px;
    }
}











.photoMerge {
    margin-bottom: 5%;
    padding-bottom: 5%;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}


.photoMerge .hide,
.photoMerge .ph-menu,
.photoMerge .ph-group-content-tag {
    display: none;
}

.photoMerge .ph-group-title {
    display: block;
    margin: 20px 0;
    font: 700 40px/1.5 "Noto Serif TC";
    color: #c90116;
    text-align: center;
    letter-spacing: 2px;
}



.photoMerge .ph-group-content {
    margin: 0 auto 120px auto;
    width: 95%;
    max-width: 1400px;
    background: white;
}

.photoMerge .ph-group-content-photo {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0 20px;
}

.photoMerge .ph-group-content-photo a {
    display: inline-block;
    width: 900px;

}

.photoMerge .ph-group-content-photo img {
    width: 100%;
}

.photoMerge .ph-group-content-text {
    position: relative;
    display: block;
    width: 100%;
    z-index: 5;
}

.photoMerge .ph-group-content-text-name {
    display: block;
    font: 700 30px/1.5 "Noto Serif TC";
    color: black;
    text-align: center;
    letter-spacing: 2px;
}

.photoMerge .ph-group-content-text-sale {
    padding-top: 20px;
    font: 700 22px/1.5 "Noto Serif TC";
    text-align: center;
    letter-spacing: 2px;
}

.photoMerge .ph-group-content-text-sale a {
    color: #c90116;
}

.photoMerge .ph-group-content-text-price {
    display: none;
    padding-bottom: 20px;
    font: 700 25px/1.8 "Noto Serif TC";
    letter-spacing: 2px;
    color: #c90116;
    text-align: right;
}

.photoMerge .ph-group-content-text-detail {
    font: 700 18px/1.8 "Noto Serif TC";
    letter-spacing: 2px;
    text-align: center;
}

.photoMerge .ph-group-content-text-detail a {
    color: black;
}



.photoMerge .ph-group-content-text-price span {
    font-size: 0.6em;
}



@media screen and (max-width:500px) {
    .photoMerge .ph-group-content {
        margin: 0 auto 40% auto;

    }

    .photoMerge .ph-group-content-photo {
        flex-wrap: wrap;
        gap: 5px;

    }

    .photoMerge .ph-group-content-photo a {
        display: inline-block;
        flex-shrink: 0;
        width: 100%
    }

    .photoMerge .ph-group-content-photo a:nth-of-type(2),
    .photoMerge .ph-group-content-photo a:nth-of-type(3) {

        width: calc(50% - 2.5px)
    }
}














.tablePoi {
    margin-bottom: 2%;
    /* padding-bottom: 5%;*/
    /* border-bottom: 1px dotted rgba(0, 0, 0, 0.2); */
}

.tablePoi .ph-menu,
.tablePoi .ph-group {
    display: none;
}

.tablePoi .ph-group-title {
    display: block !important;
    margin: 20px 0;
    font: 700 40px/1 "Noto Serif TC";
    color: #c90116;
    text-align: center;
    letter-spacing: 2px;
}

.tablePoi_content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;

    width: 95%;
    max-width: 1400px;
}

.tablePoi_content li {
    display: inline-block;
    margin: 0 5px 10px 5px;
    padding: 10px;
    width: calc(20% - 10px);
    font: 700 18px/1.8 "Noto Serif TC";
    letter-spacing: 1px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.tablePoi_content li strong {
    display: block;
    width: 100%;
    font-size: 1.2em;
    color: #00446a;
    background: #ffbe4d;
}




@media screen and (max-width:500px) {
    .tablePoi_content {
        display: block;
    }

    .tablePoi_content li {
        display: block;
        margin: 0 0 2% 0;
        padding: 10px;
        width: 100%;
        font: 700 18px/1.8 "Noto Serif TC";

    }
}










.youtubePoi {
    margin-bottom: 5%;
    padding-bottom: 5%;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}

.youtubePoi .ph-menu,
.youtubePoi .ph-group-title,
.youtubePoi .ph-group-content-text-name,
.youtubePoi .ph-group-content-text-price {
    display: none;
}


.youtubePoi .ph {
    margin: 0 auto 1% auto;
    width: 95%;
    max-width: 1200px;
}

.youtubePoi .ph a {
    pointer-events: none;
    color: black;
}

.youtubePoi .ph-group-content-photo {
    display: none;
}



.youtubePoi .ph-group-content-text-detail {
    font: 700 18px/1.8 "Noto Serif TC";
    letter-spacing: 2px;
    text-align: center;
}

.youtubePoi_content {
    margin: 0 auto 100px auto;
    width: 95%;
    max-width: 1200px;
}














.note {
    padding: 50px 0;
    background: white;
}

.note_content {
    margin: 0 auto;
    width: 95%;
    max-width: 1400px;
}

.note table {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    text-align: center;
}

.note tbody {
    display: block;
    width: 100%;
}

.note tr {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.note tr:last-child {

    border-bottom: none
}


.note tr:first-child {
    background: #00446a;
}

.note td {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
    width: calc(100% / 6);
    font: 700 18px/1.8 "Noto Sans TC";
    letter-spacing: 2px;
    color: black;
    border-right: 1px solid #ddd;
    text-align: center;
}

.note tr:first-child td {
    color: white;
}

.note tr:first-child td span {
    color: #ffbe4d;
}

.note td:last-child {
    border-right: none;
}

.note td small {
    display: block;
    width: 100%;
    flex-shrink: 0;
    text-align: center;
    font-size: 0.7em;
}


.note ul {
    padding: 20px 0;
    font: 700 22px/1.8 "Noto Sans TC";
}

.note ul .title {
    font-size: 1.3em;
}

@media screen and (max-width:1024px) {

    .note td {
        font-size: 15px;
        letter-spacing: 0px;
    }
}

@media screen and (max-width:600px) {

    .note td {
        font-size: 13px;
        letter-spacing: -1px;
    }

    .note td small {
        display: none;
    }

    .note ul {
        font: 700 15px/1.8 "Noto Sans TC";
    }

}






.fixBtn {
    position: fixed;
    top: 0;
    left: 0;
    top: 10%;
    left: 10px;
    z-index: 20;
}

.fixBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
    font: 700 15px/1.2 "Noto Sans TC";
    color: white;
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 99em;
    transition: .5s;
}

.fixBtn a:hover {
    transform: translateY(-5px);
}

@media screen and (max-width:600px) {
    .fixBtn {
        top: auto;
        bottom: 0;
        left: 0;
        display: flex;
        width: 100%;
    }

    .fixBtn a {
        display: inline-block;
        margin: 0;
        padding: 10px 0;
        width: 25%;
        height: auto;
        border-radius: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
    }
}





.floorImg h2 {
    display: block;
    margin: 50px 0 20px 0;
    font: 700 40px/1.5 "Noto Serif TC";
    color: #c90116;
    text-align: center;
    letter-spacing: 2px;
}

.allfloor {
    display: block;
    margin: 0 auto;

}

.allfloor .allfloor_content {
    display: block;
    margin: 0 auto;
    max-width: 1400px;
}

.allfloor .allfloor_content img {
    width: 100%;
}

.mobileTouch {
    display: none;
}



@media screen and (max-width:600px) {
    .allfloor {
        position: relative;
        width: 95%;
        overflow: scroll;
    }

    .allfloor .allfloor_content {
        width: 700px;
    }

    .mobileTouch {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    }

    .mobileTouch.hide {
        display: none;
        z-index: -1000;
    }

    .mobileTouch_content {
        position: relative;
    }

    .mobileTouch_content_finger {
        width: 70px;
        animation: finger 1.5s linear infinite alternate;
    }

    @keyframes finger {
        from {
            transform: translate(100px, 50px);
        }

        to {
            transform: translate(200px, 100px) rotate(90deg);
        }
    }

    .mobileTouch_content_finger img {
        width: 100%;

    }

    .mobileTouch_content_text {
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        font: 700 15px/1.2 "Noto Sans TC";
        color: white;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
        text-align: center;
    }




}