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

html, body {
    overflow: hidden;
    height: 100%;
    width: 100%;
    /* font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif; */
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
}

body.loading-active {
    overflow: hidden;
}

a:hover {
    text-decoration: none;
    color: #000;
    opacity: 1;
}

.en{
    font-family: "garamond-premier-pro", serif;
    font-weight: 400;
    font-style: normal;
}

/* PC・SPの表示切り替え */
.pc {
    display: block;
}

.sp {
    display: none;
}

@media (max-width: 768px) {
    .pc {
        display: none;
    }
    
    .sp {
        display: block;
    }
}


/* loading */
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

.loading.hidden {
    opacity: 0;
    visibility: hidden;
}

.loading-logo {
    width: auto;
    height: 40dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}

.loading-logo.show {
    opacity: 1;
    transform: translateY(0);
}

.loading-logo img {
    width: auto;
    height: 40dvh;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.loading-logo.show img {
    opacity: 1;
}

.loading-progress {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
    z-index: 10;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

/* main-container */
.horizontal-container {
    display: flex;
    flex-direction: row-reverse;
    width: fit-content;
    height: 100dvh;
    transform: translateX(0);
    /* transition: transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000); */
    /* GSAPアニメーションを使用するためCSSトランジションを無効化 */
    background-image: url(./assets/img/bg.png);
    background-size: contain;
    background-position: center;
}

.section {
    min-width: max-content;
    padding: 0 50px;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}


#menu-section.section {
    flex-direction: row-reverse;
    padding: 0 50px 0 150px;
}

.content {
    /* max-width: 800px; */
    height: 80dvh;
    padding: 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    width: fit-content;
}

/* logo-section */
.section#logo-section {
    min-width: 100vw;
    width: 100vw;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-direction: row-reverse;
    position: relative;
}

#logo-section .c-info-icon{
    margin-left: 0;
    position: absolute;
    left: 10dvw;
    transition: opacity 0.3s ease;
}

.logo {
    width: auto;
    height: 40dvh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    width: auto;
    height: 100%;
    loading: eager;
}

/* txt-section */

#txt-section {
    display: flex;
    padding: 0 50px 0 100px;
}

#txt-section .content {
    height: 65dvh;
}

.txt-section_hdg {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 32px;
    line-height: 1.8;
    margin: 0 auto;
    height: 80dvh;
}

.txt-section_txt {
    font-size: 16px;
    line-height: 2.8;
    writing-mode: vertical-rl;
    text-orientation: upright;
    height: 80dvh;
    margin-right: 30px;
    letter-spacing: .3rem;
}


#about-section.section {
    padding: 0 0 0 150px;
    /* background-color: #e1bee7; */
}

.about-section_hdg {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 32px;
    line-height: 1.8;
    margin: 0 20px 0 150px;
    letter-spacing: .7rem;
    text-align: center;
}


#point-section.section {
    padding: 0 0 0 150px;
    /* background-color: #d1c4e9; */
}

#info-section.section {
    padding: 0;
}

#access-section.section {
    padding: 0;
}

#news-section.section {
    padding: 0;
}

/* sticky */

.sticky-container {
    position: fixed;
    right: 100px;
    bottom: 0;
    height: 100dvh;
    z-index: 1000;
    pointer-events: none;
}

.sticky-content {
    padding-bottom: 45px;
    position: relative;
    height: 100dvh;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    z-index: 1000;
}

.reserve-btn {
    position: relative;
    width: 34px;
    height: 34px;
    margin: 0 0 20px 0;
    pointer-events: auto;
    transition: opacity 0.3s ease;
}

.reserve-btn img {
    width: 100%;
    height: 100%;
}

.top-anker {
    position: relative;
    pointer-events: auto;
}

/* .top-anker::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 45px;
    left: auto;
    margin: auto 0;
    width: var(--scroll-width, 0px);
    height: 1px;
    background-color: #000;
    transform-origin: right;
    transition: width 0.3s ease-out;
} */

.top-anker a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    letter-spacing: .1rem;
}

/* header */

.header-container {
    position: fixed;
    right: 100px;
    bottom: 0;
    height: 100dvh;
    z-index: 1000;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.header-content {
    position: relative;
    height: 100dvh;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-title {
    font-size: 22px;
    letter-spacing: .2rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
    cursor: pointer;
    pointer-events: auto;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    margin-bottom: auto;
    padding-top: 5dvh;
}

.header-title:hover {
    opacity: 0.75;
}

.menu-icon {
    margin-bottom: 15px;
    position: relative;
    width: 28px;
    height: 25px;
}

.menu-icon span {
    display: block;
    width: 3px;
    height: 20px;
    margin: 0 4px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 9px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-icon span:nth-child(1) {
    transform: translateY(0);
}

.menu-icon span:nth-child(2) {
    transform: translateY(0) translateX(6px);
}

.menu-icon span:nth-child(3) {
    transform: translateY(0) translateX(-6px);
}
/* スライドメニュー */
.slide-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2000;
    transition: right 0.8s ease-out;
    overflow-y: auto;
}

.slide-menu.active {
    right: 0;
}

.slide-menu-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
}

.slide-menu-close {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 100px;
    font-size: 32px;
    cursor: pointer;
    width: 50px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slide-menu-close p {
    font-size: 16px;
    margin-top: 5px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: .2rem;
}

.slide-menu-items {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 75px;
}

.slide-menu-items-logo {
    width: fit-content;
    height: 32dvh;
}

.slide-menu-items-logo img {
    width: 100%;
    height: 100%;
}


.slide-menu-items-list {
    list-style-type: none;
    display: flex;
    flex-direction: row-reverse;
    gap: 25px;
}

.slide-menu-items-list li {
    padding-top: 20px;
    position: relative;
}

.slide-menu-items-list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 18px;
    height: 10px;
    background-color: #000;
}

.slide-menu-items-list li:hover::before {
    background-color: #8F0202;
}


.slide-menu-items-list li a {
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease;
    font-size: 18px;
    letter-spacing: .3rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.slide-menu-items-list li a:hover {
    color: #888;
}


/* footer */

#footer-section {
    width: 100dvw;
}

.footer-content {
    max-width: 500px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-content_logo {
    padding-right: 25px;
    margin-bottom: 50px;
    width: auto;
    height: 38dvh;
}

.footer-content_logo img {
    width: auto;
    height: 100%;
}

.footer-content_toplink {
    padding-right: 30px;
    margin-bottom: 40px;
    font-size: 18px;
    letter-spacing: .1rem;
    position: relative;
}

.footer-content_toplink::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 0;
    width: 100%;
    background-image: url(./assets/img/right-arrow-btn-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}

.footer-content_toplink a {
    text-decoration: none;
    color: #000;
}

.footer-content_reserve {
    margin-bottom: 80px;
    font-size: 15px;
    letter-spacing: .1rem;
}

.footer-content_reserve a {
    text-decoration: none;
    color: #fff;
    background-color: #8F0202;
    padding: 10px 25px;
}

.footer-content_sitemenu {
    padding-left: 35px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.footer-content_sitemenu a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    letter-spacing: .1rem;
}


/* component */

.c-card {
    display: flex;
    justify-content: center;
    gap: 55px;
    width: fit-content;
    min-width: 750px;
}

.c-card__img {
    max-width: 410px;
    height: 100%;
    min-width: fit-content;
    width: 100%;
}

.c-card__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.c-card__txt {
    width: 316px;
}

.c-card__txt-subtitle {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.c-card__txt-title {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 30px;
    letter-spacing: .1rem;
}

.c-card__txt-main {
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: .3rem;
    font-feature-settings: "palt";
}

.c-card2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 245px;

}

.c-card2__img {
    margin-bottom: 25px;
    width: 100%;
    height: auto;
}

.c-card2__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.c-card2__txt-title {
    font-size: 25px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.c-card2__txt-main {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .02rem;
}

/* アコーディオン */
.c-accordion {
    width: 100%;
}

.c-accordion_item {
    margin-bottom: 15px;
    height: 100dvh;
    display: flex;
    flex-direction: row-reverse;
}

.c-accordion_item_title {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 15dvh 15px;
    background-color: #EFEFEF;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    height: 100%;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    letter-spacing: .1rem;
    flex-shrink: 0;
    width: fit-content;
    box-sizing: border-box;
}

.c-accordion_item_title:hover {
    opacity: 0.75;
}

.c-accordion_item_title.odd {
    background-color: #DFDFDF;
}


.c-accordion_item_title::after {
    content: "";
    position: absolute;
    bottom: 20dvh;
    left: 30px;
    width: 24px;
    height: 24px;
    background-image: url(./assets/img/arrow-left.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* .c-accordion_item_title.active::after {
    transform: rotate(180deg);
} */

.c-accordion_item_content {
    height: 100dvh;
    overflow: hidden;
    padding: 0;
    width: 0;
    transition: width 0.5s cubic-bezier(0.4, 0, 1, 1), padding 0.5s cubic-bezier(0.4, 0, 1, 1);
    background-color: #EFEFEF;
    border-radius: 0 0 5px 5px;
    flex-shrink: 0;
}

.c-accordion_item_content.odd {
    background-color: #DFDFDF;
}

.c-accordion_item_content.active {
    padding: 15dvh 65px;
    width: 735px;
}

.c-accordion_item_title_icon {
    margin-right: 10px;
    margin-bottom: 5px;
    width: 29px;
    height: 22px;
}

.c-accordion_item_title_icon.--lunch {
    margin-right: 0;
    width: 47px;
    height: 25px;
}

.c-accordion_item_title_icon img {
    width: 100%;
    height: 100%;
}

.c-accordion_item_title_number {
    margin-right: 6px;
    margin-bottom: 10px;
    font-weight: bold;
}

.c-accordion_item_title_txt {
    font-size: 25px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: relative;
}

.accordion-content-inner {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.5s ease 0.2s;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-accordion_item_content.active .accordion-content-inner {
    opacity: 1;
    transform: translateX(0);
}

.accordion-item_content_img {
    width: 100%;
    height: 100%;
}

.accordion-item_content_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accordion-item_content_number {
    font-size: 18px;
    letter-spacing: .1rem;
    position: relative;
}

.accordion-item_content_number.--crown {
    padding-left: 35px;
}

.accordion-item_content_number.--lunch {
    padding-left: 55px;
}

.accordion-item_content_number.--crown::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url(./assets/img/crown-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 29px;
    height: 22px;
}

.accordion-item_content_number.--lunch::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url(./assets/img/lunch-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 47px;
    height: 25px;
}

.accordion-item_content_name {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: .1rem;
}

.accordion-item_content_name span {
    font-size: 15px;
    letter-spacing: .1rem;
}

.accordion-item_content_description {
    font-size: 16px;
    line-height: 2;
    /* letter-spacing: .1rem; */
}

.accordion-item_content_note {
    font-size: 12px;
    letter-spacing: .1rem;
}

.accordion-item_content_price-reserve {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.accordion-item_content_price-reserve p {
    font-size: 32px;
    letter-spacing: .1rem;
}

.accordion-item_content_price-reserve p span {
    font-size: 14px;
}

.accordion-item_content_price-reserve a {
    font-size: 14px;
    letter-spacing: .1rem;
    text-decoration: none;
    color: #fff;
    background-color: #8F0202;
    padding: 1px 10px;
    border-radius: 5px;
    height: fit-content;
}

.c-accordion2 {
    width: 100%;
}

.c-accordion2_item {
    margin-bottom: 15px;
    height: 100dvh;
    display: flex;
    flex-direction: row-reverse;
}

.c-accordion2_item_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10dvh 0;
    padding: 15dvh 0;
    width: 180px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    border-right: 1px solid #000;
    letter-spacing: .1rem;
    flex-shrink: 0;
    box-sizing: border-box;
    font-size: 30px;
}

.c-accordion2_item_title.--last{
    margin-left: 50px;
    border-left: 1px solid #000;
}

.c-accordion2_item_title.active::after {
    transform: rotate(90deg);
}

.c-accordion2_item_title_icon {
    margin-top: 10px;
    width: 29px;
    height: 29px;
}

.c-accordion2_item_title_icon img {
    width: 100%;
    height: 100%;
}

.c-accordion2_item_content {
    margin: 10dvh 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    transition: all 0.5s ease;
    flex-shrink: 0;
    border-right: 1px solid #000;
}

.c-accordion2_item_content.--last {
    border-right: none;
}

.c-accordion2_item_content.active {
    max-height: 100dvh;
    padding: 0 65px;
    width: 735px;
    margin-left: 50px;
    border-left: 1px solid #000;
}

.c-accordion2_item_content.active.border-left {
    border-left: 1px solid #000;
}

.accordion2-content-inner {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.5s ease 0.2s;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.c-accordion2_item_content.active .accordion2-content-inner {
    opacity: 1;
    transform: translateX(0);
}

.accordion2-item_content_hdg {
    margin-bottom: 20px;
    font-size: 30px;
    letter-spacing: .1rem;
}

.accordion2-item_content_time {
    padding-bottom: 35px;
    font-size: 16px;
    letter-spacing: .1rem;
    border-bottom: 1px dashed #000;
}

.accordion2-item_content_time span {
    font-size: 18px;
}

.accordion2-item_content_time_note {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: .1rem;
}

.accordion2-item_content_closed-day {
    padding-bottom: 35px;
    font-size: 16px;
    letter-spacing: .1rem;
    border-bottom: 1px dashed #000;
}

.accordion2-item_content_closed-day span {
    font-size: 18px;
}

.accordion2-item_content_tel {
    font-size: 16px;
    letter-spacing: .1rem;
}

.accordion2-item_content_tel a {
    color: #000;
    text-decoration: none;
}

.accordion2-item_content_tel span {
    font-size: 18px;
}

.accordion2-item_content_access {
    padding-bottom: 35px;
    font-size: 16px;
    letter-spacing: .1rem;
}

.accordion2-item_content_access span {
    font-size: 18px;
}


.accordion2-item_content_access_note {
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: .1rem;
}

.accordion2-item_content_map {
    width: 100%;
    height: 39dvh;
}

.accordion2-item_content_map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.accordion2-item_content_news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.accordion2-item_content_news_item {
    width: calc(50% - 15px);
    height: 100%;
}

.accordion2-item_content_news_item_img {
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
}

.accordion2-item_content_news_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accordion2-item_content_news_item_date {
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: .1rem;
}

.accordion2-item_content_news_item_title {
    font-size: 13px;
    letter-spacing: .1rem;
}

/* info-icon */

.c-info-icon {
    margin-left: 200px;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-info-icon.--in{
    order: 1;
}

.c-info-icon_txt {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}

.c-info-icon_txt a{
    color: #000;
    text-decoration: none;
}

.c-info-icon_txt::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -60px;
    margin: auto 0;
    width: 50px;
    height: 1px;
    background-color: #000;
    transform-origin: right;
    animation: lineExtend 1.5s ease-in-out infinite;
}

.c-info-icon2{
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-info-icon2_txt{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 13px;
    writing-mode:horizontal-tb;
}

.c-info-icon2_txt::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -60px;
    margin: auto 0;
    width: 50px;
    height: 1px;
    background-color: #000;
    transform-origin: right;
    animation: lineExtend 1.5s ease-in-out infinite;
}
/* margin */

.ml-35{
    margin-left: 35px;
}

.ml-85{
    margin-left: 85px;
}

.ml-115{
    margin-left: 115px;
}

.ml-145{
    margin-left: 145px;
}

.ml-185{
    margin-left: 185px;
}

@media screen and (max-width: 768px) {
    /* margin */

    .sp-ml-10{
        margin-left: 10px;
    }

    .ml-35{
        margin-left: 0;
    }

    .ml-85{
        margin-left: 0;
    }

    .ml-115{
        margin-left: 0;
    }

    .ml-145{
        margin-left: 0;
    }

}

/* アニメーション */
@keyframes fadeInChar {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.char-anime {
    display: inline-block;
    opacity: 0;
}

.char-anime.animate {
    animation: fadeInChar 0.5s forwards;
}

@media (max-width: 768px) {

    .loading-logo img {
        height: 30dvh;
    }

    .header-container{
        right: 8dvw;
        opacity: 1; /* 初期状態で表示 */
    }

    .header-title{
        font-size: 18px;
        height: fit-content;
        padding-top: 10vw;
        margin-top: auto;
        margin-bottom: initial;
    }

    .sticky-container{
        right: 8dvw;
    }

    .content{
        padding: 0;
    }

    .txt-section_hdg{
        font-size: 23px;
    }

    .txt-section_hdg h2{
        font-weight: 400;
    }

    .txt-section_txt{
        font-size: 16px;
        line-height: 2.3;
    }

    .c-accordion{
        width: auto !important;
    }

    .c-accordion_item_title_txt{
        font-size: 20px;
    }

    .c-accordion_item_title::after{
        display: none;
        left: 6dvw;
    }

    /* スマホではアコーディオンを常に開いた状態にする */
    .c-accordion_item_content{
        max-height: 100dvh !important;
        width: 100% !important;
        max-width: 90vw !important;
        overflow: visible !important;
        display: flex;
        padding: 8dvh 30px !important;
        height: 100dvh !important;
    }

    .c-accordion2_item_content {
        max-height: 100dvh !important;
        width: 100% !important;
        max-width: 90vw !important;
        overflow: visible !important;
        display: flex;
        align-items: center;
        padding: 0 20px !important;
        height: 100dvh !important;
    }

    .accordion-content-inner{
        opacity: 1 !important;
        transform: translateX(0) !important;
        gap: 0;
    }

    .accordion2-content-inner {
        opacity: 1 !important;
        transform: translateX(0) !important;
    }

    /* アコーディオンタイトルのクリック用スタイルを調整 */
    .c-accordion_item_title{
        pointer-events: none;
        width: auto !important;
        padding: 8dvh 2dvh !important;
        height: 100dvh !important;
    }

    .c-accordion2_item_title {
        pointer-events: none;
        width: auto !important;
        padding: 5dvh 2dvh !important;
        height: 100dvh !important;
    }

    .c-accordion_item_title_icon{
        margin-right: 6px;
    }

    .c-accordion_item_title_number{
        margin-right: 2px;
        margin-bottom: 5px;
        font-weight: 400;
    }

    .accordion-item_content_img{
        margin-bottom: 20px;
        height: auto;
    }

    /* ボーダーの調整 */
    .c-accordion2_item_content.border-left {
        border-left: none !important;
    }
    
    /* スマホ用にアコーディオンアイテムのレイアウトを調整 */
    .c-accordion_item,
    .c-accordion2_item {
        align-items: center !important;
        margin: 0 !important;
    }
    
    /* アコーディオン内の画像サイズを調整 */
    .accordion-item_content_img img,
    .accordion2-item_content_img img {
        max-width: 100%;
        height: auto;
    }
    
    /* マップのサイズを調整 */
    .accordion2-item_content_map {
        height: 250px !important;
    }

    .accordion-item_content_number{
        margin-bottom: 5px;
        font-size: 14px;
    }

    .accordion-item_content_number p{
        line-height: 1.5;
    }

    .accordion-item_content_number.--crown{
        padding-left: 25px;
    }

    .accordion-item_content_number.--crown::before{
        top: 0;
        width: 21px;
        height: 17px;
    }

    .accordion-item_content_number.--lunch::before{
        top: 0;
        height: 21px;
    }

    .accordion-item_content_name{
        margin-bottom: 20px;
        font-size: 16px;
        letter-spacing: 0.1rem;
        font-feature-settings: "palt";
    }

    .accordion-item_content_description{
        margin-bottom: 5px;
        font-size: 13px;
    }

    .accordion-item_content_note{
        margin-bottom: 10px;
        letter-spacing: 0.01rem;
    }
    
    .accordion-item_content_price-reserve p{
        font-size: 23px;
    }

    .accordion-item_content_price-reserve a{
        padding: 3px 15px;
        font-size: 12px;
    }

    .accordion-item_content_price-reserve p span{
        font-size: 12px;
    }

    .accordion2-item_content_hdg{
        margin-bottom: 0;
        font-size: 25px;
    }

    .accordion2-item_content_time{
        font-size: 14px;
    }

    .accordion2-item_content_time span{
        font-size: 16px;
    }

    .accordion2-item_content_time_note{
        font-size: 12px;
    }

    .accordion2-item_content_closed-day{
        font-size: 14px;
    }

    .accordion2-item_content_closed-day span{
        font-size: 16px;
    }

    .accordion2-item_content_access{
        margin-bottom: 0;
        font-size: 13px;
    }

    .accordion2-item_content_access_note{
        font-size: 12px;
    }

    .c-info-icon{
        margin-left: 145px;
    }

    .c-card {
        min-width: 0;  /* または min-width: unset; */
        width: 800px !important;
        margin-left: 40px;
    }

    .c-card__txt-title{
        font-size: 18px;
    }

    .c-card__txt-main{
        font-size: 14px;
        width: 285px;
        letter-spacing: 0.12rem;
    }

    .c-card__txt {
        min-width: fit-content !important;
        width: fit-content !important;
    }

    .c-card__img {
        max-width: fit-content !important;
    }

    .c-card__img img{
        max-width: fit-content !important;
        width: auto !important;
        object-fit: contain !important;
    }

    .c-card2{
        margin-left: 70px;
    }

    .c-card2:last-child{
        margin-left: 0;
    }

    .c-card2__txt-title{
        font-size: 23px;
    }

    .c-card2__txt-main{
        font-size: 14px;
    }

    .sticky-content{
        padding-bottom: 4vh !important;
    }

    #about-section.section{
        padding: 0 0 0 20px;
    }

    #menu-section.section{
        padding: 0 50px 0 100px;
    }
    
    .about-section_hdg{
        margin: 0 0px 0 50px;
        font-size: 26px;
    }

    .about-section_hdg h2{
        font-weight: 400;
    }

    #point-section.section{
        padding: 0 0 0 80px;
    }

    #footer-section{
        padding: 0;
    }

    .footer-content{
        width: 100%;
    }

    .footer-content_logo{
        padding-right: 20px;
        margin-bottom: 30px;
    }

    .footer-content_toplink{
        padding-right: 25px;
        margin-bottom: 25px;
    }

    .footer-content_reserve{
        margin-bottom: 40px;
    }

    .footer-content_sitemenu{
        padding-left: 0;
        margin-bottom: 20px;
        justify-content: center;
        gap: 20px;
    }

    .footer-content_sitemenu a{
        font-size: 12px;
    }
    
    .footer-content_copyright{
        font-size: 11px;
    }

    .slide-menu-close{
        right: 6dvw;
        font-size: 25px;
        margin: 0;
        padding-top: 7dvw;
    }

    .slide-menu-close p{
        margin: 0;
        font-size: 16px;
    }

    .slide-menu-items{
        margin-top: 0;
    }

    .slide-menu-items-logo{
        height: 47dvw;
    }

    .slide-menu-items-logo img{
        width: auto;
    }

    .slide-menu-items-list{
        gap: 45px;
    }

    .slide-menu-items-list li a{
        font-size: 16px;
        line-height: 1;
    }

    #logo-section .c-info-icon{
        display: flex;
        left: 10vw;
        letter-spacing: 0.05rem;
    }

    .c-info-icon_txt{
        font-size: 13px;
    }

    .logo{
        height: 30dvh;
    }

    .loading-progress {
        top: 15px;
        right: 15px;
        font-size: 14px;
    }

    #txt-section{
        padding: 0 50px 0 0 ;
    }
}

/* グローバルなカスタムプロパティも設定 */
:root {
    --top-anker-before-width: 0px;
}

/* フォールバック用のスタイル */
.top-anker::before {
    width: var(--scroll-width, var(--top-anker-before-width, 0px));
}

@keyframes lineExtend {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

/* 横スクロールバー */
.custom-scrollbar-wrapper {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 1000;
    pointer-events: none;
}

.custom-scrollbar {
    width: 400px;
    max-width: 60vw;
    height: 8px;
    z-index: 1000;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    pointer-events: auto;
    min-width: 200px;  /* 最小幅を設定 */
}

.scrollbar-top-link {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    pointer-events: auto;
    white-space: nowrap;
}

.custom-scrollbar:hover {
    opacity: 1;
}

.scrollbar-track {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    min-width: 200px;  /* 最小幅を設定してトラックが0になることを防ぐ */
}

.scrollbar-thumb {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #8F0202;
    border-radius: 4px;
    cursor: grab;
    transition: background-color 0.2s ease;
    min-width: 20px;
}

.scrollbar-thumb:hover {
    background-color: #A00202;
}

.scrollbar-thumb:active {
    cursor: grabbing;
    background-color: #7F0202;
}

@media (max-width: 768px) {
    .custom-scrollbar {
        bottom: 15px;
        width: 70vw !important;  /* より適切な長さに調整 */
        max-width: 70vw !important;
        height: 6px;
    }
    
    .scrollbar-track {
        width: 100% !important;  /* トラックの幅を確実に100%に設定 */
        min-width: 200px;  /* 最小幅を設定して0になることを防ぐ */
    }
    
    .scrollbar-thumb {
        min-width: 15px;
    }
}

/* Page Indicator */
.page-indicator {
    position: fixed;
    top: 5dvh;
    left: 5dvw;
    display: flex;
    align-items: center;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    pointer-events: none;
}

.page-indicator.visible {
    opacity: 1;
    visibility: visible;
}

.page-indicator__line-wrapper {
    position: relative;
    width: 100px;
    height: 1px;
    margin-right: 15px;
}

.page-indicator__line-track {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #797979;
    border-radius: 10px;
}

.page-indicator__line-progress {
    position: absolute;
    top: -1px;
    right: 0;
    width: 0%;
    height: 3px;
    background-color: #8F0202;
    transition: width 0.2s ease-out;
}

.page-indicator__text-wrapper {
    display: flex;
    align-items: center;
    color: #797979;
    font-family: "garamond-premier-pro", serif;
    font-size: 13px;
    letter-spacing: .1rem;
    white-space: nowrap;
}

.page-indicator__text {
    transition: opacity 0.2s ease-in-out;
}

.page-indicator__separator {
    margin: 0 5px;
    color: #797979;
}
