@charset "UTF-8";

:root {
    --black: #4D2D0D;
    --white: #FBF9F3;
    --green: #C9D671;
    --main-color: #FEFBF5;
    --text-color: #292929;
    --green-text: #009143;
}

html {
    font-size: 16px;
    line-height: 1.8;
    color: var(--black);
    scroll-behavior: smooth;
    overscroll-behavior: none;
    overflow-x: hidden;
}

body {
    font-family: 'Zen Maru Gothic', sans-serif, system-ui;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: var(--text-color);
    margin: 0;
    padding: 0;
    overscroll-behavior: none;
    background: var(--main-color);
    position: relative;
    overflow-x: hidden;
    width: 100%;
}

* { margin: 0; padding: 0;}

:is(h1, h2, h3, h4, h5, h6) {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:is(:link, :visited) {
    color: inherit;
}

address {
    font-style: normal;
}

:where(ol, ul) {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.pc {
    display: block;
}

.sp {
    display: none!important;
}

[id] { scroll-margin-top: 100px;}

/* @media (width < 768px) {
    br.pc {
        display: none;
    }

    br.sp {
        display: block;
    }
}

@media (any-hover:hover) {
    a:hover {
        opacity: 0.75;
    }
}

@media (any-hover:active) {
    a:active {
        opacity: 0.75;
    }
} */

/* ===========================================================================
丸角ページリンクボタン
=========================================================================== */

/* 共通ボタン（PC基準） */
.common-button {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 14.58vw;
    height: 3.5vw; */
    width: 280px;
    height: 68px;
    border-radius: 140px;
    background: radial-gradient(circle, rgba(7, 128, 79, 1) 0%, rgba(0, 145, 67, 1) 30%);/* 20251017追加 */
    border: 1px solid #009143;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
}

.common-button .btn-inner {
    display: inline-flex;
    align-items: center;
    height: 100%;
    transition: transform 0.3s ease;
    transform-origin: center center;
    will-change: transform;
}

.common-button:hover .btn-inner {
    transform: rotate(-3deg);
}

/* 画像の安定化 */
.common-button .btn-inner img {
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
}

/* 施設案内ボタン */
.facility-information {
    /* padding: 1.04vw 1.76vw 1.08vw 1.72vw; */
    padding: 20px 33.7px 20.7px 33px;
}

/* Googleマップボタン */
.google-map {
    /* padding: 1.04vw 1.49vw; */
    padding: 20px 28.6px 20.7px 28px;
}

.company {
    padding: 20px 33.6px 20.7px 34px;
}

.company .btn-inner {
    gap: 17.6px;
}

.facility-information .btn-inner,
.google-map .btn-inner {
    gap: 12px;
}


.google-map,
.list-button,
.footer-access-methods .access-methods .common-button {
    margin-right: 1.67vw;
}

/* .access-methods>* {
    margin-right: 32px;
} */

/*===========================================================================
*   header
===========================================================================*/
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    pointer-events: none;
}

/* ロゴワッパー */
.logo-wrap {
    position: relative;
    width: 13.54vw;
    height: 13.19vw;
    background: url("../../image/basic/logo_back.png") no-repeat center center;
    background-size: contain;
    pointer-events: auto;
}

/* ロゴ画像 */
.site-logo {
    position: absolute;
    top: 1.93vw;
    left: 3.13vw;
    height: auto;
    width:min(103px, 5.36vw);
}

.responsive-order-site-logo,
.responsive-order-global-nav,
.responsive-hamburger,
.responsive-drawer {
    display: none;
}

.global-nav { }

/* ナビリスト */
.global-nav ul {
    position:absolute;
    inset:30px auto auto 50%;
    translate:-50% 0;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:clamp(0.938rem, calc(-0.32rem + 1.829vw), 1.875rem);/* viewport:1100-1920px  15-30px */
    margin:auto;
    padding:0.5em 2em;
    border-radius:100vmax;
    background-color:var(--main-color);
    font-size:clamp(1rem, calc(0.497rem + 0.732vw), 1.375rem);/* viewport:1100-1920px  16-22px */
    text-wrap:nowrap;
    pointer-events: auto;
}

/* 各リンク */
.global-nav a {
    color: var(--text-color);
    text-decoration: none;
    font-weight: bold;
}

.global-nav li:has(> :not([class])) a:hover { color: var(--green-text);}/* 20251017追加 */

.shop-btn a {
    display: inline-flex;
    align-items: center;
    padding: 0.68vw 1.12vw;
    font-size: 1.04vw;
    font-weight: bold;
    letter-spacing: -0.2em;
    white-space: nowrap;
    text-decoration: none;
    background: #C40100;
    color: #FFFFFF;
    border-radius: 1.43vw;
    width: 11.35vw;
    height: 2.86vw;
    transition: opacity 0.2s ease;
}

.shop-btn a:hover {
    opacity: 0.5;
    /* ホバー時の透明度 */
}

.shop-btn .icon {
    width: 1.55vw;
    height: 1.60vw;
}

.fixed_link {
    position:absolute;
    inset:1rem 1rem auto auto;
    width:clamp(8.125rem, calc(0.244rem + 11.463vw), 14rem);/* viewport:1100-1920px 130-224px */
    pointer-events: auto;
}
.fixed_link .butaman_bg { border-radius:100%;}
.fixed_link .butaman_text {
    --rotate:-5deg;
    position:absolute;
    inset:auto auto 12.5% 18.7307%;
    width:64.2197%;
    transition:rotate 0.5s ease;
}
.fixed_link picture { display: contents;}
.fixed_link a { display: block; border-radius: 100%;}

.fixed_link:focus .butaman_text { rotate:var(--rotate);}
@media (any-hover:hover){ .fixed_link:hover .butaman_text { rotate:var(--rotate);}}
@media (any-hover:none){ .fixed_link:active .butaman_text { rotate:var(--rotate);}}

@media (max-width:1100px){}


/*===========================================================================
*   footer
===========================================================================*/
.site-footer {
    margin-top: 7.5rem;
    /* margin-top: 6.25vw; */
    /* margin-top: 120.2px; */
    background-color: #F1F1F1;
    position: relative;
    z-index: 3;
    max-width: 100%;
}

.footer-main {
    padding-left: 29.9px;
    padding-right: 29.9px;
}

.footer-title {
    max-width: 571.25px;
    height: auto;
    padding-top: 103px;
}

.footer-main-text {
    margin-top: 40.6px;
    font-size: 17px;
}

.shisetusgaiyou {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    gap: 6.25rem;
}

.shisetusgaiyou .access {
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: auto;
    gap: 1.875rem;
}

.shisetusgaiyou .eigyou-jouhou {
    flex: 1;
    min-width: 0;
}

.access-logo {
    display: flex;
    align-items: center;
    gap: 14.8px;
}

.logo-no-text {
    max-width: 77.94px;
    height: auto;
}
.access .access-methods {
    padding-top: 0;
    margin-bottom: 0;
}

.access-logo-text,
.kaisyamei,
.jusyo {
    font-size: 24px;
    font-weight: bold;
}

.shisetusgaiyou .access-methods {
    /* margin: 30px 0px 30px 0px; */
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
}

.jusyo {
}

.shisetusgaiyou .access .access-methods {
    display: flex;
    justify-content: flex-start;
    /* padding: 0; */
}

.sns-icon {
    display: flex;
    gap: 15px;
}

.eigyou {
    margin-top: 1.875rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.teikyuubi,
.eigyou-jikan {
    display: flex;
    gap: 20px;
}

.eigyou-item-title {
    /* flex-shrink: 0; */
    background-color: var(--green-text);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: inline-flex;
    width: auto;
    height: auto;
    align-self: flex-start;
    padding: 4px 24px;
    white-space: nowrap;
}

/* .eigyou-jikan {
    margin-top: 9px;
} */

.teikyuubi-text {
    font-size: clamp(15px, calc(15px + 1 * ((100vw - 375px) / 1545)), 16px);
    /* font-size: 16px; */
    /* line-height: 1.5; */
}

.eigyou-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* font-size: 14px; */
    font-weight: bold;
}

.eigyou-corner {
    font-size: 16px;
}

.site-footer .background-color-green {
    background-color: var(--green-text);
    padding-top: 39.4px;
}

.footer-nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.footer-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-nav img {
    max-width: 30px;
    max-height: 30px;
}

.footer-text {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.5;
    /* white-space: nowrap; */
    white-space: normal;
}

.site-footer .footer-access-methods .access-methods {
    margin-top: 80.3px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-end;
}

.footer-access-methods .common-button {
    border-color: #FFFFFF;
}

.copyright {
    margin-top: 85.4px;
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.footer-nav,
.site-footer .access-methods,
.footer-column,
.copyright {
    position: relative;
    z-index: 1000;
}

.background-full-img.back-01 {
    /* width: 100vw; */
    width: calc(100vw - var(--scrollbar-width));
    height: auto;
}

.background-full-img.back-02,
.background-full-img.back-03 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100vw - var(--scrollbar-width));
    /* width: 100vw; */
    height: auto;
}

.back-02 {
    z-index: 0;
    height: auto;
}

.back-03 {
    z-index: 1;
}

/* フッター施設画像 */
.gadomaru-img { 
    border-radius: 40px;
}

/*===========================================================================
*   main
===========================================================================*/
main {
    width: 100%;
    padding: 3.65vw 4.58vw 0vw 4.58vw;
    /* padding: 70px 88px 0px 88px; */
}

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

/*====================================================================================================
  PAGETOP
====================================================================================================*/
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1.2s ease, visibility 1.2s ease;
	z-index: 999;
}
#pagetop.show {
	opacity: 1;
	visibility: visible;
}
#pagetop a {
	display: block;
	width:100px;
	height:100px;
	text-indent: -999px;
	background: url(../image/pagetop.png) no-repeat center center;
    border-radius: 100%;
}


@media screen and (min-width:1101px) {
    .responsive-drawer {
        display: none !important;
    }
}

/* ▼ ～1100px：タブレット */
@media screen and (max-width: 1100px) {
    
    /*====================================================================================================
    WHOLE
    ====================================================================================================*/
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
	}
    
    body {
        --sp-header-height:clamp(4.375rem, calc(3.405rem + 4.138vw), 6.25rem);/* viewport:375-1100px 70-100px */
    }
    main { padding-top:var(--sp-header-height);}
    /*===========================================================================
    *   header
    ===========================================================================*/
    
    .site-header {
        pointer-events: auto;
    }


    /* ロゴ、ロゴ背景、PCグローバルヘッダー */
    .site-logo,
    .logo-wrap,
    .global-nav {
        display: none;
    }

    /* .logo-wrap {
        background: none;
        width: 100px;
        height: 100px;
        overflow: visible;
    } */

    .logo-wrap::before {
        transform: rotate(45deg);
        transform-origin: center center;
        /* inset: 0; */
        background-size: contain;
        z-index: 0;
    }

    /* ロゴ画像 */
    .site-logo {
        display: none;
    }

    .responsive-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height:var(--sp-header-height);
        background-color: var(--main-color);
        z-index: 10000;
        display: flex;
        align-items: center;
        justify-content:space-between;
        padding:0.5em;
        pointer-events: auto;
    }

    .responsive-header .responsive-order-site-logo {
        display: block;
        width:auto;
        height:clamp(3.125rem, calc(2.155rem + 4.138vw), 5rem);/* viewport:375-1100px  50-80px */
    }

    /* スマホメニュー開閉処理 */
    .responsive-header:has(input:checked) + .responsive-drawer {
        display:flex;
        gap: 1.5rem;
    }

    /* .responsive-header::before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100px;
        background: url("../../image/basic/footer_mobile.svg") no-repeat center bottom;
        background-size: cover;
        z-index: 10000;
    } */

    .responsive-order-global-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap:clamp(0.625rem, calc(0.302rem + 1.379vw), 1.25rem);/* viewport:375-1100px  10-20px */
        pointer-events: auto;
        height:90%;
    }

    /* ul の余白をリセット */
    .responsive-order-global-nav ul {
        margin: 0;
        padding: 0;
        display:contents;
    }

    .responsive-order-global-nav a.online-shop-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap:0.5em;
        width: auto;
        height: 100%;
        font-size:clamp(0.875rem, calc(0.681rem + 0.828vw), 1.25rem);/* viewport:375-1100px  14-20px */
        padding: 0.5em 0.75em;
        background: #C40100;
        color: #fff;
        border-radius: 100vmax;
        text-decoration: none;
        line-height: 1.2;
        text-align: center;
    }

    .responsive-order-global-nav a.online-shop-link .icon {
        width:1.5em;
        height:auto;
    }
    .responsive-order-global-nav > a {
        display:block;
        height:100%;
    }
    .responsive-order-global-nav > a img {
        width:auto;
        height:100%;
    }

    .shop-btn {
        display:contents;
        padding-top: 0px;
        padding-bottom: 0px;
        opacity: 0.75;
    }

    .global-nav {
        display: none;
    }

    .responsive-hamburger {
        position:relative;
        display:block;
        width:auto;
        height:100%;
        aspect-ratio:1;
        background-color: #009143;
        border-radius: 50%;
        cursor: pointer;
    }

    /* 中の2本線 */
    .responsive-hamburger div {
        --bar-gap:clamp(0.188rem, calc(0.123rem + 0.276vw), 0.313rem);/* viewport:375-1100px  3-5px */
        position:absolute;
        left:50%;
        translate:-50% 0;
        display: block;
        width:33.3333%;
        height:2px;
        background-color: #FFFFFF;
        transform-origin: center;
    }
    .responsive-hamburger div:nth-child(1) { bottom:calc(50% + var(--bar-gap));}
    .responsive-hamburger div:nth-child(2) { top:calc(50% + var(--bar-gap));}

    #hamburger-toggle:checked+.responsive-hamburger div:nth-child(1) {
        rotate:45deg;
        bottom:50%;
        translate:-50% 50%;
    }

    #hamburger-toggle:checked+.responsive-hamburger div:nth-child(2) {
        rotate:-45deg;
        top:50%;
        translate:-50% -50%;
    }

    .responsive-drawer {
        /* position: fixed; */
        display: none;
        position: absolute;
        top:var(--sp-header-height);
        /* top: 18.67vw; */
        /* top: 67px; */
        left: 0;
        width: 100%;
        height:calc(100dvh - var(--sp-header-height));
        /* height: 100dvh; */
        /* height: calc(100vh - 67px); */
        background-color: var(--main-color, #FEFBF5);
        /* padding: 32px 10px 37px 10px; */
        padding: 32px 20px 0px 20px;
        /* padding-bottom: 37px; */
        z-index: 99999;
        overflow-y: auto;
        flex-direction: column;
        scrollbar-width:none;
        overscroll-behavior:contain;
    }

    .responsive-drawer.open {
        display: flex;
    }

    body.no-scroll {
        position: fixed;
        width: 100%;
        overflow: hidden;
    }

    /* 子要素：丸ボタン3列×2列 */
    .drawer-buttons {
        display: flex;
        justify-content:center;
        height: auto;
        column-gap: 8vw;
    }

    .drawer-button-wrap {
        display: flex;
        flex-direction: column;
        row-gap: 25px;
    }

    .drawer-button a {
        display: flex;
        align-items: center;
        gap: 3.2vw;
        /* gap: 12px; */
        flex: 0 0 calc(50% - 4px);
    }

    .drawer-button .circle {
        width: clamp(20px, calc(20px + 20 * ((100vw - 431px) / 337)), 40px);
        height: clamp(20px, calc(20px + 20 * ((100vw - 431px) / 337)), 40px);
        background-color: #009143;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .drawer-button .circle img {
        width: clamp(12px, calc(12px + 18 * ((100vw - 431px) / 337)), 24px);
        /* width: 24px; */
        height: auto;
    }

    .drawer-button .button-text {
        /* font-size: clamp(18px, calc(18px + 12 * ((100vw - 431px) / 337)), 30px); */
        font-size: clamp(1rem, 0.79rem + 0.85vw, 1.375rem);  /* 395:16px, 1100:22px */
        font-weight: bold;
    }

    .drawer-info {
        margin-top: 50px;
    }

    .responsive-drawer .teikyuubi {
        gap: 8px
    }

    .responsive-drawer .teikyuubi-text,
    .responsive-drawer .eigyou-item-title,
    .responsive-drawer .eigyou-text-item .eigyou-corner,
    .responsive-drawer .eigyou-text-item .jikan {
        /* font-size: clamp(15px, calc(15px + 10 * ((100vw - 431px) / 337)), 25px); */
        font-size: clamp(1rem, 0.79rem + 0.85vw, 1.375rem);  /* 395:16px, 1100:22px */
    }

    .responsive-drawer .eigyou-text-item .eigyou-corner {
        white-space: nowrap;
    }

    .responsive-drawer .eigyou-text-item {
        flex-direction: row;
        gap: 20px;
    }

    .eigyou-jikan {
        margin-top: 10px;
    }

    .teikyuubi,
    .eigyou-jikan {
        gap: 10px;
        flex-direction: column;
    }

    .eigyou-text-item {
        display: flex;
        /* gap: 10px; */
        align-items: flex-start;
        flex-direction: column;
    }

    .eigyou-text-item .jikan {
        display: flex;
        flex-direction: column;
        font-weight: bold;
        padding-right: 10px;
    }

    .jikan-sub {
        margin-left: 1rem;
    }

    .drawer-sns {
        margin-top: 30px;
        margin-bottom: 37px;
        display: flex;
        justify-content: center;
    }

    .spacer {
        height: 60px;
        width: 100%;
    }

    .drawer-sns img {
        width: clamp(40px, calc(40px + 20 * ((100vw - 431px) / 337)), 60px);
        height: clamp(40px, calc(40px + 20 * ((100vw - 431px) / 337)), 60px);
        /* width: 60px;
        height: 60px; */
    }

    /*===========================================================================
    *   footer
    ===========================================================================*/

    .site-footer {
        margin-top: 30px;
    }

    .footer-main {
        /* padding: 0; */
        padding: 0px 10px 0px 10px;
        max-width: none;
    }

    .footer-main * {
        font-size: clamp(20px, 2.2vw, 25px);
    }

    .site-footer .responsive-order {
        margin-top: 0;
        /* margin-bottom: 52vw; */
    }

    .footer-title {
        padding-top: 30px;
    }

    .shisetusgaiyou {
    margin-block: 1.875rem 3rem;
       gap: 0.5rem;
    }

    .eigyou {
        margin-top: 20px;
    }

    /* .shisetusgaiyou>.eigyou-jouhou {
        order: 1;
    } */

    /* .shisetusgaiyou>.access {
        order: 2;
    } */

    .teikyuubi,
    .eigyou-jikan {
        display: flex;
        flex-direction: column;
        width:min(600px, 100%);
        margin-inline:auto;
    }

    /* .access * {
        font-size: 20px;
    } */


    .sns-icon {
        display: flex;
        gap: 15px;
    }

    .footer-wrapper {
        display: flex;
        justify-content: center;
        padding: 6.13vw 0vw 8vw 0vw;
        /* padding: 20px 0px 30px 0px; */
        margin-top: -1px;
    }
    .footer-nav {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, auto) ;
        gap: 24px;
    }
    .footer-nav>*:last-child {
        display: grid;
        grid-template-columns: subgrid;
        grid-column: span 2;
    }
    .footer-item {
        width: 100%;
    }

    .footer-text {
        font-size: 15px;
    }

    .site-footer .background-color-green {
        padding-top: 0;
    }

    .site-footer .footer-access-methods .access-methods {
        margin-top: 0;
        padding-top: 0;
        display: flex;
        flex-direction: row;
        gap: 2.67vw;
        /* gap: 10px; */
    }

    .shisetusgaiyou .access {
        margin-top: 20px;
    }

    /* .shisetusgaiyou .access-methods {
        margin: 20px 0px 20px 0px;
    } */

    .responsive-order .access-methods {
        order: 2;
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        width: 100%;
        justify-content: center;
        padding-top: 20px;
    }

    .copyright {
        margin-top: 180px;
    }

}

/* ▼ ～820px：タブレット */
@media only screen and (max-width: 820px) {
	.pc { display: none!important;}
	.sm { display: block!important;}
    .shisetusgaiyou { 
        flex-direction: column-reverse;
    }
    .access {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        align-self: center;
    }
    .access .sns-icon,
    .access .access-methods { justify-self: center;}
}

/* ▼ ～630px：スマホ */
@media only screen and (max-width: 630px) {
	.site-footer .footer-access-methods .access-methods {
        flex-direction: column;
        align-items: center;
    }

}

/* ▼ ～430px：スマホ縦 */
@media screen and (max-width: 430px) {

    /*===========================================================================
    *   header
    ===========================================================================*/

    .responsive-header {
        height: 18.67vw;
        /* height: 63px; */
        /* height: 18.67vw; */
        /* height: 70px; */
        /* display: block; */
    }

    .responsive-header .responsive-order-site-logo {
        top: clamp(4px, 1.6vw, 10px);
        left: clamp(12px, 5.3vw, 24px);
        /* left: 3.0vh;
        top: 0.9vh; */
    }

    .responsive-drawer {
        top: 16.8vw;
        left: 0;
        width: 100%;
        height: 100dvh;
        /* height: calc(100vh - 67px); */
        /* padding: 32px 10px 37px 10px; */
        padding-top: 27px;
        /* padding-top: 32px; */
        padding-left: 20px;
        padding-right: 20px;
    }

    /* 子要素：丸ボタン3列×2列 */
    .drawer-buttons {
        column-gap: 4vw;
        /* column-gap: 2.13vw; */
        /* padding: 0 2.13vw; */
        /* padding: 0 8px;
        column-gap: 8px; */
    }

    .drawer-button-wrap {
        row-gap: 0.5rem;
    }

    .drawer-button .circle {
        width: 20px;
        height: 20px;
    }

    .drawer-button .circle img {
        width: 12px;
    }

    /* .drawer-button .button-text {
        font-size: 15px;
    } */

    .drawer-info {
        margin-top: 0;
        margin-bottom: 0;
    }

    .drawer-info .eigyou-item-title {
        font-size: 14px;
    }

    .responsive-drawer .teikyuubi {
        gap: 8px
    }

    .responsive-drawer .eigyou-text-item {
        gap: 15px;
    }

    .eigyou-text-item {
        gap: 5px;
        flex-direction: column;
    }

    .eigyou-text-item .jikan {
        padding-right: 10px;
    }

    .drawer-info .eigyou-jikan .eigyou-text .eigyou-text-item {
        font-size: 15px;
        font-weight: bold;
    }

    .drawer-info .eigyou-jikan {
        gap: 8px;
    }

    .drawer-sns {
        margin-top: 0;
        margin-bottom: 37px;
    }

    .spacer {
        height: 60px;
        width: 100%;
    }

    .drawer-sns img {
        width: 30px;
        height: 30px;
    }

    /*===========================================================================
        *   footer
        ===========================================================================*/

    .footer-main * {
        font-size: 15px;
    }
    .eigyou-text {
        font-size: 14px;
        gap: 0;
    }
    .site-footer .responsive-order {
        margin-bottom: 0;
    }

    #footer .access-methods{
        margin-bottom: 0;
    }

    .access {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        gap: 0.875rem;
    }
    .footer-nav {
        display: block;
    }
    .footer-column {
        margin-bottom: 24px;
    }
}


/* ▼ ～375px：スマホ */
@media screen and (max-width: 375px) {

    /*===========================================================================
    *   header
    ===========================================================================*/

    /* .responsive-header::before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100vw;
        height: 89px;
        background: url("../../image/basic/footer_mobile.svg") no-repeat center bottom;
        background-size: cover;
        z-index: 10000;
    } */

    .responsive-header:has(input:checked) + .responsive-drawer {
        row-gap: 1rem;
    }

    /*===========================================================================
    *   footer
    ===========================================================================*/
    .site-footer {
        margin-top: 40px;
    }

    .jikan {
        font-weight: bold;
    }

    .copyright {
        margin-top: 160px;
    }
}