/* common */

main h1,
main h2,
main h3,
main h4 {
    font-weight: 400;
    letter-spacing: .5px;
}

main h1 {
    /*font-family: "HiraMinProN-W6", "Crimson", Georgia, "Source Han Serif SC", "\5b8b\4f53", Simsun, serif;*/
    font-family: 'Times New Roman';
    font-size: 30px;
    line-height: 34px;
}

/* 20230423 pengchenglong add */
main h1:lang(zh-tw),
main h1:lang(zh-cn),
main h1:lang(ko) {
    font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
main h1:lang(jp){
    font-family:times new roman, 'ヒラギノ明朝 ProN W3',HiraMinProN-W3,'Noto Serif SC', '\5b8b\4f53', Simsun, serif, "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
/* 20230423 pengchenglong end */

main h2 {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 24px;
    line-height: 30px;
}

main h3 {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    /*2023.03.21 by pengchenglong */
    font-size: 19px;
    line-height: 26px;
    /*font-size: 15px;*/
    /*line-height: 18px;*/
    /*2023.03.21 by pengchenglong end */
}

main h4 {
    /*font-family: "HiraMinProN-W6", "Crimson", Georgia, "Source Han Serif SC", "\5b8b\4f53", Simsun, serif;*/
    font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 17px;
        line-height: 21px;
    }
main h4:lang(jp) {
    font-family:times new roman, 'ヒラギノ明朝 ProN W3',HiraMinProN-W3,'Noto Serif SC', '\5b8b\4f53', Simsun, serif, "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    }

/* for header paragraph component */

.util__style--p,
section p {
    /*2023.03.21 by pengchenglong */
    font-size: 14px;
    line-height: 24px;
    /*font-size: 13px;*/
    /*line-height: 17px;*/
    /*2023.03.21 by pengchenglong end*/
}

@media (min-width: 1024px) {
    main h1 {
        font-size: 36px;
        line-height: 44px;
    }

    main h2 {
        font-size: 30px;
        line-height: 36px;
    }

    main h3 {
        font-size: 24px;
        line-height: 32px;
    }

    main h4 {
        font-size: 18px;
        line-height: 25px;
    }

    .util__style--p,
    section p {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (min-width: 1366px) {
    main h1 {
        font-size: 45px;
        line-height: 50px;
    }

    main h2 {
        font-size: 35px;
        line-height: 45px;
    }

    main h3 {
        font-size: 24px;
        line-height: 32px;
    }

    main h4 {
        font-size: 20px;
        line-height: 25px;
    }

    .util__style--p,
    section p {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (min-width: 1920px) {
    main h1 {
        font-size: 55px;
        line-height: 68px;
    }

    main h2 {
        font-size: 45px;
        line-height: 52px;
    }

    main h3 {
        font-size: 24px;
        line-height: 32px;
    }

    main h4 {
        font-size: 20px;
        line-height: 27px;
    }

    .util__style--p,
    section p {
        font-size: 15px;
        line-height: 24px;
    }
}

/* end of common */

/* font util */

.util__font--1 {
    /*font-family: "HiraMinProN-W6", "Crimson", Georgia, "Source Han Serif SC", "\5b8b\4f53", Simsun, serif;*/
    font-family: 'Times New Roman';
    font-style: normal;
    font-weight: 400;
}

/* 20230423 pengchenglong add */
.util__font--1:lang(zh-tw),
.util__font--1:lang(zh-cn),
.util__font--1:lang(ko) {
    font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.util__font--1:lang(jp){
    font-family:times new roman, 'ヒラギノ明朝 ProN W3',HiraMinProN-W3,'Noto Serif SC', '\5b8b\4f53', Simsun, serif, "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
/* 20230423 pengchenglong end */

.util__font--2 {
    /* font-family: "Alibaba Sans", sans-serif; */
}

/* end of font util */

.util__style--cta {
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0;
}

@media (min-width: 1024px) {
    .util__style--cta {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
    }
}

@media (min-width: 1366px) {
    .util__style--cta {
        /*2023.2.14 by penghuzhen*/
        font-size: 16px;
        line-height: 28px;
        /*2023.2.14 by penghuzhen end*/
        letter-spacing: 0;
        /*font-style: normal;*/
        font-weight: 500;
        /*font-size: 18px;*/
        /*line-height: 21px;*/
    }
}

.tab-nav__primary-title {
    /* font-size: 15px; */
    font-size: 3.8vw;
}

.tab-nav__sub-title {
    font-size: 12px;
}

.three-columns__time {
    font-size: 13px;
    line-height: 18px;
}

@media (min-width: 1024px) {
    .tab-nav__primary-title {
        font-size: 18px;
    }

    .tab-nav__sub-title {
        font-size: 13px;
    }

    .three-columns__time {
        font-size: 13px;
        line-height: 1.5;
    }
}

@media (min-width: 1366px) {
    .tab-nav__primary-title {
        font-size: 24px;
    }

    .tab-nav__sub-title {
        font-size: 17px;
    }

    .three-columns__time {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 1920px) {
    .tab-nav__primary-title {
        font-size: 24px;
    }

    .tab-nav__sub-title {
        font-size: 18px;
    }

    .three-columns__time {
        font-size: 14px;
        line-height: 20px;
    }
}

/* POI filter */

/*.dining-tile__description {*/
/*    !*margin: 0 -10px 4px auto;*!*/
/*}*/

.dining-tile__site {
    /*padding: 2px 12px;*/
    padding: 6px 10px;
    font-size: 12px;
}

.poi-filter__tag--pill {
    padding: 5px 12px;
    min-width: 80px;
}

@media (min-width: 1024px) {
    .dining-tile__button {
        letter-spacing: .5px;
    }

    .dining-tile__title {
        font-size: 24px;
        line-height: 32px;
    }

    .dining-tile__style {
        margin-top: -2px;
    }

    .dining-tile__description {
        margin-top: 5px;
        font-size: 14px;
        line-height: 24px;
    }

    .dining-tile__site {
        margin-top: 12px;
        border-radius: 3px;
        font-size: 14px;
    }
}

@media (min-width: 1366px) {
    .dining-tile__style {
        font-size: 17px;
        line-height: 22px;
    }

    .dining-tile__description {
        font-size: 16px;
    }

    .dining-tile__site {
        font-size: 15px;
    }
}

/*dinning star chuting*/
@media (max-width: 767px) {
    .dining-tile__site{
        padding: 3px 8px;
        font-size: 11px;
    }
}

/* end of POI filter */
