*{
    margin:0;
    padding:0;
    border: 0;
    outline:none !important;
    text-size-adjust: none;
    outline:none !important;
    -webkit-tap-highlight-color: transparent;
}
html{
    background-color: #fff;
    transition: all 350ms;
    font-size: 100%;
}

body{
    margin: 0;
    padding: 0;
    font-family: Open Sans,arial,Helvetica Neue,Helvetica,sans-serif;
    color: #252526;
    width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.o7{opacity: .7;}
.o6{opacity: .6;}
.o5{opacity: .5;}
.o4{opacity: .4;}
.o3{opacity: .3;}

.s0{font-size:4vw;}
.s1{font-size: 2vw;}
.s2{font-size: 1.8vw;}
.s3{font-size: 1.4vw;}
.s4{font-size: 1.2vw; line-height: 2vw;}
.s5{font-size: 1vw; line-height: 1.8vw;}
.s6{font-size: .9vw; line-height: 1.4vw;}
.s7{font-size: .8vw; line-height: 1.2vw;}
.s8{font-size: .7vw; line-height: .9vw;}
.s9{font-size: .6vw; line-height: .8vw;}

.b {font-weight: bold;}
.up {text-transform: uppercase;}
.white {color: #fff;}
.red {color: #E66464;}
.gray {color: #A8A8AD;}
.black {color: #252526;}


a {
    color: #5E9EFF;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.hide {
    display: none;
}

button, .button{
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    scroll-padding: 50px 0 0 50px;
}
::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover{
    background: rgba(255, 255, 255, 0.5);
}
::-webkit-scrollbar-track{
    background: rgba(0, 0, 0, 0);
}


[class^=page] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 26% 0;
    z-index: 1;
}
[class^=page] .box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
[class^=page] .left, [class^=page] .right{
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    width: 48%;
}

.page1 .left {
    width: 68%;
}
.page1 .right {
    width: 30%;
}

.page1 h1, .page1 h2 {
    margin-bottom: 1.5vw;
}
.page1 .address {
    margin: .8vw 0 1.5vw;
}
.page1 .description {
    margin-bottom: .7vw;
}

.page1 .right .flotty {
    background: url(/img/flotty_app_icon.png) no-repeat;
    display: block;
    width: 9vw;
    height: 9vw;
    border-radius: 2vw;
    background-size: cover;
    filter: drop-shadow(4px 8px 28px rgba(0, 0, 0, 0.08));
    margin-bottom: 1.5vw;
}

.page1 .right .icon {
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 0 0 0 1.9vw;
    margin: 0 0 .9vw 1.5vw;
    display: block;
    height: 1vw;
    line-height: 1.1vw;
}
.page1 .right .icon.apple {background-image: url(/img/ic_apple.svg); padding-top: .2vw;}
.page1 .right .icon.link {background-image: url(/img/ic_link.svg);}

.page1 .ln b {
    font-weight: normal;
    cursor: pointer;
}
.page1 .ln b:nth-child(1){
    margin-right: 1vw;
}

.page1 .photo {
    border-radius: 0.5vw;
    display: inline-block;
    width: 3vw;
    height: 4vw;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 0.7vw;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.12));
    cursor: pointer;
}

.p2 {
    display: none;
}

.menu {
    position: absolute;
    margin-left: 7vw;
}
.menu div {
    margin-bottom: 1vw;
    cursor: pointer;
}
.menu .now{
    border-bottom: 1px solid;
}
.menu div:not(.now){
    opacity: .4;
}

.privacy {
    float: right;
    margin-top: -1.4vw;
}

@media screen and (max-width: 765px) {
    body, html {
        overflow-x: hidden;
        justify-content: flex-start;
    }

    .s0 {font-size: 7.5vw;}
    .s1 {font-size: 5.7vw; line-height: 8vw;}
    .s2 {font-size: 5.4vw; line-height: 7vw;}
    .s3 {font-size: 4.4vw;}
    .s4 {font-size: 3.6vw; line-height: 1.5;}
    .s5 {font-size: 3.6vw; line-height: 1.5;}
    .s6 {font-size: 3.2vw; line-height: 1.7;}
    .s7 {font-size: 2.1vw; line-height: 3.2vw;}
    .s8 {font-size: 2.4vw; line-height: 1.7;}
    .s9 {font-size: 2vw; line-height: 1.7;}


    [class^=page] {
        margin: 20% 8% 8% 8%;
        position: relative;
    }
    [class^=page] .box {
        flex-direction: column;
    }

    .page1 .right {
        width: 100%;
    }
    .page1 .left {
        width: 100%;
    }


    .page1 h1 {
        margin-bottom: 4vw;
    }
    .page1 .address {
        margin: 3vw 0 4vw;
    }
    .page1 .description {
        margin-bottom: 4vw;
    }

    .page1 .right .flotty {
        margin: 8vw 8vw 0 0 ;
        float: left;
        width: 20vw;
        height: 20vw;
        border-radius: 6vw;
    }

    .iconBox {
        float: left;
        margin-top: 11.5vw;
    }

    .page1 .right .icon {
        height: 4vw;
        font-size: 3.3vw;
        margin: 0 0 4vw 0;
        padding: 0 0 0 7vw;
        display: block;
        line-height: 4.3vw;
    }

    .ln {
        position: absolute;
        top: -13vw;
        right: 0;
    }

    .page1 .photo{
        width: 9vw;
        height: 15vw;
        margin-right: 2.1vw;
        border-radius: 1vw;
    }

    .menu div {
        display: inline-block;
        margin: 7vw 2vw 0;
    }

    .privacy {
        top: 64vh;
        position: absolute;
        width: max-content;
        right: 0;
    }
}
