@font-face {
    font-family: Futura;
    src: url("../fonts/Futura.ttc");
}

@font-face {
    font-family: Koz;
    src: url("../fonts/KozGoPr6N-Regular.otf");
}

@font-face {
    font-family: Gothic;
    src: url("../fonts/ZenMaruGothic-Regular.ttf");
}

html,
body {
    font-size: 16px;
    font-family: Gothic;
    font-style: normal;
    overflow-x: hidden;
    margin: 0px;
    color: rgb(0, 0, 0);
    --cus-red: rgb(242, 49, 63);
    --cus-blue: rgb(101, 205, 233);
    --cus-yellow: rgb(255, 255, 0);
    --cus-orange: rgb(252, 161, 11);
    --cus-green: rgb(52, 209, 48);
}

body {
    font-size: 0.875rem;
}

* {
    box-sizing: border-box;
}

h2 {
    font-size: 44px;
    font-weight: 900;
    letter-spacing: 0.2em;
}

h3 {
    font-size: 42px;
    font-weight: 900;
}

h4 {
    font-size: 28px;
    font-weight: 900;
}

.title {
    font-weight: 900;
}

.title-box {
    display: flex;
    align-items: baseline;
    gap: 1em;
    margin-top: 95px;
    margin-bottom: 150px;
}

.title-box .h2 {}

.title-box .h2 span {}

.title-box .h4 {}

.btn-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn {
    width: 330px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: rgb(255, 255, 255);
}

.btn:hover {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255) !important;
}

.btn .text {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.btn .fa-angle-right {
    font-size: 24px;
    position: absolute;
    right: 5%;
    font-weight: 700;
}

.title-bar {}

.title-group {
    /* position: relative; */
}

.title-h3-box {}

.title-h3-box {
    width: fit-content;
    margin-bottom: 1em;
}

.title-bar {
    height: 10px;
    margin-top: -10px;
    max-width: 103%;
}

.title-h4-box {
    width: fit-content;
}

h5 {}

h6 {}

p {
    font-size: 14px;
}

.text-red {
    color: rgb(242, 49, 63) !important;
}

.text-blue {
    color: rgb(101, 205, 233) !important;
}

.text-orange {
    color: rgb(252, 161, 11) !important;
}

.text-green {
    color: rgb(52, 209, 48) !important;
}

.text-yellow {
    color: rgb(255, 255, 0) !important;
}

.bg-red {
    background-color: var(--cus-red) !important;
}

.bg-blue {
    background-color: var(--cus-blue) !important;
}

.bg-yellow {
    background-color: var(--cus-yellow) !important;
}

.bg-orange {
    background-color: var(--cus-orange) !important;
}

.bg-green {
    background-color: var(--cus-green) !important;
}

.border-red {
    border-color: rgb(242, 49, 63) !important;
}

.border-blue {
    border-color: rgb(101, 205, 233) !important;
}

.border-orange {
    border-color: rgb(252, 161, 11) !important;
}

.border-green {
    border-color: rgb(52, 209, 48) !important;
}

.border-yellow {
    border-color: rgb(255, 255, 0) !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    cursor: pointer;
}

button:hover {
    cursor: pointer;
    opacity: 0.8;
}

.button:hover {
    cursor: pointer;
}

button {
    border: none;
}

.container-fluid {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0px;
}

.container {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 150px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}

img {
    width: auto;
    max-width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.d-none {
    display: none !important;
}

.bg-black {
    background-color: rgb(0, 0, 0) !important;
}

.bg-grey {
    background-color: grey !important;
}

header {
    display: flex;
    align-items: center;
    height: 100px;
    position: fixed !important;
    z-index: 1000;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}

header .logo {}

.logo-svg {
    width: 260px;
    height: auto;
    margin-left: 30px;
}

header .right {
    margin-left: auto;
    display: flex;
    height: 100%;
}

header .right .menu {
    width: 100px;
    height: 100%;
    background: rgb(252, 161, 11);
    display: flex;
    align-items: center;
    justify-content: center;
}

header .right .menu .menu-img {}

header .right .cart {
    width: 100px;
    height: 100%;
    background: rgb(101, 205, 233);
    color: rgb(255, 255, 255);
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

header .right .cart .icon {
    margin-top: 9px;
}

header .right .cart .text {
    margin-top: 6px;
    line-height: 1.2;
}

footer {
    position: relative;
    background: rgb(135, 135, 135);
    height: 312px;
    margin-top: 200px;
}

footer .arrow-up {
    /* position: absolute; */
    transform: translateY(-50%);
    left: calc(50% + 650px);
    background: none;
    position: fixed;
    z-index: 10000;
    bottom: 0%;
}

footer .arrow-up-img {}

footer .nav-bar {
    display: flex;
    padding-top: 60px;
    color: rgb(255, 255, 255);
    width: 100%;
    height: fit-content;
}

footer .nav-bar .nav {
    border-right: 1px solid rgb(255, 255, 255);
    border-left: 1px solid rgb(255, 255, 255);
    border-image: initial;
    border-top: none;
    border-bottom: none;
    padding: 0px 1.5em;
    letter-spacing: 0.1em;
    color: #fff;
}

footer .nav-bar .nav:first-of-type {
    border-left: none;
}

footer .nav-bar .nav:last-of-type {
    border-right: none;
}

footer .logo-row {
    margin-top: 70px;
    display: flex;
    width: 100%;
}

footer .logo-row .logo {}

footer .logo-row .logo-svg {
    margin-left: 0px;
}

footer .logo-row .text {
    margin-left: auto;
    margin-right: 3%;
    color: rgb(255, 255, 255);
    letter-spacing: 0.2em;
}

footer .copyright {
    margin-top: 0px;
    color: rgb(255, 255, 255);
    margin-left: auto;
    margin-right: auto;
}

section.menu {
    display: flex;
    flex-wrap: wrap;
    height: 700px;
}

.menu .close-icon {
    position: absolute;
    top: 3%;
    right: 3%;
    width: 4%;
}

.menu .close-icon img {}

.menu>.img-box {}

.menu>.text-box {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 7% 0px;
}

.menu>.text-box .col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu>.text-box .col .sel-box {
    position: relative;
    display: flex;
}

.menu>.text-box .column-1 {
    padding-left: 15%;
}

.menu>.text-box .column-2 {
    padding-right: 13%;
}

.menu>.text-box .row {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.menu>.text-box .row:hover {
    color: red;
    cursor: pointer;
}

.menu>.text-box .row .menu-sel {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    display: none;
}

.menu>.text-box .row .menu-sel:hover {
    display: block;
}

.menu>.text-box .row .lg-text {
    font-size: 30px;
    font-weight: 700;
}

.menu>.text-box .row .sm-text {
    font-size: 16px;
    font-weight: 700;
}

.menu>.text-box .row#events-menu {}

.menu>.text-box .row#facilities-menu {}

.menu>.text-box .row#tourist-menu {}

.menu>.text-box .row#news-menu {}

.menu>.text-box .row#access-menu {}

.menu>.text-box .row#address-menu {}

.menu>.text-box .row#address-menu .address-text {}

.menu>.text-box .row#onlineShop-menu {}

.menu>.text-box .row#onlineShop-menu .sel-box {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
}

.menu>.text-box .row#onlineShop-menu .sel-box .cart-b-img {
    margin-right: 3%;
}

.menu>.text-box .row#official-account-menu {}

.menu>.text-box .row#official-account-menu .img-box {}

.menu>.text-box .row#official-account-menu .img-box .official-account-img {}

.onlineShop {
    background: rgb(246, 242, 240);
    margin-top: 120px;
}

.onlineShop .title-box {
    margin-bottom: 45px;
}

.onlineShop .text-box {
    margin-bottom: 45px;
}

.onlineShop .text-box .text {}

.onlineShop .text-box .btn-box {
    height: 100%;
    display: flex;
    justify-content: center;
}

.onlineShop .text-box .btn-box .text {
    margin-top: 0px;
}

.onlineShop .text-box .btn-box .btn {
    margin-top: auto;
}

.onlineShop #onlineShop-btn {}

.onlineShop .img-box {}

.onlineShop .img-box .onlineShop-img {}

.sub-main {}

.sub-main .img-box {
    max-width: 1500px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sub-main .img-box .main-img {
    padding: 0;
}

.sub-main .title-box {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    position: absolute;
    background: #fff;
    width: 520px;
    height: 156px;
    border-radius: 0 78px 78px 0;
    left: 151px;
    top: 120px;
    box-shadow: 10px 10px var(--cus-green);
    /* background: red; */
    padding-left: 42px;
    padding-top: 20px;
    margin: 0;
    gap: 6px;
}

.facilities .sub-main .title-box {}

.tourist .sub-main .title-box {
    box-shadow: 10px 10px var(--cus-orange);
    width: 650px;
}

.events .sub-main .title-box {
    box-shadow: 10px 10px var(--cus-red);
}

.shopping.events .sub-main .title-box {
    box-shadow: 10px 10px var(--cus-blue);
}

.news.events .sub-main .title-box {
    box-shadow: 10px 10px var(--cus-yellow);
}

.sub-main .title-box h2 {
    font-size: 55px;
    font-weight: 900;
}

.sub-main .title-box h3 {
    font-size: 30px;
    font-weight: 900;
}

.breadcrumb {
    margin-top: 45px;
    margin-bottom: 45px;
}

.breadcrumb a {
    width: fit-content;
}

.breadcrumb i {
    width: fit-content;
    font-size: 20px;
}

.c-event {
    margin-top: 200px;
}

.c-event .img-box {
    padding-right: 0px;
}

.c-event .img-box .event-img {}

.c-event .right-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 3%;
    border-radius: 0px 5% 5% 0px;
    height: 500px;
}

.c-event .title-h3-box {}

.c-event .title-h3-box h3 {
    font-size: 36px;
}

.c-event .text-box {}

.c-event .text-box .text {
    font-size: 16px;
    margin-top: 30px;
}

.c-social-box {
    display: flex;
    width: fit-content;
    gap: 15px;
}

.c-social-box a {}

.c-social-box img {}

.pagination {
    margin: 45px auto 0px;
    align-items: center;
    gap: 45px;
    font-size: 20px;
    font-weight: 700;
}

.pagination li {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li:hover {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    background: rgb(226, 71, 71);
}

.pagination li a:hover {
    color: rgb(255, 255, 255);
}

.pagination li:active {
    color: rgb(255, 255, 255);
}

.pagination li .fa {}

.pagination li .dot-3 {
    padding-bottom: 47%;
    height: 35px;
}

.slide-box {
    display: flex;
    margin-top: 30px;
    margin-left: 1%;
}

.slide-box .slider-circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 1em;
}

.slide-box #slider-circle-1 {}

.slide-box #slider-circl-2 {}

.slide-box #slider-circle-3 {}

.slide-box #slider-circle-4 {}

.arrow-box {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 60px;
    margin-top: 30px;
    display: none;
}

.arrow-box .fa {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgb(0, 0, 0);
    margin: 0px 0.3em;
}

.arrow-box .fa:hover {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.arrow-box .fa-angle-left {}

.arrow-box .fa-angle-right {}

#menu-modal {}

#menu-modal .modal-dialog {
    max-width: 100%;
    margin: auto;
}

#menu-modal .modal-dialog .modal-content {}

#menu-modal .modal-dialog .modal-content .modal-body {}

#menu-modal .modal-dialog .modal-content .modal-body .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
}

.wp-pagenavi {
    display: flex;
    gap: 60px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 60px;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.wp-pagenavi .current {
    background: red;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.events .wp-pagenavi .current {
    background: rgb(226, 71, 71);
}

.shopping .wp-pagenavi .current {
    background: #32cdeb;
}

.news .wp-pagenavi .current {
    background: #ffe849;
}

.wp-pagenavi .page {}

.wp-pagenavi .page.larger {}

.wp-pagenavi .nextpostslink {}

.wp-pagenavi .nextpostslink {}

.wp-pagenavi .previouspostslink {}

.zoom,
.top .facilities img {
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
}

.zoom:hover,
.top .facilities img:hover {
    transform: scale(1.1);
}

.text-hover:hover {
    color: darkgrey !important;
}

a:hover {
    color: black;
}

.space-100 {
    height: 100px;
}

@media (min-width: 769px) {
    .sp {
        display: none !important;
    }
}

@media (max-width: 1500px) {
    .container {
        padding: 0px 10%;
    }
    section.menu {
        height: 46.67vw;
    }
    .title-box {
        margin-top: 6.33vw;
        margin-bottom: 10vw;
    }
    .title-box .h2 {}
    .title-box .h2 span {}
    .title-box .h4 {}
    .btn-box {}
    .top .events .btn-box {}
    .btn {}
    .btn .text {}
    .btn .fa-angle-right {}
    .title-bar {}
    .title-group {}
    .title-h3-box {
        margin-bottom: 0.5em;
    }
    .title-h3-box {}
    .title-bar {}
    .title-h4-box {}
    .menu>.text-box .row .lg-text {
        font-size: 2vw;
    }
    .menu>.text-box .row .sm-text {
        font-size: 1.067vw;
    }
    .menu>.text-box .row .menu-sel {
        width: 1.667vw;
        left: -2.667vw;
    }
    .onlineShop {
        margin-top: 8vw;
    }
    .onlineShop .title-box {
        margin-bottom: 3vw;
    }
    .onlineShop .text-box {
        margin-bottom: 3vw;
    }
    .onlineShop .text-box .text {}
    .onlineShop .text-box .btn-box {}
    .onlineShop .text-box .btn-box .btn {}
    .onlineShop #onlineShop-btn {
        width: 24vw;
        max-width: 330px;
    }
    .onlineShop .img-box {}
    .onlineShop .img-box .onlineShop-img {}
    .sub-main {}
    .sub-main .img-box {}
    .sub-main .img-box .main-img {}
    .sub-main .title-box {
        width: 34.67vw;
        height: 10.4vw;
        left: 10.067vw;
        top: 8vw;
        box-shadow: 0.67vw 0.67vw var(--cus-green);
        padding-left: 2.8vw;
        padding-top: 1.33vw;
        margin: 0;
        gap: 0.4vw;
    }
    .facilities .sub-main .title-box {}
    .tourist .sub-main .title-box {
        box-shadow: 0.67vw 0.67vw var(--cus-orange);
        width: 43.33vw;
    }
    .events .sub-main .title-box {
        box-shadow: 0.67vw 0.67vw var(--cus-red);
    }
    .shopping.events .sub-main .title-box {
        box-shadow: 0.67vw 0.67vw var(--cus-blue);
    }
    .news.events .sub-main .title-box {
        box-shadow: 0.67vw 0.67vw var(--cus-yellow);
    }
    .sub-main .title-box h2 {
        font-size: 3.67vw;
    }
    .sub-main .title-box h3 {
        font-size: 2vw;
    }
    .breadcrumb {
        margin-top: 3vw;
        margin-bottom: 3vw;
    }
    .breadcrumb a {}
    .breadcrumb i {}
    .c-event {
        margin-top: 13.33vw;
    }
    .c-event .img-box {}
    .c-event .img-box .event-img {}
    .c-event .right-box {
        height: 33.33vw;
    }
    .c-event .title-h3-box {}
    .c-event .title-h3-box h3 {
        font-size: 2.4vw;
    }
    .c-event .text-box {}
    .c-event .text-box .text {
        font-size: 1.1vw;
        margin-top: 2vw;
    }
    .c-social-box {}
    .c-social-box a {}
    .c-social-box img {}
    .pagination {
        margin: 3vw auto 0px;
        gap: 3vw;
    }
    .pagination li {}
    .pagination li:hover {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        border-radius: 50%;
        background: rgb(226, 71, 71);
    }
    .pagination li a:hover {
        color: rgb(255, 255, 255);
    }
    .pagination li:active {
        color: rgb(255, 255, 255);
    }
    .pagination li .fa {}
    .pagination li .dot-3 {}
    .slide-box {
        margin-top: 2vw;
    }
    .slide-box .slider-circle {}
    .slide-box #slider-circle-1 {}
    .slide-box #slider-circl-2 {}
    .slide-box #slider-circle-3 {}
    .slide-box #slider-circle-4 {}
    .arrow-box {}
    .arrow-box .fa {}
    .arrow-box .fa-angle-left {}
    .arrow-box .fa-angle-right {}
    #menu-modal {}
    #menu-modal .modal-dialog {}
    #menu-modal .modal-dialog .modal-content {}
    #menu-modal .modal-dialog .modal-content .modal-body {}
    #menu-modal .modal-dialog .modal-content .modal-body .btn-close {
        font-size: 2vw;
    }
    .wp-pagenavi {
        margin-top: 4vw;
        gap: 4vw;
    }
    .wp-pagenavi .current {}
    .events .wp-pagenavi .current {}
    .shopping .wp-pagenavi .current {
        background: #32cdeb;
    }
    .news .wp-pagenavi .current {}
    .wp-pagenavi .page {}
    .wp-pagenavi .page.larger {}
    .wp-pagenavi .nextpostslink {}
    .wp-pagenavi .nextpostslink {}
    .wp-pagenavi .previouspostslink {}
    footer .arrow-up {
        left: auto;
        right: 1%;
    }
}

@media (max-width: 1200px) {}

@media (max-width: 992px) {
    footer .nav-bar .nav {
        padding: 0px 1%;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0px 5%;
    }
    .pc {
        display: none !important;
    }
    h2 {
        font-size: 10vw;
        font-weight: 900;
        letter-spacing: 0.2em;
    }
    h3 {
        font-size: 8vw;
        letter-spacing: 0.2em;
    }
    h4 {
        font-size: 5vw;
        letter-spacing: 0.3em;
    }
    .title-box {
        margin-top: 16vw;
        margin-bottom: 8vw;
        flex-direction: column;
    }
    .title-box .h2 {}
    .title-box .h2 span {}
    .title-box .h4 {}
    .btn-box {}
    .btn {}
    .btn .text {}
    .btn .fa-angle-right {}
    .title-bar {}
    .title-group {}
    .title-h3-box {}
    .title-h3-box {}
    .title-bar {}
    .title-h4-box {}
    header {}
    header .logo {}
    .logo-svg {
        margin-left: 4vw;
    }
    header .right {}
    header .right .menu {}
    header .right .menu .menu-img {}
    header .right .cart {}
    header .right .cart .icon {}
    header .right .cart .text {}
    footer {
        height: 93vw;
        margin-top: 15vw;
    }
    footer .arrow-up {
        /* top: 0; */
        bottom: 0%;
    }
    footer .arrow-up-img {
        width: 9vw;
    }
    footer .nav-bar {}
    footer .nav-bar .nav {}
    footer .nav-bar .nav:first-of-type {}
    footer .nav-bar .nav:last-of-type {}
    footer .logo-row {
        margin-top: 14vw;
    }
    footer .logo-row .logo {}
    footer .logo-row .logo-svg {}
    footer .logo-row .text {
        margin-right: auto;
        margin-left: 5vw;
    }
    footer .copyright {
        margin-top: 25vw;
    }
    footer .nav-bar.sp {
        padding: 10vw 5vw 0px;
    }
    footer .nav-bar.sp .col:first-child {
        margin-right: 10vw;
    }
    footer .nav-bar.sp .col .nav {
        border: none;
        width: fit-content;
        padding: 0px;
        line-height: 9vw;
    }
    footer .nav-bar.sp .colcolumn-1 {}
    footer .nav-bar.sp .colcolumn-2 {}
    section.menu {}
    .menu>.img-box {}
    .menu>.text-box {
        padding: 10vw 0px 6vw;
    }
    .menu>.text-box .col {
        padding: 0px 5vw;
    }
    .menu>.text-box .col .sel-box {
        display: flex;
    }
    .menu>.text-box .col .sel-box img.sp {
        width: 6vw;
        margin-right: 3vw;
    }
    .menu>.text-box .row#onlineShop-menu .sel-box {
        width: 32vw;
    }
    .menu>.text-box .row#onlineShop-menu .sel-box .cart-b-img {
        width: 4vw;
    }
    .menu>.text-box .column-1 {}
    .menu>.text-box .column-2 {}
    .menu>.text-box .row {
        flex-direction: row;
        justify-content: start;
        align-items: baseline;
        padding: 2vw 0px;
    }
    .menu>.text-box .row .menu-sel {}
    .menu>.text-box .row .lg-text {
        font-size: 4vw;
    }
    .menu>.text-box .row .sm-text {
        font-size: 2.5vw;
        margin-left: 3vw;
    }
    .menu>.text-box .row#events-menu {}
    .menu>.text-box .row#facilities-menu {}
    .menu>.text-box .row#tourist-menu {}
    .menu>.text-box .row#news-menu {}
    .menu>.text-box .row#access-menu {}
    .menu>.text-box .row#address-menu {}
    .menu>.text-box .row#address-menu .address-text {
        margin-left: 0px;
    }
    .menu>.text-box .row#onlineShop-menu {}
    .menu>.text-box .row#official-account-menu {
        margin-top: 6vw;
        flex-direction: column;
    }
    .menu>.text-box .row#official-account-menu .sm-text {
        margin-left: 0px;
    }
    .menu>.text-box .row#official-account-menu .img-box {}
    .menu>.text-box .row#official-account-menu .img-box .official-account-img {}
    .onlineShop {}
    .onlineShop .title-box {}
    .onlineShop .text-box {}
    .onlineShop .text-box .text {}
    .onlineShop .text-box .btn-box {
        margin-top: 4vw;
    }
    .onlineShop .text-box .btn-box .btn {}
    .onlineShop #onlineShop-btn {
        width: 360px;
        margin-bottom: 10vw;
    }
    .onlineShop .img-box {}
    .onlineShop .img-box .onlineShop-img {
        margin-top: 10vw;
    }
    .sub-main {}
    .sub-main .img-box {}
    .sub-main .img-box .main-img {}
    .sub-main .title-box {
        top: 7.33vw;
        margin-top: auto;
    }
    .facilities .sub-main .title-box {}
    .tourist .sub-main .title-box {}
    .events .sub-main .title-box {}
    .shopping.events .sub-main .title-box {}
    .news.events .sub-main .title-box {}
    .sub-main .title-box h2 {}
    .sub-main .title-box h3 {}
    .breadcrumb {}
    .breadcrumb a {}
    .breadcrumb i {
        padding: 0px;
    }
    .c-event {}
    .c-event .img-box {
        width: 100%;
        padding-left: 0px;
    }
    .c-event .img-box .event-img {
        width: 100%;
        border-radius: 5%;
    }
    .c-event .right-box {
        border-radius: 3vw;
        height: auto;
        padding-top: 6vw;
        padding-bottom: 6vw;
    }
    .c-event .title-h3-box {}
    .c-event .title-h3-box h3 {
        font-size: 4.5vw;
    }
    .c-event .text-box {}
    .c-event .text-box .text {
        font-size: 3vw;
    }
    .c-social-box {}
    .c-social-box a {}
    .c-social-box img {
        width: 6vw;
    }
    .pagination {
        margin: 12vw auto 0px;
        align-items: center;
        gap: 6vw;
    }
    .pagination li {}
    .pagination li:hover {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        border-radius: 50%;
        background: rgb(226, 71, 71);
    }
    .pagination li a:hover {
        color: rgb(255, 255, 255);
    }
    .pagination li:active {
        color: rgb(255, 255, 255);
    }
    .pagination li .fa {}
    .pagination li .dot-3 {
        height: 2px;
        margin-bottom: 100%;
    }
    .slide-box {
        margin: 5% auto;
    }
    .slide-box .slider-circle {}
    .slide-box #slider-circle-1 {}
    .slide-box #slider-circl-2 {}
    .slide-box #slider-circle-3 {}
    .slide-box #slider-circle-4 {}
    .arrow-box {
        position: absolute;
        margin-top: 0px;
        top: 50%;
        transform: translateY(-50%);
        justify-content: space-between;
        width: 95vw;
        display: flex;
        margin-left: -4vw;
        height: auto;
    }
    .arrow-box .fa {
        width: 8vw;
        height: 8vw;
        font-size: 7vw;
    }
    .arrow-box .fa-angle-left {}
    .arrow-box .fa-angle-right {}
    .web-box {
        margin-top: 4vw;
        width: 35vw;
        min-width: 200px;
    }
    #menu-modal {}
    #menu-modal .modal-dialog {}
    #menu-modal .modal-dialog .modal-content {}
    #menu-modal .modal-dialog .modal-content .modal-body {}
    #menu-modal .modal-dialog .modal-content .modal-body .btn-close {
        font-size: 4vw;
    }
    .wp-pagenavi {
        margin-top: 10vw;
        gap: 5vw;
    }
    .wp-pagenavi .current {}
    .events .wp-pagenavi .current {}
    .shopping .wp-pagenavi .current {}
    .news .wp-pagenavi .current {}
    .wp-pagenavi .page {}
    .wp-pagenavi .page.larger {}
    .wp-pagenavi .nextpostslink {}
    .wp-pagenavi .nextpostslink {}
    .wp-pagenavi .previouspostslink {}
}

@media (max-width: 576px) {
    header {
        height: 17.35vw;
    }
    .space-100 {
        height: 17.35vw;
    }
    .logo-svg {
        width: 45vw;
    }
    header .right .menu {
        width: 17.35vw;
    }
    header .right .menu .menu-img {
        width: 6.42vw;
    }
    header .right .cart {
        width: 17.35vw;
    }
    header .right .cart .icon {
        width: 5.55vw;
        margin-top: 1.15vw;
    }
    header .right .cart .text {
        font-size: 2.77vw;
        line-height: 1;
        margin-top: 1.3vw;
    }
    footer {}
    footer .arrow-up {}
    footer .arrow-up-img {}
    footer .nav-bar {}
    footer .nav-bar .nav {}
    footer .nav-bar .nav:first-of-type {}
    footer .nav-bar .nav:last-of-type {}
    footer .logo-row {}
    footer .logo-row .logo {}
    footer .logo-row .logo-svg {}
    footer .logo-row .text {}
    footer .copyright {
        margin-top: 20vw;
    }
}