/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html, body {
    height: 100%;
    width: 100%;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.mobile_br, .header_mob {
    display: none;
}

.wrapper {
    width: 100%;
    background-image: url(img/bg.jpg);
    background-size: cover;
    background-position: 0 50%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.header, .content {
    width: 62.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer {
    width: 100%;
}

.header img, .bottom img {
    width: 62.5vw;
}

.content {
    width: 80vw;
    height: 100%;
}

.bottom {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.map_wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}

.map_wrapper2 {
    position: relative;
    width: 75%;
}

.text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.5em;
    font-weight: bold;
    color: #000;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    backdrop-filter: blur(3px);
    width: 60%;
    margin: 5px 0;
    text-align: center;
}

.poi:hover {
    transform: scale(1.1);
    background-image: url(img/poi2.png);
}

.poi {
    position: absolute;
    height: 6.5%;
    width: 3.7%;
    background-image: url(img/poi.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 1s ease;
}

.poi1 {
    top: 30%;
    left: 10.8%;
}

.poi2 {
    top: 25.4%;
    left: 20.1%;
}

.poi3 {
    top: 37.3%;
    left: 24.7%;
}

.poi4 {
    top: 34.9%;
    left: 38.5%;
}

.poi5 {
    top: 25.5%;
    left: 61.1%;
}

.poi6 {
    top: 37.5%;
    left: 72.6%;
}

.poi7 {
    top: 31.1%;
    left: 77.6%;
}

.poi8 {
    top: 28.3%;
    left: 86.1%;
}

.poi9 {
    top: 40.7%;
    left: 90%;
}

.poi10 {
    top: 41%;
    left: 56.3%;
}

.poi11 {
    top: 46.2%;
    left: 38%;
}

.poi12 {
    top: 53.1%;
    left: 52.4%;
}

.poi13 {
    top: 49.5%;
    left: 68.1%;
}

.poi14 {
    top: 53.1%;
    left: 82.8%;
}

.poi15 {
    top: 63.8%;
    left: 37.1%;
}

.poi16 {
    top: 71.4%;
    left: 65.2%;
}

.poi17 {
    top: 72.6%;
    left: 29.2%;
}

.poi18 {
    top: 85.5%;
    left: 22.5%;
}

.map {
    width: 100%;
}

iframe {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}
::-webkit-scrollbar {
    width: 0;
  }
.youtube {
    position: relative;
    width: 60%;
    height: 70%;
}

.copyright {
    padding: 5px 0;
    background-color: #F7E74C;
    display: flex;
    justify-content: space-around;
    align-items: center;
    line-height: 1.5em;
}

.popup {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.4);
}

.close {
    position: absolute;
    cursor: pointer;
    font-size: 50px;
    font-weight: bold;
    top: -30px;
    right: -30px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

/*button*/

.Button__icon, .Button__text, .Button__textWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.Button__icon, .Button__text {
    transition: top 500ms;
}

.Button {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    bottom: 5%;
    right: 5%;
    background-color: #01BAEF;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 1000px;
    width: 200px;
    height: 60px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.3);
    text-align: center;
    transition: background-color 500ms, transform 100ms;
}

.Button__textWrapper {
    overflow: hidden;
}

.Button__text {
    line-height: 60px;
    top: 0;
}

.Button__icon {
    top: 100%;
    background: url(img/vr.png) no-repeat center center;
    background-size: contain;
}

.Button::before, .Button::after {
    position: absolute;
    opacity: 0;
    transition: all 500ms;
    visibility: hidden;
}

.Button:hover {
    background-color: #01BAEF;
}

.Button:hover .Button__text {
    top: -100%;
}

.Button:hover .Button__icon {
    top: 0;
}

.Button:hover::before, .Button:hover::after {
    opacity: 1;
    visibility: visible;
}

.Button:hover::after {
    bottom: 60px;
}

.Button:hover::before {
    bottom: 80px;
}

.Button:active {
    transform: translate(2px, 2px);
}

/*button*/

.poiPc {
    cursor: pointer;
}

.poiMobile {
    display: none;
}

.text2 {
    background-color: #fff;
    color: #030303;
    width: 74%;
}

.db_414, .db_1530, .db_1024 {
    display: none;
}

@media (max-width: 3840px) {
    .text {
        font-size: 30px;
    }
    .fzbig{
        font-size: 42px;
    }
    .Button {
        width: 400px;
        height: 120px;
        font-size: 42px;
    }
    .Button__text {
        line-height: 110px;
    }
}

@media (max-width: 2874px) {
    .Button {
        width: 300px;
        height: 90px;
        font-size: 35px;
    }
    .Button__text {
        line-height: 90px;
    }
}

@media (max-width: 2425px) {
    .text {
        font-size: 20px;
    }
    .fzbig{
        font-size: 30px;
    }
    .Button {
        width: 250px;
        height: 75px;
        font-size: 30px;
    }
    .Button__text {
        line-height: 75px;
    }
}

@media (max-width: 2048px) {
    .text {
        font-size: 15px;
    }
    .fzbig{
        font-size: 20px;
    }
    .Button {
        width: 200px;
        height: 60px;
        font-size: 21px;
    }
    .Button__text {
        line-height: 60px;
    }
}

@media (max-width: 1687px) {
    .Button {
        width: 180px;
        height: 54px;
        font-size: 19px;
    }
    .Button__text {
        line-height: 54px;
    }
}

@media (max-width: 1536px) {
    .header, .content {
        width: 80vw;
    }
    .text {
        font-size: 15px;
    }
    .Button {
        width: 160px;
        height: 48px;
        font-size: 19px;
    }
    .Button__text {
        line-height: 50px;
    }
    .db_1530{
        display: block;
    }
}

@media (max-width: 1366px) {
    .header, .content {
        width: 90vw;
    }
    .poiMobile {
        display: block;
    }
    .poiPc {
        display: none;
    }
    .Button {
        width: 160px;
        height: 48px;
        font-size: 18px;
    }
    .Button__text {
        line-height: 50px;
    }
}

@media (max-width: 1024px) {
    .header, .content {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .header, .content, .header img, .bottom img {
        width: 100%;
    }
    .girl {
        display: none;
    }
    .youtube {
        width: 90%;
        height: 70%;
        margin: 0 30px;
    }
}

@media (max-width: 1023px) {
    .text {
        font-size: 15px;
    }
    .db_1024{
        display: block;
    }
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        overscroll-behavior: none;
        overflow-y: scroll;
        overflow-x: hidden;
        /* has to be scroll, not auto */
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 768px) {
    .text {
        font-size: 15px;
    }
    .map_wrapper {
        align-items: center;
        width: 100%;
    }
    .map_wrapper2 {
        overflow-y: hidden;
    }
    .header, .content {
        width: 100%;
    }
    .dn_768 {
        display: none;
    }
    .Button {
        width: 140px;
        height: 42px;
        font-size: 16px;
    }
    .Button__text {
        line-height: 44px;
    }
}

@media (max-width: 600px) {
    .copyright {
        flex-direction: column;
    }
    .dn_414 {
        display: none;
    }
    .db_414 {
        display: block;
    }
    .text {
        text-align: center;
        width: 99vw;
        font-size: 15px;
        padding: 5px;
        margin-bottom: 20px;
    }
    .Button {
        width: 120px;
        height: 36px;
        font-size: 15px;
    }
    .Button__text {
        line-height: 36px;
    }
    html, body {
        height: auto;
    }
    .content {
        height: auto;
        margin-bottom: 20px;
    }
    .map_wrapper2 {
        width: 100%;
    }
    .map_wrapper {
        width: 100%;
    }
    .copyright div {
        text-align: center;
        margin-bottom: 5px;
    }
    .mobile_br {
        display: block;
    }
    .copyright {
        flex-direction: column;
    }
    .bottom img {
        width: 153%;
    }
    .header img {
        width: 100%;
    }
    .header, .bottom {
        overflow: hidden;
    }
    .header {
        display: flex;
        align-items: flex-start;
        height: 105px;
    }
}

@media (max-width: 414px) {
    .header_mob {
        display: block;
    }
    .header_pc {
        display: none;
    }
}

@media (max-width: 385px) {
    .fzbig {
        line-height: 30px;
    }
    .text {
        font-size: 13px;
    }
    .Button {
        width: 100px;
        height: 30px;
        font-size: 14px;
    }
    .Button__text {
        line-height: 30px;
    }
}
@media (max-width: 335px) {
    .text {
        font-size: 12px;
    }
}

.r {
    border: 1px solid red;
}