html, body {
    width: 100%; height: 100%; margin: 0; padding: 0; background: #3cd6dd;
    font: 16px/1.2 "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "STHeiti", "LiHei Pro Medium", "Apple LiGothic Medium", Verdana, Helvetica, Arial, sans-serif, cursive;
    font-size: 1rem; font-weight: normal;
}
body{ overflow-x: hidden;}

a { cursor: pointer;
    -webkit-transition:all 200ms ease-out; -mozilla-transition:all 200ms ease-out;
    -ms-transition:all 200ms ease-out; -o-transition:all 200ms ease-out;
    transition:all 200ms ease-out;}
a:hover { text-decoration: none;}

.navbar { padding: 1rem; z-index: 50;
    background: #ffffff; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.16);}
.navbar .navbar-brand { width: 180px; height: 32px; display: block;
    background: url(../images/logo.svg) center no-repeat; font-size: 0;}

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px;}

.KV{ width: 100%; height: 560px; display: block; position: relative;
    background-image: url(../images/bg01.jpg); background-position: bottom center;}
.KV .mainDiv { width: 100%; max-width: 1200px; height: 100%; margin: 0 auto; position: relative; z-index: 5;}
.KV .title{ width: 90%; max-width: 820px; z-index: 5; position: absolute; top: 35px; right: 2%;}
.KV .title img{ animation: Float_s 1s infinite alternate ease-out;}
.KV .mainPic{ width: 75%; max-width: 610px; z-index: 1; position: absolute; bottom: 0; left: 4%;}
.KV .trees, .KV .sunUmbrella{ z-index: 1; position: absolute;}
.KV .trees{ width: 45%; max-width: 450px; left: -8%; bottom: 0;}
.KV .sunUmbrella{ width: 30%; max-width: 350px; right: 0; bottom: 2%;}

@media screen and (min-width: 480px) {
    .KV{ height: 700px;}
    .KV .sunUmbrella{ bottom: 1%;}
}
@media screen and (min-width: 640px) {
    .KV{ height: 800px;}
    .KV .title{ width: 80%;}
    .KV .title img{ animation: Float 1s infinite alternate ease-out;}
}
@media screen and (min-width: 768px) {
    .KV{ height: 880px;}
    .KV .mainPic{ width: 70%;}
}
@media screen and (min-width: 960px) {
    .KV .mainPic{ width: 60%; left: 2%;}
}
@media screen and (min-width: 1200px) {
    .KV .trees{ left: 0;}
}

@keyframes Float {
  from {
    margin-top: 0;
  }
  to {
    margin-top: -20px;
  }
}
@keyframes Float_s {
  from {
    margin-top: 0;
  }
  to {
    margin-top: -8px;
  }
}

.wrapper{ width: 100%; 
    background-image: url(../images/bg02.jpg);
    background-position: top center; background-repeat: no-repeat;
}
.booking{ height: 65px; padding-top: 15px; position: relative;}
.booking a:hover img{ animation: Float_s 1s infinite alternate ease-out;}
@media screen and (max-width: 960px) {
    .booking a img{ animation: Float_s 1.5s infinite alternate ease-out;}
}
.boxShadow{ 
    -webkit-box-shadow: 0 5px 15px 0 rgba(20,61,131,0.3);
    box-shadow: 0 5px 15px 0 rgba(20,61,131,0.3);}

.note{ padding: 30px 15px 30px 5px;  color: #003752;}
.note h3{ margin-bottom: 15px; font-size: 20px; color: #003752;}
.num{ margin: 15px 0 0 0; padding-left: 25px; list-style: decimal;}
.num li{ margin-bottom: 8px; font-size: 15px;}

@media screen and (min-width: 480px) {
    .booking{ height: 90px;}
}
@media screen and (min-width: 640px) {
    .booking{ height: 120px;}
}
@media screen and (min-width: 960px) {
    .booking{ height: 150px;}
    .note{ padding: 30px 30px 20px 30px;}
    .num{ font-weight: 600;}
}

.btn-area {
    text-align: center;
}

.btn-area>a {
    position: relative;
    max-width: 200px;
    font-size: 1.5rem;
    display: inline-block;
    padding: 8px 20px;
    color: #152e38;
}

.btn-area>a+a {
    border-left: 1px solid #000;
}

.btn-area>.btn01::before {
    content: "";
    background-image: url(../images/Arrow_Left.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    top: 10px;
    left: -12px;
}

.btn-area>.btn02::before {
    content: "";
    background-image: url(../images/Arrow_Right.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    top: 10px;
    right: -12px;
}

footer {
    background-color: #f4f4f4;
    position: relative; z-index: 40;
}

.sns {
    text-align: center;
}

.sns>div {
    display: inline-block;
    width: 20%;
    max-width: 120px;
}

.sns>div>a {
    color: #717171;
}

.sns i {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 0.5rem auto;
}

.sns .fb {
    background: url(../images/Facebook.svg) no-repeat center;
    background-size: cover;
}

.sns .youtube {
    background: url(../images/Youtube.svg) no-repeat center;
    background-size: cover;
}

.sns .line {
    background: url(../images/Line.svg) no-repeat center;
    background-size: cover;
}

.sns .instagram {
    background: url(../images/Instagram.svg) no-repeat center;
    background-size: cover;
}

.sns span {
    font-size: 0.75rem;
}

.copyright {
    border-top: 1px solid #dfdedc;
    text-align: center;
}

.copyright .container>div {
    display: inline-block;
    text-align: center;
    padding: 1rem;
}

.copyright img {
    width: 100%;
}

.cpr {
    width: 58%;
}

.phone {
    width: 40%;
}

.sidebtn>.bn {
    background-color: #3e3e3e;
    text-align: center;
}

.sidebtn>.bn>a {
    color: #FFFFFF;
    display: block;
}

.sidebtn>.bn>a:hover {
    text-decoration: none;
}

.sidebtn>.bn-01 .ico {
    background: url(../images/Icon-01.svg) no-repeat center;
    background-size: contain;
}
.sidebtn>.bn-02 .ico {
    background: url(../images/Icon-02.svg) no-repeat center;
    background-size: contain;
}
.sidebtn>.bn-03 .ico {
    background: url(../images/Icon-03.svg) no-repeat center;
    background-size: contain;
}
.sidebtn>.bn-04 .ico {
    background: url(../images/Icon-04.svg) no-repeat center;
    background-size: contain;
}

@media screen and (max-width: 768px) {
    .navbar {
        padding: 0.75rem 1rem;
    }
    .navbar .navbar-brand {
        width: 140px;
        height: 32px;
    }
}

@media screen and (max-width: 959px) {
    footer {
        margin-bottom: 3rem;
    }
    .btn-area>a {
        font-size: 1rem;
    }
    .btn-area>.btn01::before,
    .btn-area>.btn02::before {
        top: 4px;
    }
    .copyright .container>div {
        display: block;
    }
    .copyright .container>div {
        width: 100%;
        padding: 0.5rem;
    }
    .sidebtn {
        position: fixed; z-index: 50;
        width: 100%;
        bottom: 0;
        text-align: center;
        background: #eeeeee;
        padding: 8px;
        box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.16);
    }
    .sidebtn>.bn {
        padding: 0.5rem;
        font-size: 1rem;
        border-radius: 6px;
        width: 49%;
        display: inline-block;
    }
    .sidebtn>.bn>a:hover {
        text-decoration: none;
    }
    .sidebtn>.bn .ico {
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-right: 0.5rem;
    }
    .sidebtn>.bn span {
        vertical-align: super;
    }
}

@media screen and (min-width: 960px) {
    .sidebtn {
        position: fixed; z-index: 50;
        right: 0;
        top: 35%;
    }
    .sidebtn>.bn {
        padding: 2rem 0.5rem;
        font-size: 1.25rem;
        border-radius: 12px 0 0 12px;
    }
    .sidebtn>.bn+.bn {
        margin-top: 0.5rem;
    }
    .sidebtn>.bn .ico {
        width: 32px;
        height: 32px;
        display: block;
        margin-bottom: 1rem;
    }
    .sidebtn>.bn span {
        writing-mode: tb-rl;
    }
}