@import "nav.css?t=1.03";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');

/*div布局*/
body, html {
    color: #3c3c3c;

    /*google fonts
    Poppins：主英文優先字體，Google Fonts
    Noto Sans TC：主中文字體，Google Fonts 繁中字體
    其他為備援字體 PingFang TC（蘋果系）、Microsoft JhengHei（微軟系）
    Helvetica/Arial：萬用備援英文字體
    */
    /*font-family: 'Poppins', 'Noto Sans TC', 'Noto Sans CJK TC', 'PingFang TC', 'Microsoft JhengHei', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;*/
    font-weight: 300; /* 可搭配 100, 300, 400, 500, 600, 700, 900 */

    font-family: "aether", "SanFranciscoRegular", "YakuHanJP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}

/*部分样式style*/

.center {
    text-align: center;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

a {
    text-decoration: none;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    color: #0000FF;
}

.layui-bg-cyan {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    height: 0.5px;
}

#Copyright {
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
}

/*当屏幕小于或等于576px时*/
@media screen and (max-width: 576px) {

}

/*屏幕大于或等于576px时 for pc*/
@media screen and (min-width: 576px) {

}

/*屏幕大于或等于768px时 for pc*/
@media screen and (min-width: 768px) {
    /*回到顶端手机屏幕位置样式*/
    .cd-top {
        right: 20px;
        bottom: 60px !important;
    }
}

/*屏幕大于或等于992px时 for pc*/
@media screen and (min-width: 992px) {

    /*roomsNEW*/
    .leftDIV {
        float: left;
    }

    /*roomsNEW*/
    .rightDIV {
        float: right;
    }

    #Copyright {
        color: #FFFFFF;
        text-align: center;
        font-size: 12px;
        padding: 1px 0;
        letter-spacing: 1px;
    }

    .layui-bg-cyan {
        width: 50%;
        text-align: center;
        margin: 0 auto;
        height: 0px;
    }

}

/*屏幕大于或等于1200px时 for pc*/
@media screen and (min-width: 1200px) {

}

/*屏幕大于或等于1200px时 for pc*/
@media screen and (min-width: 1400px) {

}
