@font-face {
    font-family: 'Yu Gothic';
    src: url('./font/yu-gothic-medium.ttf') format('truetype');
    font-weight: 400; /* normal weight */
    font-style: normal;
}

@font-face {
    font-family: 'Yu Gothic';
    src: url('./font/yu-gothic-bold.ttf') format('truetype');
    font-weight: 700; /* bold weight */
    font-style: normal;
}

body {
    margin: 0;
    font-family: 'Yu Gothic', Arial, sans-serif;
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: -500px;
    width: 40%;
    height: 70%;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: -2px 0 8px rgba(0,0,0,0.2);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    transition: right 0.3s ease;
    backdrop-filter: blur(0px);
}
.mobile-nav-icon img {
    width: 13%;
    margin-right: 10px;
}
/* Slide in when active */
.mobile-nav.active {
    right: 0;
}
/* Close button */
.mobile-nav .close-btn {
    align-self: flex-end;
    font-size: 3rem;
    background: none;
    border: none;
    cursor: pointer;
    margin-bottom: 1rem;
}
.mobild-nav-group {
    justify-content: center;
}
/* Mobile nav links */
.mobile-nav-links a {
    display: flex;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    align-items: center;
}
.mobile-nav-links a:hover {
    background-color: #f2f2f2;
}
.mobile-social-link {
    padding: 10px;
    text-align: center;
}
.mobile-social-link img {
    width: 20px;
    margin-right: 10px;
}
.mobile-social-link-group {
    display: none !important;
}

/* Navbar */
.navbar {   
    /* width: 80%; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    left: 10%;
    right: 10%;
    z-index: 100;
    margin-top: 1%;
    border-radius: 25px;
    background-color: white;
}
.nav-icon[href*="event.html"]:hover img {
    content: url("../images/pc/top_pc/headder_icn_event_hv.svg");
}
/* NEWS */
.nav-icon[href*="news.html"]:hover img {
    content: url("../images/pc/top_pc/headder_icn_news_hv.svg");
}
/* FLOORGUIDE */
.nav-icon[href*="floorguide.html"]:hover img {
    content: url("../images/pc/top_pc/headder_icn_floor_hv.svg");
}
/* GOURMET */
.nav-icon[href*="gourmet.html"]:hover img {
    content: url("../images/pc/top_pc/headder_icn_goutmet_hv.svg");
}
/* SERVICE */
.nav-icon[href*="service.html"]:hover img {
    content: url("../images/pc/top_pc/headder_icon_service_hv.svg");
}
/* HOTEL */
.nav-icon[href*="hotel.html"]:hover img {
    content: url("../images/pc/top_pc/headder_icn_hotel_hv.svg");
}
.nav-text:hover {
    color: #b4b3b3;
}
/* Facebook */
a[href*="facebook.com"]:hover img {
    content: url("../images/pc/top_pc/headder_icn_facebook_hv.svg");
}
/* Instagram */
a[href*="instagram.com"]:hover img {
    content: url("../images/pc/top_pc/headder_icn_instagram_hv.svg");
}
/* Twitter / X */
a[href*="twitter.com"]:hover img {
    content: url("../images/pc/top_pc/headder_icn_x_hv.svg");
}

.nav-icon {
    text-align: center;
}
.nav-icon span {
    font-size: 9px;
    letter-spacing: 1.1px;
}
.nav-icon img {
    width: 33px;
    height: 34px;
}
.nav-text {
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.nav-text span {
    font-size: 13px;
    letter-spacing: 1.1px;
}
.logo {
    display: flex;
    align-items: center;
    width: 20%;
    /* height: 44px; */
    margin-right: 10px;
}
.logo-japanese {
    /* height: 20px; */
    margin-right: 8px;
}

.menu-toggle {
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: #e2e2e2;
}

/* Scroll Button */
#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 10%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 10px 11px;
    cursor: pointer;
    display: none;
    z-index: 1000; 
}

.section {
    max-width: 100%;
    margin: 0 auto; 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-wrapper {
    width: 100%;
}
.footer {
    width: 70%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 5%;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.footer-left {
    max-width: 50%;
    padding: 25px;
}
.social-links {
    display: flex;
    justify-content: left;
    gap: 10px;
    margin-top: 25px;
}
.social-links a {
    text-decoration: none;
    color: black;
    font-size: 14px;
}
.footer-logo {
    display: flex;
    align-items: center;
    /* max-width: 70%; */
    width: 65%;
    margin-right: 20px;
}

.footer-map {
    width: 600px;
    max-width: 100%;
    height: 300px;
    border-radius: 8px;
}
.footer-bottom {
    text-align: center;
    font-size: 0.9rem;
    color: #666;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-bottom img {
    margin-right: 20px;
    width: 23%;
}
.footer-bottom p {
    font-size: 14px;
}
.footer-text {
    color: black;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0px;
    opacity: 1;
    margin-top: 25px;
}

/* Desktop nav hidden on mobile */
.desktop-nav div {
    display: flex;
    /* margin-right: 12px; */
}
.desktop-nav > div a {
    font-size: 12px;
    margin: 0 5px;
}
h1,h2,h3,h4,p {
    margin: 0;
}
.gallery {
    opacity: 0;
    animation: fadeIn 3s forwards;
}
.btn-link-event {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #68D0BB;
}
.btn-link-news {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #BEC737;
}
@media(min-width: 1024px) {
    .mobile-nav {
        display: none;
    }
}
/* Desktop View */
@media (min-width: 769px) {
    .desktop-nav {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .desktop-nav a {
        text-decoration: none;
        color: #747474;
        font-size: 14px;
        font-weight: bold;
    }
    .desktop-nav img , .social-links img {
        width: 20px;
        height: 20px;
    }
    .menu-toggle {
        display: none;
    }
    .side-menu {
        display: none !important;
    }
    .snapwidget-widget.pc {
        display: block;
    }
    .snapwidget-widget.mobile {
        display: none;
    }
}

/* Mobile View */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }
    .desktop-nav {
        display: none;
    }
    .footer-wrapper {
        margin-bottom: 10%;
    }
    .footer-top {
        /* flex-direction: column;
        align-items: center; */
        display: flex;
        flex-direction: column !important;
        align-items: stretch;
        max-width: 100%;
    }
    .footer-left, 
    .footer-right {
        max-width: 100%; 
        padding: 10px 0;
        text-align: center;
    }
    .mobile-social-link-group {
        display: flex !important;
        justify-content: center;
        gap: 10px;
        margin-top: 10px;
    }
    .web-social-link-group {
        display: none !important;
    }
    .social-links {
        justify-content: center;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }
    .footer-bottom img {
        width: 50%;
        margin: 0 auto;
    }
    .footer {
        width: 82%;
        margin: 0 auto;
    }
    .footer-logo-japanese {
        width: 230px;
    }
    .content-footer-logo {
        content: url("../images/pc/logo_mobile.png");
    }
    .footer-logo {
        content: url("../images/pc/logo_mobile.png");
        width: 45%;
    }
    .logo-main {
        content: url("../images/pc/logo_mobile.png");
        width: 40%;
    }
    .logo-japanese {
        height: 16px !important;
    }
    .footer-left {
        padding: 25px 0 !important;
    }
    .footer-bottom p {
        font-size: 9px;
    }
    .footer-text { 
        font-size: 13px;
    }

    .navbar {
        position: absolute;
        margin-top: 3%;
    }
    #scrollTopBtn {
        right: 10px;
    }
    .mobile-nav {
        height: 80%;
    }
    .snapwidget-widget.pc {
        display: none;
    }
    .snapwidget-widget.mobile {
        display: block;
    }

}
@media (min-width: 769px) and (max-width: 900px) {
    .navbar {
        position: absolute;
        margin-top: 2%;
    }
    .mobile-nav {
        height: 60%;
    }
    .logo-main {
        width: 40%;
    }
    .menu-toggle {
        display: block;
    }
    .desktop-nav {
        display: none;
    }
}

@media (min-width: 901px) and (max-width: 1024px) {
    .navbar {
        position: absolute;
        margin-top: -4%;
    }
    .logo-japanese {
        display: none;
    }
    
    .footer-logo {
        /* display: block; */
        width: 100%;
    }
    .logo {
        display: block;
    }
    .logo-main {
        width: 40%;
    }
    .footer-logo-japanese {
        margin-top: 10px;
        /* width: 100%; */
    }
}
@media (min-width: 1024px) and (max-width: 1130px) {
    .logo-japanese {
        display: none !important;
    }
    .logo {
        width: 25%;
    }
}
@media (min-width: 1130px) and (max-width: 1400px) {
    .logo-japanese {
        display: none;
    }
    .logo {
        width: 25%;
    }
}
@keyframes fadeIn {
    from {
      opacity: 0; 
      transform: translateY(20px); 
    }
    to {
      opacity: 1; 
      transform: translateY(0); 
    }
}

.card-desc a {
    text-decoration: none;
    color: black;
}

.card-link {
    text-decoration: none;
    color: inherit;
    display: flex;
}

.card {
    box-shadow: 0px 3px 6px #00000029;
}