:root {
    --sidebar-width: 120px;
    --main-yellow: #e6c520; 
    --accent-yellow: #e6c520;
    --black: #000;
    --white: #fff;
    --gray-bg: #E0E0E0;
    --text-color: #111;
}

.mobile-top-logo, .footer-sns-mobile, .hamburger-btn, .mobile-fixed-cta { display: none; }
.pc-only-nav { display: block; }

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: var(--text-color);
    background-color: var(--white);
    display: flex;
}

/* -------------------
   右下固定CTAボタン
   ------------------- */
.fixed-cta-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #fff;
    color: #Ceb012;
    border: 3px solid #000;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 4px 4px 0px #000;
    z-index: 2000;
    transition: transform 0.2s;
}
.fixed-cta-btn:hover {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px #000;
}

/* ----------
   サイドバー
   ---------- */
#sidebar {
    width: var(--sidebar-width);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    color: #fff;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

.sidebar-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-area {
    margin-bottom: 40px;
    width: 80%;
}
.sidebar-logo {
    width: 100%;
    height: auto;
}

.main-nav {
    width: 100%;
}
.main-nav ul {
    list-style: none;
    width: 100%;
    padding: 0;
}

.nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff;
    margin-bottom: 30px;
    opacity: 0.7;
    transition: 0.3s;
    width: 100%;
}

.nav-link:hover, .nav-link.active {
    opacity: 1;
    color: var(--main-yellow);
}

.nav-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    fill: #fff; 
    margin-bottom: 8px;
    transition: fill 0.3s;
}
.nav-icon.small {
    width: 18px;
    height: 18px;
}

.nav-link:hover .nav-icon,
.nav-link.active .nav-icon,
.back-link:hover .nav-icon {
    fill: var(--main-yellow);
}

.nav-link .text {
    font-size: 10px;
    font-weight: bold;
}

/* --------------------
   メインコンテンツ
   -------------------- */
#main-content {
    margin-left: var(--sidebar-width);
    width: calc(100% - var(--sidebar-width));
}

.section {
    padding: 80px 5%;
    min-height: 100vh;
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative; 
    z-index: 2;        
}
.header-icon-svg {
    display: block;
    margin: 0 auto 10px auto;
}
.section-title {
    font-size: 2.5rem;
    font-weight: 900;
    display: inline-block;
    padding-bottom: 10px;
    transform: scale(1.1, 1); 
}
.white-underline {
    color: #fff;
    border-bottom: 5px solid #fff;
}
.black-underline {
    color: #000;
    border-bottom: 5px solid #000;
}

.yellow-bg { background-color: var(--main-yellow); }
.black-bg { background-color: #000; }
.white-bg { background-color: #fff; }
.gray-bg { background-color: var(--gray-bg); }

/* ----------
   HERO
   ---------- */
.hero-split {
    display: flex;
    padding: 0;
    height: 100vh;
    overflow: hidden;
}
.hero-left {
    width: 50%;
    display: flex;
    align-items: flex-start;
    padding-top: 30px;
    padding-left: 0%;
}
.hero-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/images/top/leftbg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.2); 
    z-index: -1; 
}
.sub-message {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    transform: scale(1.2, 1);
    transform-origin: left;
}
.main-title {
    text-align: left;
    font-size: 5.5rem;
    line-height: 1;
    font-weight: 800;
    transform: scale(1.2, 1);
    transform-origin: left;
}
.hero-content {
    position: relative;
    z-index: 10;      
    margin-right: -100%; 
    text-align: left;
}
.highlight-box {
    background-color: var(--main-yellow);
    color: #000;
    padding: 0px 8px;
    display: block;
    width: fit-content;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 750;
    font-size: clamp(4rem, 13vw, 5.5rem); 
    line-height: 1;
    -webkit-text-stroke: 2px #000; 
    paint-order: stroke fill;
    margin-bottom: -60px;
    position: relative;
    z-index: 20;
    box-shadow: 10px 10px 0 rgba(0,0,0,0.2); 
}
.hero-right {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transform: scale(1.3);
}

/* -------------------------------------------
   DECLARATION
   ------------------------------------------- */
.text-box-white {
    background-color: #fff;
    color: #000;
    display: inline-block; 
    width: fit-content;     
    margin: 0 auto;         
    max-width: 100%;        
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900; 
    -webkit-text-stroke: 1px #000; 
    line-height: 1.25;
    letter-spacing: -0.1rem;
    text-align: left;
}

.large { 
    white-space: nowrap;
    font-size: clamp(2rem, 5.5vw, 4rem);
    line-height: 1.25;
    margin-top: 20px;
    transform: scale(1.15, 1);
}

.super-large { 
    white-space: nowrap;
    font-size: clamp(3rem, 6vw, 10rem);
    line-height: 1.25;
    margin-top: 30px; 
    letter-spacing: -0.15rem;
    transform: scale(1.15, 1);
}

.message-block {
    text-align: center; 
    max-width: 1100px;
    margin: 0 auto;
}

.white-text-body {
    color: #fff;        
    font-weight: bold; 
    font-size: clamp(1.3rem, 1.8vw, 3rem);
    line-height: 2;    
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: left;  
    display: inline-block; 
    text-align: justify; 
    max-width: 90%;
}

.goal-box {
    background-color: #000;   
    border: 4px solid #fff;   
    display: table;
    padding: 20px 50px;
    margin: 40px auto;        
    transform: rotate(-2deg); 
    box-shadow: 10px 10px 0 rgba(0,0,0,0.2);
}

.goal-label {
    display: block;
    font-size: 1.5rem;
    color: #fff;             
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1;
}

.goal-main {
    color: var(--main-yellow); 
    line-height: 1;
}

.goal-num {
    font-size: 6rem;         
    font-weight: 900;
    letter-spacing: -3px;    
}

.goal-unit {
    font-size: 2.5rem;       
    font-weight: 900;
    margin-left: 5px;
}

/* -------------------------------------------
   HISTORY
   ------------------------------------------- */
.white-card-container {
    background: #fff;
    border-radius: 30px;
    padding: 60px;
    max-width: 1000px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    border: 4px solid #969696; 
}
.history-row {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    align-items: center;
}
.history-row.reverse {
    flex-direction: row-reverse;
}
.header-icon-img {
    width: 50px;       
    height: auto;       
    display: block;     
    margin: 0 auto 20px auto; 
}
.history-img {
    flex: 1;
    border: 3px solid #000;
    aspect-ratio: 4 / 3; 
    overflow: hidden;    
    position: relative;  
}
.history-img img {
    width: 100%;
    height: 100%;       
    object-fit: cover;  
    display: block;
}
.history-text { flex: 1; }
.history-text h3 { 
    font-size: 2rem; 
    font-weight: 900; 
    margin-bottom: 15px; 
    display: flex; 
    align-items: center;
    flex-wrap: wrap; 
}
.history-text p {
    font-weight: bold;
    line-height: 1.8; 
}

.history-tag {
    font-size: 0.9rem;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    margin-left: 15px;
    position: relative;
    font-weight: bold;
}
.history-tag::after {
    content: '';
    position: absolute;
    left: -8px; 
    top: 50%;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 6px 8px 6px 0; 
    border-color: transparent var(--tag-color) transparent transparent;
}
.tag-yellow { background-color: #d4b513; --tag-color: #d4b513; }
.tag-green  { background-color: #7ab51d; --tag-color: #7ab51d; }
.tag-teal   { background-color: #00bfa5; --tag-color: #00bfa5; }
.tag-blue   { background-color: #00a0e9; --tag-color: #00a0e9; }

.relative-section {
    position: relative;
    overflow: hidden; 
}

.history-watermark {
    position: absolute;
    top: 50px; 
    left: 50%;
    transform: translateX(-50%);
    font-size: 15rem;
    font-weight: 900;
    color: #161616;
    z-index: 0;
    pointer-events: none;
    line-height: 1;
}

/* -------------------------------------------
   PROFILE
   ------------------------------------------- */
.profile-section {
    overflow: hidden; 
    position: relative;
}
.profile-watermark {
    position: absolute;
    top: 50px; 
    left: 50%;
    transform: translateX(-50%);
    font-size: 15rem;
    font-weight: 900;
    color: #f3f3f3; 
    z-index: 0;
    pointer-events: none;
    line-height: 1;
}
.profile-card-border {
    position: relative;
    z-index: 2; 
    border: 4px solid #000;
    border-radius: 20px;
    background: #fff;
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
}
.profile-content { 
    padding: 40px; 
    flex: 1; 
    position: relative; 
}
.job-title { 
    color: var(--main-yellow); 
    font-weight: bold; 
}
.name { 
    font-size: 3rem; 
    color: var(--main-yellow); 
    margin: 5px 0; 
    line-height: 1; 
}
.name-en { 
    margin-bottom: 30px; 
    font-weight: bold; 
    color: var(--main-yellow); 
}
.profile-desc p { 
    margin-bottom: 30px; 
    font-weight: bold; 
    font-size: 1.15rem; 
}
.profile-image { 
    flex: 1; 
    border-left: 4px solid #000; 
}
.profile-image img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

.profile-sns-area {
    margin-top: 30px;
}
.profile-icon {
    width: 50px;       
    height: 50px;
    fill: var(--main-yellow); 
    transition: transform 0.2s;
}
.profile-sns-link:hover .profile-icon {
    transform: scale(1.1);
}

.profile-deco-run {
    position: absolute;
    bottom: -50px; 
    left: 10%;     
    width: 400px;  
    z-index: 3;
    pointer-events: none;
}
.profile-deco-tanuki {
    position: absolute;
    bottom: 50px;
    right: -5%;
    width: 400px;
    z-index: 3; 
    pointer-events: none;
}

/* ---------------------
   FACILITY 
   --------------------- */
.facility-section {
    overflow: hidden;
    position: relative;
}
.facility-watermark {
    position: absolute;
    top: 50px; 
    left: 50%;
    transform: translateX(-50%);
    font-size: 15rem;
    font-weight: 900;
    color: #d5d5d5;
    z-index: 0;
    pointer-events: none;
    line-height: 1;
}

.bottom-yellow-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: var(--main-yellow);
    border-top: 3px solid #000;
}

.facility-single-container {
    width: 80%; 
    max-width: 1000px; 
    margin: 0 auto 60px auto; 
    display: flex;
    justify-content: center;
    z-index: 2;
}

.facility-single-item {
    cursor: pointer;
    overflow: hidden;
    border: 4px solid #000;
    box-shadow: 10px 10px 0 rgba(0,0,0,0.2);
    transition: transform 0.2s;
    width: 100%;
    z-index: 2;
}

.facility-single-item:hover {
    transform: scale(1.02);
}

.facility-single-item img {
    width: 100%;
    height: auto;
    display: block;
    z-index: 3;
}

.facility-modal-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    padding: 20px;
}
.facility-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

#facility-modal-img {
    max-width: 90%;
    max-height: 90vh;
    border: 4px solid #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    transform: scale(0.9);
    transition: 0.3s;
}
.facility-modal-overlay.active #facility-modal-img {
    transform: scale(1);
}

.facility-close-btn {
    position: absolute;
    top: 20px; right: 30px;
    color: #fff;
    font-size: 3rem;
    cursor: pointer;
    z-index: 10;
}

/* -------------------------------------------
   MENU (リターン一覧)
   ------------------------------------------- */
.menu-section {
    overflow: hidden;
    position: relative;
}
.menu-watermark {
    position: absolute;
    top: 50px; 
    left: 50%;
    transform: translateX(-50%);
    font-size: 15rem;
    font-weight: 900;
    color: #d4b513; 
    z-index: 0;
    pointer-events: none;
    line-height: 1;
}

.menu-paper {
    background: #fff;
    padding: 60px 40px; 
    max-width: 1000px;  
    margin: 0 auto;
    border: 4px solid #000;
    position: relative;
    box-shadow: 10px 10px 0 #000;
}

.menu-sub{
    font-size: 1rem; 
    text-align: center;       
    font-weight: 700; 
    letter-spacing: 0.1em;
    width: 100%;              
    margin: 0 auto 40px auto; 
    display: block;
    color: #000;              
}

.return-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); 
    gap: 30px;
    margin-top: 30px;
}

.return-item {
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
}
.return-item:hover {
    transform: scale(1.05); 
}

.item-label {
    background: var(--main-yellow);
    color: #000;
    border: 2px solid #000;
    font-weight: 900;
    padding: 5px 10px;
    position: absolute;
    top: -15px;
    left: -10px;
    z-index: 5;
    font-size: 0.9rem;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
    white-space: nowrap;
}

.item-thumb {
    width: 100%;
    aspect-ratio: 1 / 1; 
    object-fit: cover;
    border: 3px solid #000;
    background: #eee;
    display: block;
}

.hidden-data { display: none; }

.modal-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.8); 
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    padding: 20px;
}
.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-box {
    background: #fff;
    width: 100%;
    max-width: 800px;
    border: 4px solid #000;
    box-shadow: 10px 10px 0 #e6c520; 
    position: relative;
    transform: scale(0.8);
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
    max-height: 90vh;
    overflow-y: auto;
}
.modal-overlay.active .modal-box {
    transform: scale(1);
}

.close-btn {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 2.5rem;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    z-index: 10;
}

.modal-content {
    display: flex;
    padding: 40px;
    gap: 30px;
    text-align: left;
}
.modal-left { width: 50%; }
.modal-left img {
    width: 100%;
    border: 3px solid #000;
    aspect-ratio: 4/3;
    object-fit: cover;
}
.modal-right { width: 50%; display: flex; flex-direction: column; }
.modal-right h3 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 20px;
    border-bottom: 4px solid var(--main-yellow);
    display: inline-block;
}
.modal-right p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: bold;
}
.modal-cta-btn {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    font-weight: bold;
    margin-top: auto; 
    border-radius: 5px;
    transition: 0.2s;
}
.modal-cta-btn:hover { background: var(--main-yellow); color: #000; }

/* スマホ用メニュータイトルは非表示 */
.sp-menu-title {
    display: none;
}

/* -------------------------------------------
   FOOTER
   ------------------------------------------- */
#footer {
    background-color: #000;
    color: #fff;
    padding: 60px 5%;
}
.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-logo {
    width: 100px;
    margin-bottom: 20px;
}
.pill {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 0.8rem;
    display: inline-block;
    margin-bottom: 5px;
}
.access-info p { margin-bottom: 20px; font-size: 0.9rem; }
.access-row { margin-bottom: 5px; }

.footer-right { display: flex; gap: 40px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 15px; border-bottom: 1px solid #555; padding-bottom: 5px;}
.footer-links a { 
    color: #fff; text-decoration: none; 
    display: flex; justify-content: space-between; width: 200px;
}
.footer-links a::after { content: '▶'; font-size: 0.8rem; }
.footer-left {
    display: flex;        
    align-items: center;  
    gap: 40px;           
}

.footer-logo {
    width: 120px;
    height: auto;
    margin-bottom: 0;  
}

/* =========================================
   オープニング・ローディング画面
   ========================================= */
#loading-screen {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0; 
    width: 100%; height: 100%; height: 100dvh;
    background-color: #000000;
    z-index: 999999; 
    display: flex; justify-content: center; align-items: center;
    transition: opacity 1.5s ease-out, visibility 2.0s ease-out; 
    touch-action: none;
}
#loading-screen.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; 
}
.loading-logo {
    width: 150px; height: auto;
    filter: grayscale(100%); 
    opacity: 0;
    animation: logoAppear 1.2s ease-out forwards; 
}
@keyframes logoAppear {
    0% { opacity: 0; transform: scale(0.9); }
    100% { opacity: 1; transform: scale(1); }
}

/* =========================================
   スマホ用
   ========================================= */
@media (max-width: 768px) {
    body {
        flex-direction: column;
        width: 100%;
        overflow-x: hidden;
    }
    #main-content {
        margin-left: 0;
        width: 100%;
        padding-bottom: 0; 
    }
    .section {
        padding: 60px 20px;
        min-height: auto;
        overflow: hidden;
    }

    .hamburger-btn {
        display: flex; 
        position: fixed;
        top: 15px; left: 15px;
        width: 50px; height: 50px;
        background-color: transparent; 
        border-radius: 5px;
        z-index: 10001; 
        cursor: pointer;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hamburger-btn span {
        display: block; width: 25px; height: 3px;
        background-color: #e6c520; 
        margin: 3px 0; transition: 0.3s; border-radius: 2px;
    }
    .hamburger-btn.active span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
    .hamburger-btn.active span:nth-child(2) { opacity: 0; }
    .hamburger-btn.active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }

    .mobile-top-logo { top: 15px; right: 15px; width: 60px; }

    #sidebar {
        position: fixed;
        top: 0; left: -100%; 
        width: 280px; height: 100vh;
        background-color: #000;
        z-index: 10000;
        transition: left 0.4s ease; 
        flex-direction: column;
        padding: 80px 0 20px 0; 
        border-right: 1px solid #333;
        box-shadow: 5px 0 15px rgba(0,0,0,0.5);
        bottom: auto; border-top: none;
    }
    #sidebar.active { left: 0; }
    .sidebar-inner { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; overflow-y: auto; }
    .logo-area { display: block; width: 50%; margin-bottom: 10px; }
    .sidebar-logo { width: 100%; height: auto; }
    .pc-only-nav { display: block; } 

    .main-nav { width: 100%; height: auto; }
    .main-nav ul { display: block; width: 100%; padding: 0; }
    .nav-link { flex-direction: row; justify-content: flex-start; padding: 15px 30px; width: 100%; height: auto; border-bottom: 1px solid #222; margin-bottom: 0; }
    .nav-icon { width: 24px; height: 24px; margin-bottom: 0; margin-right: 15px; fill: #fff; }
    .nav-link .text { font-size: 1rem; color: #fff; font-weight: normal; }

    .hero-split { display: block; width: 100%; height: 100vh; position: relative; padding: 0; margin-top: 0; overflow: hidden; }
    .hero-right { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
    .hero-img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: grayscale(100%); transform: none; }
    .hero-left { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0 0px; background: transparent; z-index: 2; pointer-events: none; display: flex; flex-direction: column; justify-content: flex-end; }
    .hero-left::before { display: none; }
    .hero-content { margin: 0; width: 100%; pointer-events: auto; margin-bottom: 10px; }
    .sub-message { display: none; }
    .highlight-box { display: inline-block; font-size: 12vw; line-height: 1.1; font-weight: 900; background-color: var(--main-yellow); color: #000; padding: 0 0px; margin-bottom: 0px; -webkit-text-stroke: 0; box-shadow: 5px 5px 0 rgba(0,0,0,0.3); white-space: nowrap; }

    .fixed-cta-btn { display: none; }

    #declaration { padding: 40px 20px; }
    .message-block { text-align: center; }
    .text-box-white { padding: 5px 10px; width: 100%; text-align: center; box-sizing: border-box; }
    .large { padding: 5px 20px; font-size: 5.5vw; text-align: left; margin-top: 10px; white-space: normal; }
    .super-large { padding: 5px 15px; font-size: 7.5vw; text-align: left; margin-top: 20px; line-height: 1.3; white-space: normal; }
    .white-text-body { font-size: 0.95rem; line-height: 1.8; text-align: left; margin-top: 20px; }
    
    .goal-box { width: 100%; padding: 15px; text-align: center; transform: none; margin: 30px auto; border-width: 3px; }
    .goal-label { font-size: 1.2rem; }
    .goal-num { font-size: 4.5rem; }
    .goal-unit { font-size: 1.8rem; }

    .history-watermark { font-size: 18vw; top: 30px; width: 100%; text-align: center; left: 0; transform: none; }
    .white-card-container { padding: 20px; border-width: 2px; }
    .history-row, .history-row.reverse { flex-direction: column; gap: 20px; margin-bottom: 40px; }
    .history-img { width: 100%; aspect-ratio: 16/9; }
    .history-text { text-align: left; }
    .history-text h3 { font-size: 1.4rem; display: flex; flex-wrap: wrap; font-weight: bold;}
    .history-tag { font-size: 0.8rem; margin-left: 10px; }
    .history-text p { font-weight: bold; font-size: 0.9rem; line-height: 1.7; }

    .profile-watermark { font-size: 18vw; top: 30px; width: 100%; text-align: center; left: 0; transform: none; }
    .profile-card-border { flex-direction: column-reverse; margin-top: 40px; }
    .profile-image { border-left: none; border-bottom: 3px solid #000; width: 100%; height: 300px; }
    .profile-image img { object-position: top center; }
    .profile-content { padding: 30px 20px; }
    .name { font-size: 2.5rem; }
    .profile-sns-area { margin-top: 20px; position: static; }
    .profile-deco-tanuki { width: 160px; position: absolute; top: -5px; right: 10px; z-index: 10; }
    .profile-deco-runningchiku { width: 360px; position: absolute; bottom: -30px; left: 0; z-index: 10; }

    .facility-watermark { font-size: 18vw; top: 30px; width: 100%; text-align: center; left: 0; transform: none; }
    .facility-single-container { width: 90%; }
    .facility-close-btn { top: 10px; right: 20px; font-size: 2.5rem; }

    .menu-watermark { font-size: 18vw; top: 30px; width: 100%; text-align: center; left: 0; transform: none; }
    .menu-paper { background: transparent; border: none; box-shadow: none; padding: 60px 20px; text-align: center; }
    .pc-menu-title { display: none; }
    .sp-menu-title { display: inline; }
    .return-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; row-gap: 30px; }
    .modal-content { flex-direction: column; padding: 30px 20px; }
    .modal-left, .modal-right { width: 100%; }
    .item-label { font-size: 0.7rem; padding: 3px 6px; }

    #footer { padding: 50px 20px; text-align: center; }
    .footer-inner { flex-direction: column; align-items: center; }
    .footer-right { width: 100%; display: flex; justify-content: space-between; margin-bottom: 40px; order: 1; }
    .footer-links { width: 45%; padding: 0; text-align: left; }
    .footer-links li { border-bottom: 1px solid #444; margin-bottom: 10px; }
    .footer-links a { font-size: 0.85rem; width: 100%; justify-content: space-between; }
    .footer-left { width: 100%; display: flex; flex-direction: column; align-items: center; order: 2; }
    .footer-logo { width: 100px; margin-bottom: 20px; }
    .access-info { text-align: left; width: 100%; max-width: 300px; }
    .access-item { display: flex; align-items: flex-start; margin-bottom: 10px; }
    .pill { white-space: nowrap; margin-right: 15px; font-size: 0.8rem; }
    .access-text { margin: 0; font-size: 0.9rem; }
    
    .footer-sns-mobile { display: block; margin-top: 30px; width: 100%; }
    .footer-sns-link { display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; font-size: 0.9rem; border: 1px solid #fff; padding: 10px; border-radius: 30px; }
    .white-icon { fill: #fff; width: 24px; height: 24px; margin-right: 10px; }

    .mobile-fixed-cta {
        display: block;          
        position: fixed;         
        bottom: 20px;            
        right: 20px;             
        z-index: 20000;          
        background-color: var(--main-yellow);
        color: #000;
        font-weight: 900;
        font-size: 0.9rem;       
        text-decoration: none;
        padding: 10px 20px;      
        border: 2px solid #000;  
        border-radius: 50px;     
        box-shadow: 2px 2px 0 rgba(0,0,0,0.5); 
        transition: transform 0.2s;
    }
    .mobile-fixed-cta:active {
        transform: scale(0.95);
    }
}