@charset "UTF-8";
:root {
  --color-bg: #E7E0DA;
  --color-sec:#333;
  --color-txt:#000;
  --color-gold:#E8C07F;
  --font-noto:"Noto Sans JP", sans-serif;
}

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

html {
    width: 100%;
    min-height: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    min-height: 100%;
    height: 100%;
    font-family: "Shippori Mincho", serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    color: var(--color-txt);
    background-color: var(--color-bg);
}

@media(max-width: 767px) {
    body {
        font-size: 1.4rem
    }
}

a {
    color: inherit;
    text-decoration: none
}


@media(min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none
    }
}

.l-inner {
    margin: 0 auto;
    width: calc(100% * 1272 /1400);
    max-width: 1272px
}

.l-inner.--sm {
    max-width: 652px;
}

.l-wrap-md {
    margin: 0 auto;
    width: calc(100% * 1054 / 1400);
    min-width: 600px
}

.l-wrap-sm {
    margin: 0 auto;
}

.pc-only {
    display: block
}

.sp-only {
    display: none
}

@media(max-width: 767px) {
    .pc-only {
        display: none
    }

    .sp-only {
        display: block
    }
}

.u-en {
    font-family: "Cormorant Garamond", "Shippori Mincho", serif
}

.u-min {
    font-family: "Shippori Mincho", serif
}

.u-tal {
    text-align: left
}

.u-tac {
    text-align: center
}

.u-tar {
    text-align: right
}
.c-title01 {
    position: relative;
    font-size: 7.4rem;
    font-weight: 400;
    line-height: 1.1;
}

.c-title02 {
    position: relative;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.05em;
    font-size: min(3.357vw, 4.7rem);
}

.c-title02 span {
    position: relative;
    display: inline-block;
    background-color: var(--color-bg);
    z-index: 1;
    padding-right: 1.1em;
}

.c-title02::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: .2em;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.c-title-sm {
    display: block;
    font-size: clamp(1.4rem, 1.326rem + 0.195vw, 1.6rem);
    line-height: 2;
    margin-top: 1em;
}

.c-title03 {
    font-size:4.0rem;
    font-weight: 400;

}

@media (max-width:767px) {
    .c-title02,
    .c-title03 {
    font-size: 2.8rem;
}
}

.l-header {
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 100;
}

.l-header .l-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 100%
}

.p-gnav__link:hover {
    opacity: 0.6;
}

.p-header__logo-wrap .p-logo {
    position: relative; /* 子要素のaタグを重ねる基準 */
    z-index: 999;
    mix-blend-mode: difference;
    transition: opacity .6s ease;
}

.p-header__logo-wrap.is-hide .p-logo {
   opacity: 0;
}

.p-header__title {
    position: fixed;
    left: calc(100% * 56 / 1400);
    transition: opacity .6s ease-in-out;
}

.p-header__title.is-large {
    top: 40px;
    width: calc(100% * 182 / 1400);
    opacity: 1;
    pointer-events: auto;
}

.p-header__title.is-small {
    top: 16px;
    width: calc(100% * 125 / 1400);
    opacity: 0;
    pointer-events: none;
}

.is-switched .p-header__title.is-large {
    opacity: 0;
    pointer-events: none;
}

.is-switched .p-header__title.is-small {
    opacity: 1;
    pointer-events: auto;
}

.p-logo {
    margin-right: 30px;
    flex-shrink: 0;
    width: 100%;
    height: auto;
}

.p-logo a {
    display: block;
}

.p-header-reserve__link {
    width: 306px;
    height: 96px;
    background-color: var(--color-gold);
    color: #000;
    font-size: 1.8rem;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s all ease-in-out;
}
.p-header-reserve__link:hover {
    background-color: #333;
    color: #fff;
}
.p-header-reserve__link span {
    position: relative;
    padding-left: 1.8em;
}
.p-header-reserve__link span::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    background: url(../img/ico-mail-b.svg) no-repeat center/contain;
    opacity: 1;
    transition: .3s all ease-in-out
}
.p-header-reserve__link:hover span::before {
    background: url(../img/ico-mail.svg) no-repeat center/contain;
}

@media  screen and (max-width:767px) {
    .p-header-reserve {
        position: fixed;
        right: 0;
        top: 72px;
        }
    .p-header-reserve__link {
        font-size: 1.3rem;
        
        flex-direction: column;
        
        width: 48px;
        height: 160px;
        writing-mode: vertical-rl;
        letter-spacing: 0.05em;
        }
        .p-header-reserve__link span {
            padding-left: 0;
            padding-top: 16px;
        }
    .p-header-reserve__link span::before {
        width: 18px;
        left: 59%;
        top: -10px;
        transform: translateX(-50%);
        }
        .p-header__title.is-large {
        top: 20px;
        width: 28%;
    }
            .p-header__title.is-small {
        top: 20px;
        width: 15%;
    }
}

/****************** 
　ハンバーガーメニュー 
*******************/
.p-header__nav.-sp {
    display: none
}

@media(max-width: 767px) {
    .p-header__nav.-sp {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }

    .p-header__nav.-sp .p-logo {
        position: absolute;
        top: 10px;
        left: calc(100% * 56 /1400);
        width: 30%;
    }

    .p-header__nav.-sp .p-gnav {
        margin-top: 140px;
        display: block;
        width: 100%;
        padding: 0 2em
    }

    .p-header__nav.-sp .p-gnav__item {
        width: 100%;
        border-bottom: 1px solid #b1b1b1;
    }

    .p-header__nav.-sp .p-gnav__item:first-child {
        border-top: 1px solid #b1b1b1;
    }

    .p-header__nav.-sp .p-gnav__link {
        position: relative;
        display: block;
        color: #000;
        text-align: center;
        padding: .75em 1em;
        text-align: left;
        font-size: 1.8rem;
    }

    .p-header__nav.-sp .p-gnav__link::before {
        content: "";
        position: absolute;
        right: 1em;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: .55em;
        height: .55em;
        background: url(../img/arrow_b.svg) no-repeat center/contain;
    }

    .p-header__nav.-sp .p-gnav__link:focus,
    .p-header__nav.-sp .p-gnav__link:active {
        opacity: .6
    }
    .nav-reserve-wrap {
        width: 100%;
        padding: 32px 2em 0;
    }
    .nav-reserve-link {
        display: inline-block;
        padding: 1em;
        font-size: 1.8rem;
        background-color: var(--color-gold);
        width: 100%;
        transition: .3s all ease-in-out;
    }
     .nav-reserve-link::before {
        content: "";
        display: inline-block;
        width: 20px;
        aspect-ratio: 1 / 1;
        background: url(../img/ico-mail-b.svg) no-repeat center / 100%;
        vertical-align: sub;
        transition: .3s all ease-in-out;
    }
    .nav-reserve-link:hover {
        color: #fff;
        background-color: #333;
    }
    .nav-reserve-link:hover::before {
        background: url(../img/ico-mail.svg) no-repeat center / 100%;
    }
}

    

@media(max-width: 767px) {
    .l-header {
        position: fixed;
        top: 0%;
        left: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0px;
        -webkit-backface-visibility: hidden;
    }

    .p-header__nav.-sp {
        position: fixed;
        top: 0;
        right: 0;
        color: #000;
        background-color: var(--color-bg);
        text-align: center;
        width: 100%;
        height: 100vh;
        transition: .3s ease-out 0s;
        transition-property: opacity, visibility;
        z-index: 100;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        opacity: 0;
        visibility: hidden
    }

    .p-header__nav.-sp.is-active {
        opacity: 1;
        visibility: visible
    }
}

.p-hamburger {
    display: none
}

@media(max-width: 767px) {
    .p-hamburger {
        position: fixed;
        content: "";
        top: 10px;
        right: 16px;
        bottom: 0;
        left: auto;
        display: block;
        z-index: 101;
        outline: 0;
        border: 0;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0);
        width: 40px;
        height: 40px;
        transition: background-color .3s cubic-bezier(0.23, 1, 0.58, 1)
    }

    .p-hamburger__line {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: background .2s cubic-bezier(0.23, 1, 0.58, 1);
        margin: auto;
        border-radius: 0;
        background-color: #fff;
        width: 80%;
        height: 1px
    }

    .p-hamburger__line:after,
    .p-hamburger__line:before {
        display: block;
        position: absolute;
        content: "";
        transition: transform .2s cubic-bezier(0.23, 1, 0.58, 1), top .2s cubic-bezier(0.23, 1, 0.58, 1) .2s;
        border-radius: inherit;
        background-color: inherit;
        width: 100%;
        height: 100%
    }

    .p-hamburger__line:before {
        top: -9px
    }

    .p-hamburger__line:after {
        top: 9px
    }

    .is-active .p-hamburger__line {
        background-color: rgba(0, 0, 0, 0)
    }

    .is-active .p-hamburger__line:after,
    .is-active .p-hamburger__line:before {
        top: 0;
        background-color: #333;
        transition: transform .2s cubic-bezier(0.23, 1, 0.58, 1) .2s, top .2s cubic-bezier(0.23, 1, 0.58, 1)
    }

    .is-active .p-hamburger__line:before {
        transform: rotate(-45deg)
    }

    .is-active .p-hamburger__line:after {
        transform: rotate(45deg)
    }
}

    .p-hamburger {
        z-index: 101 !important; 
        mix-blend-mode: difference !important;
        isolation: auto !important;
    }
    .p-hamburger__line,
    .p-hamburger__line::before,
    .p-hamburger__line::after {
        background-color: #fff !important; 
        mix-blend-mode: difference !important;
    }
    .is-active .p-hamburger__line {
        background-color: transparent !important;}

    .is-active .p-hamburger__line::before,
    .is-active .p-hamburger__line::after {
        background-color: #fff !important; 
    }


/****************** 
        loading 
*******************/
#loading {
    /* transition: all 1.5s ease-in-out; */
    background-color: #000;
    position: fixed;
    z-index: 9999;
    inset: 0;
    display: grid;
    place-items: center;
    transition: opacity 1.3s ease-in-out, visibility 1.3s linear;
}
.load-logo {
    width: 200px;
    opacity: 0;
    filter: blur(6px);
    /* 1.5秒かけて「出て→消える」アニメーションを実行 */
    animation: loadSequence 2s ease-in-out forwards;
}

@keyframes loadSequence {
    0% {
        opacity: 0;
        filter: blur(6px);
    }
    30% { /* 0.45秒地点で表示完了 */
        opacity: 1;
        filter: blur(0);
    }
    70% { /* 1.2秒地点まで表示を維持 */
        opacity: 1;
        filter: blur(0);
    }
    100% { /* 1.5秒地点で消える（背景が消え始める前） */
        opacity: 0;
        filter: blur(4px);
    }
}

/* 背景の設定（ロゴが消えた後に動き出すように調整） */
#loading.loaded {
    opacity: 0;
    visibility: hidden;
    /* ロゴが1.5sで消えるので、1.5s以降に背景が消え始めるように設定 */
    transition: opacity 1.3s ease-in-out, visibility 1.3s linear;
    transition-delay: 0.9s, 2s; 
}

/****************** 
        mv 
*******************/

.p-mv {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100svh;
}


.p-mv__title {
    position: absolute;
    top: 19%;
    right: 7.5714%;
    display: flex;
    flex-direction: column;
    writing-mode: vertical-rl;
    color: #fff;
    font-size:3.8rem;
    font-weight: 600;
    letter-spacing: .15em;
    line-height: 2.1;
}

.mv-swiper .swiper-slide {
    height: 100svh;
    width: 100vw;
}

.mv-swiper .swiper-img img {
    height: 100svh;
    object-fit: cover;
    object-position: center;
}

.mv-content__wrap {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 2;

}

/* circle pagination */
.swiper-pagination.swiper-pagination {
  display: flex !important;
  align-items: center;
  justify-content: center !important;
  width: auto !important;
  bottom: 5.5% !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.circle-pagination {
  position: relative;
  display: block;
  margin: 0 4px !important;
  width: 20px;
  height: 20px;
  z-index: 1;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  display: inline-block;
  outline: none;
}
@media (max-width: 767px) {
.circle-pagination {
    width: 18px;
    height: 18px;
  }
}
.circle-pagination::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: opacity ease-in-out 0.3s;
}
@media (max-width: 767px) {
.circle-pagination::before {
    width: 4px;
    height: 4px;
  }
}
.circle-pagination__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.circle-pagination svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.circle-pagination circle {
  fill: transparent;
  stroke: #fff;
  stroke-width: 2;
  -webkit-animation: circle 5.8s linear forwards;
          animation: circle 5.8s linear forwards;
  width: 100%;
  height: 100%;
}
.circle-pagination.swiper-pagination-bullet-active::before {
  display: none;
}
.circle-pagination:not(.swiper-pagination-bullet-active) svg {
  display: none;
}

@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 69;
  }
  99.9%, to {
    stroke-dasharray: 69 69;
  }
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 69;
  }
  99.9%, to {
    stroke-dasharray: 69 69;
  }
}
@media(max-width: 767px) {
    .p-mv {
        height: 100svh;
    }
    .p-mv__title {
        font-size: 2.2rem;
        top: auto;
        bottom: 3%;
        right: 50%;
        transform: translateX(50%);
    }
    .mv-swiper  .swiper-slide:nth-child(1) .swiper-img img {
    object-position: center left ;
}
}

/****************** 
        about 
*******************/

.sec-about {
    position: relative;
    padding: 170px 0 0;
}

/* .sec-about::before {
    content: "";
    position: absolute;
    left: 4.5714%;
    top: 155px;
    height: calc(100% - 155px);
    width: 1px;
    background-color: #000;
    display: block;
    z-index: 0
} */

.l-inner.--about {
    position: relative;
    width: 100%;
    padding: 0;
    max-width: 100%;
}
.about-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 165px;
}
.a-wrap-l {
    position: relative;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    gap: 63px;
    width: 49.195%;
}
.about-img {
    aspect-ratio: 688 / 642;
    background: url(../img/about01.webp) no-repeat center/cover;
}
.about-ttl {
    /* position: absolute;
    top: 62px;
    left: 0; */
    padding-left: calc(100% * 226 / 688);
}

.a-wrap-r {
    width: 37.642%;
    padding-right: calc(100% * 64 / 1400);
    padding-bottom: 84px;
}

.about-title {
    writing-mode: vertical-rl;
    font-size:min(2.2285vw, 3.2rem);
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.1em;
    margin: 0 auto;
    padding: 0 26px 84px 0;
}

@media (max-width:767px) {
    .sec-about {
    position: relative;
    padding: 0;
}

.sec-about::before {
    display: none;
}

.l-inner.--about {
    position: relative;
    width: 100%;
    padding: 0;
    max-width: 100%;
}
.about-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    gap: 0;
    margin-bottom: 120px;
}
.a-wrap-l {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    padding-top: 154px;
}
.about-img {
    width: 100%;
}
.about-ttl {
    padding-left: calc(100% * 64 / 1400);
}

.a-wrap-r {
    width: calc(100% * 1272 / 1400);
    margin: 0 auto;
    padding-right:0;
    padding-bottom: 0;
}

.about-title {
    font-size:2.2rem;
    padding: 56px 0;
}
}

/****************** 
        slide 
*******************/

.section-slider{
position: relative;
z-index: 1;
}
.slide-pin{
width: 100%;
aspect-ratio: 127 / 62;
position: relative;
overflow: hidden;
}
/* Swiper枠を箱いっぱいに */
.slide__outer,
.slide__swiper{
width: 100%;
height: 100%;
}


/* 横並びトラック */
.section-slider .swiper-wrapper{
display: flex;
height: 100%;
will-change: transform;
}


/* 1枚=100%幅 */
.section-slider .swiper-slide{
flex: 0 0 100%;
height: 100%;
}


/* 画像を比率内でカバー */
.section-slider .swiper-slide img{
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}
/* .section-slider .slide__outer{
display: flex;
align-items: center;
} */
/* .slide__outer {
    width: 100%;
    margin: 0 auto;
} */

.slide__text {
    margin-top: min(5%, 32px);
    font-size: 16px;
    line-height: 2.07
}
/* .swiper-pagination {
    position: relative;
    display: block;
    margin: 56px 0;
} */

/* .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  margin: 0 12px;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active{
    transform: scale(1.5);
    background-color: #000;
}

.swiper-button-next, .swiper-button-prev{
    background-color: #333;
    width: 51px;
    height: 51px;
    border: 1px solid #fff;
}

.swiper-button-prev{
    left:2em;
}

.swiper-button-next{
    right:2em;
}
.swiper-button-prev::after,
.swiper-button-next::after{
    content: "";
    width: 9px;
    aspect-ratio: 1 /2;
    background: url(../img/arrow.svg) no-repeat center/contain;
    left:2em;
}
.swiper-button-next::after{
    transform: rotate(180deg);
} */

.slider-desc {
    width: calc(100% * 624 / 1400);
    margin: 40px auto 56px;
}

/****************** 
        menu
*******************/
.menu-img {
    width: 100vw;
}
.menulist-wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin: 0 auto;
    max-width: 481px;
    padding: 64px 0;
}
.menu-table {
    border-collapse: collapse;
    width: 100%;
}
.menu-table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.19);
    vertical-align: middle;
}
.menu-table th,
.menu-table td {
    padding: 16px 0;
}

.menu-ttl {
    font-size: 2.6rem;
    letter-spacing: 0.2em;
    margin-bottom: 22px;
    font-weight: 500;
}
.menu-name {
    font-size: 2.6rem;
    letter-spacing: 0.5em;
    line-height: 2;
}
.menu-list_nigiri .menu-name {
    letter-spacing: 0;
}
.hachikan {
    display: inline-block;
    margin-left: .35em;
}

.cource-ruby {
    display: inline-block;
    margin-left: 28px;
    font-size: 1.5rem;
    line-height: 200%;
    letter-spacing: 0;
}
.cource-txt {
    display: block;
    font-size: 1.5rem;
    font-family: var(--font-noto);
    font-weight: 400;
    letter-spacing: 0;
}
.price {
    text-align: right;
    font-size: 2.2rem;
}
.en {
    font-size: 1.6rem;
}
.menu-txt_wrap {
    font-size: 2.0rem;
    letter-spacing: 0.1em;
    line-height: 2.2;
}
.btn-reserve__link {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    width: 770px;
    color: var(--color-txt);
    background-color: var(--color-gold);
    font-size: 2.2rem;
    transition: .3s all ease-in-out;
}
.btn-reserve__link:hover {
    color: #fff;
    background: #333;
 }


.btn-reserve__link span {
    position: relative;
    padding-left: 2em;
}

.btn-reserve__link span::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    background: url(../img/ico-mail-b.svg) no-repeat center/contain;
    opacity: 1;
    transition: .3s all ease-in-out
}
.btn-reserve__link:hover span::before {
    background: url(../img/ico-mail.svg) no-repeat center/contain;
}

@media(max-width: 767px) {
    /* .swiper-pagination {
    margin: 32px 0;
} */
    /* .slider-desc {
    width: 70%;
    margin: 0 auto 56px;
} */
    .btn-reserve__link {
        width: 92%;
        max-width: 437px;
        height:100px;
    }
    .btn-reserve__wrap {
        padding-bottom: 0;
    }
    /* .swiper-button-next, .swiper-button-prev{
    width: 28px;
    height: 28px;
}
.swiper-button-prev{
    left:1em;
}
.swiper-button-next{
    right:1em;
} */
 .menulist-wrap {
    width: 100%;
    padding: 64px 20px;
 }
 .menu-table th,
.menu-table td {
    display: block;
    padding: 0;
    width: 100%;
}
 .menu-table th {
    padding-top: 12px;
 }
  .menu-table td {
    padding-bottom: 12px;
 }
.menu-txt_wrap {
    font-size: 1.8rem;
}
}


/*****************
        固定背景
*******************/

.spacer {
    position: relative;
    height: 0;
    padding-top: 50%;
    overflow: hidden;
    margin-top: 112px;
    z-index: 1;
}

@media(max-width: 767px) {
    .spacer {
        padding-top: 100%
    }
}

.bg-spacer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    z-index: -1
}

.youtube-bgarea {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
 
.youtube-bgarea iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}

@media (max-width: 767px) {
  .youtube-bgarea.pc-only {
    display: none !important;
  }
  .spacer {
    height: auto !important; 
    padding-top: 100% !important;
    position: relative;
    overflow: hidden;
  }

  .bg-spacer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: none !important; 
  }

  .video-sp {
    position: absolute !important; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block !important;
    z-index: 1;
  }

  .video-sp iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1); 
    width: 100%;
    height: 100%;
    object-fit: cover; 
    min-width: 100%;
    min-height: 100%;
  }
}

/*****************
    concept
*******************/

.sec-concept {
    padding-top: 112px;
}
.sec-concept .c-title01 {
    font-size: 5.4rem;
    line-height: 1.6;
}

@media(max-width: 767px) {
    .sec-communication {
        padding-top: 80px;
    }
    .sec-concept .c-title01 {
    font-size: 4.6rem;
    line-height: 1.6;
}
}

.concept-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media(max-width: 1024px) {

}

.concept-left {
    width: 33%;
    padding-left: 3%;
}

.concept-text {
    margin-top: 80px;
    line-height: 2.2;
    font-size: 2.0rem;
}

.concept-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: calc(100% * 784 / 1272);
}

@media(max-width: 1024px) {
    .concept-wrap {
        flex-direction: column;
    }
    .concept-left {
        width: 100%;
        padding-left: 0;
    }
    .concept-text {
    margin-top: 64px;
    font-size: 1.8rem;
    }
    .concept-grid {
        margin-top: 56px;
        width: 100%;
    }
}

.concept-grid__item {
    position: relative;
    overflow: hidden
}



/*****************
    floormap
*******************/


.sec-floormap {
    padding-top: 138px;
}

.floor-map {
    width: 79.874%;
    margin: 0 auto;
    padding: 116px 0 110px;
}

.floor-txt {
    margin-bottom: 150px;
}

@media(max-width: 767px) {
    .sec-floormap {
        padding: 80px 0 0;
    }
    .floor-map {
        width: 100%;
        padding: 56px 0;
    }
    .floor-txt {
        margin-bottom: 0;
    }
}

/*****************
    gallery
*******************/

.sec-gallery {
    padding-bottom:150px;
}

@media(max-width: 767px) {
    .sec-gallery {
        padding: 80px 0;
    }
}

.gallery-wrap {
    margin-top: 100px;
}

.gallery-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 58px
}

@media(max-width: 960px) {
    .gallery-list {
        gap: 20px
    }
}

@media(max-width: 767px) {
    .gallery-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }
}

.gallery-list li {
    position: relative;
    width: 100%;
    padding-top: 100%
}

.gallery-list a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    top: 0;
    left: 0
}

.gallery-list a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .3s ease-in-out;
    transition-property: opacty, filter, transform
}

.gallery-list a:hover img {
    opacity: .5;
    filter: blur(4px);
    transform: scale(1.02)
}

.instagram__button {
    margin-top: 50px;
}

.instagram__link {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 302px;
    height: 80px;
    color: #000;
    border: 1px solid #000;
    transition: .3s all ease-in-out;
}

.instagram__link span {
    position: relative;
    padding-left: 2.5em;
    transition: .3s all ease-in-out
}

.instagram__link span::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    background: url(../img/ico-insta.svg) no-repeat center/contain;
    opacity: 1;
    transition: .3s all ease-in-out
}
.instagram__link:hover {
    color: #fff;
    background: #000
}

.instagram__link:hover span::before {
    background: url(../img/ico-insta-w.svg) no-repeat center/contain;
}

@media(max-width: 767px) {
    .instagram__link {
        width: 100%
    }
}

@media (max-width: 767px) {
    /* 1. フィードの各アイテムの横幅を100%にする */
    #sb_instagram .sbi_item {
        width: 100% !important;
        float: none !important;
    }

    /* 2. 3:4の比率を維持するためのコンテナ設定 */
    #sb_instagram .sbi_photo_wrap {
        position: relative !important;
        width: 100% !important;
        height: 0 !important;
        /* 高さを横幅の133.33%（3:4の比率）に固定 */
        padding-bottom: 133.33% !important; 
        overflow: hidden !important;
    }

    /* 3. 画像をコンテナ全体に表示（PCと同じ表示形式） */
    #sb_instagram .sbi_photo {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        /* PC版と同じ「枠に収める」表示形式にする */
        background-size: cover !important; 
        background-position: center !important;
    }
    .l-wrap-md {
        width: 100%;
        min-width: 300px;
    }
}

/*****************
    information
*******************/
.sec-info {
    padding: 92px 0 135px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.info-wrap {
    margin-top: 56px;
}

.info-wrap tr:last-child {
    padding-bottom: 0;
}

.info-wrap th {
    padding: 8px 0;
    text-align: left;
    font-weight: 500;
    width: 220px
}

.info-wrap td {
    padding: 8px 0
}
.tel {
    font-size: 2.3rem;
    line-height: 1.4;
}
.tel::before {
    content: "";
    display: inline-block;
    transform: translateY(0.1em);
    margin-right: 6px;
    width: 24px;
    aspect-ratio: 1 /1;
    background: url(../img/ico_tel.svg) center center / 100%;
}
.btn-reserve__wrap.--info {
    margin-top: 112px;
}
.--info .btn-reserve__link {
        width: 600px;
    height: 140px;
}
.contact {
    margin-top: 40px;
    display: flex;
    gap: 16px;
    justify-content: center;
}
@media(max-width: 767px) {
    .sec-info {
        padding: 40px 0 80px;
    }
    .info-wrap {
    margin-top: 40px;
}
    .info-wrap th {
        display: block;
        padding: .75em 0 0;
        width: 100%
    }
    .info-wrap td {
        display: block;
        padding: 0 0 .75em;
        width: 100%
    }
    .btn-reserve__wrap.--info {
    margin-top: 56px;
    }
    .--info .btn-reserve__link {
        width: 100%;
        height: 100px;
        max-width: 100%;
    }
    .contact {
        margin-top: 24px;
        flex-direction: column;
        gap: 8px;
    }
}

/*****************
    information
*******************/
.l-footer {
    padding: 80px 0 40px
}
.l-inner.--footer {
    max-width: 100%;
}

.footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding:0 calc(100% * 238 / 1400) 0 calc(100% * 225 / 1400)
}

.footer-nav {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
}

.footer-nav__item:not(:first-child) {
    margin-top: 56px
}

.footer-nav__link {
    transition: .3s color ease-in-out
}

@media(hover: hover) {
    .footer-nav__link:hover {
        color: #707070
    }
}

@media(hover: none) {
    .footer-nav__link:active:hover {
        color: #707070
    }
}

.footer-logo {
    width: 22.496%;
}

.p-footer__copy {
    margin-top: 161px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
}

@media(max-width: 767px) {
    .footer-nav {
        font-size: 16px
    }
    .footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding:0;
    }
    .l-footer {
    padding: 80px 0 16px
    }
    .footer-nav__item:not(:first-child) {
    margin-top: 35px;
    }
    .footer-logo {
        width: 140px;
        padding-left: 28px;
        height: auto;
    }
    .p-footer__copy {
    font-size: 1.0rem;
}
}

/*****************
    reservation
*******************/
.reservation {
    padding: 80px 0;
    border-bottom: 1px solid #000;
}

.calender_wrap{
    margin: 0 auto;
    width: 80%;
    max-width: 980px;
}

@media screen and (max-width:767px) {
    .reservation {
    padding: 40px 0 80px;
}
    .calender_wrap{
    margin: 40px auto;
    width: 100%;
    max-width: 980px;
}
}

/*****************
    animation
*******************/

.js-animation[data-type=fadeIn] {
    visibility: hidden;
    opacity: 0;
    transition: .9s ease-out;
    transition-property: opacity, visibility
}

.js-animation[data-type=fadeIn].is-show {
    visibility: visible;
    opacity: 1
}

.js-animation[data-type=fadeInLeft] {
    transform: translate(-30px, 0);
    opacity: 0;
    transition: .9s ease-out;
    transition-property: opacity, transform
}

.js-animation[data-type=fadeInLeft].is-show {
    transform: translate(0, 0);
    opacity: 1
}

.js-animation[data-type=fadeInUp] {
    transform: translate(0, 30px);
    opacity: 0;
    transition: .9s ease-out;
    transition-property: opacity, transform
}

.js-animation[data-type=fadeInUp].is-show {
    transform: translate(0, 0);
    opacity: 1
}

/* spでのfixbutton */
#js-header-reserve {
    z-index: 100;
    transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s;
}

@media screen and (max-width: 767px) {
    #js-header-reserve {
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px); 
        position: fixed; 
    }

    #js-header-reserve.is-visible {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media screen and (min-width: 768px) {
    #js-header-reserve {
        opacity: 1;
        visibility: visible;
        transform: none;
    }
}
/* Difyボタンの初期状態（スマホのみ） */
@media screen and (max-width: 767px) {
    #dify-chatbot-bubble-button {
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(20px) !important;
        transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s !important;
    }

    /* 表示状態 */
    #dify-chatbot-bubble-button.is-visible {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }
}