<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {}

body {
    font-family: '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 12px;
    color: #323232;
    margin: 0;
    padding: 0;
}

body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(../img/top_3.jpg) center/cover no-repeat;
    /*fixed繧偵ヨ繝ｫ��*/
    -webkit-background-size: cover;
    /*Android4*/
}

.sp {
    display: none;
}

#contents {
    position: relative;
    width: 100%!important;
    margin: 0 auto;
    text-align: center;
}

.w1300 {
    width: 910px;
    position: relative;
    height: 100%;
    margin: 0 auto;
    top: 30px;
}

.title {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 5;
}

.title img {
    width: 55%;
    height: auto;
}

.side_1 {
    position: absolute;
    left: 0px;
    top: 50px;
}

.side_2 {
    position: absolute;
    right: 0px;
    top: 220px;
    z-index: 1;
}

.side_2 img {
    width: 340px;
}

.top_con {
    position: absolute;
    top: 320px;
    right: 0;
    left: 0;
    z-index: 1111;
}

.top_hawaii {
    background: url(../img/top_4.png);
    width: 450px;
    padding-top: 80px;
    padding-bottom: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    display: inline-block;
}

.top_hawaii img {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
}

.top_guam {
    background: url(../img/top_9.png);
    width: 450px;
    padding-top: 80px;
    padding-bottom: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    display: inline-block;
}

.top_guam img {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
}

.img_sp_45 {
    margin: 0 auto -15px;
    text-align: center;
}

.img_sp_45 img {
    width: 35%;
    height: auto;
}

@media (max-width: 720px) {
    html {
        height: 100%;
    }
    body {
        height: 100%;
    }
    body::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background: url(../img/top_3.jpg) center/cover no-repeat;
        /*fixed繧偵ヨ繝ｫ��*/
        -webkit-background-size: cover;
        /*Android4*/
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .sp img {
        height: auto !important;
    }
    #contents {
        background: none;
        overflow: hidden;
        width: 100%;
        background-position: center;
        height: auto;
    }
    .w1300 {
        width: 100%;
        position: relative;
        height: 100%;
        margin: 0 auto;
        top: inherit;
    }
    .title {
        position: initial;
        margin-top: 20px;
    }
    .title img {
        width: 94%;
    }
    .side_1 {
        position: initial;
        text-align: left;
        z-index: 1;
    }
    .side_1 img {
        width: 30%;
    }
    .side_2 {
        position: initial;
        text-align: right;
        margin-top: -30%;
    }
    .side_2 img {
        width: 55%;
    }
    .top_con {
        position: initial;
    }
    .top_hawaii {
        width: 92%;
        height: auto;
        background-size: cover;
        background-position: center;
        display: block;
        padding: 21% 4% 11%;
        margin: 15% auto 0;
    }
    .top_hawaii img {
        width: 94%;
        max-width: none;
        height: auto;
    }
    .top_guam {
        width: 94%;
        height: auto;
        background-size: cover;
        background-position: center;
        display: block;
        padding: 21% 4% 11%;
        margin: 15% auto 0;
    }
    .top_guam img {
        width: 94%;
        height: auto;
    }
    .img_sp_45 img {
        width: 45%;
        margin: 0;
    }
}</pre></body></html>