

/* mv */
.mv {
    position: relative;
    height: 100vh;
    min-height: 800px;
}

.mv__slider {

}

.mv__img {
    display: block;
    height: 100vh;
    min-height: 800px;
}

.mv__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.3);
    transition: all 5s linear;
}

.mv__img.slick-current img {
    transform: scale(1);
}

.mv-slider-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    bottom: -2.875rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.mv-slider-dots li {
    border-radius: 50%;
    background-color: initial;
    width: 0.625rem;
    height: 0.625rem;
    border: 1px solid #000;
}

.mv-slider-dots li.slick-active {
    background-color: #000;
}

.mv-slider-dots button {
    display: none;
}

@media screen and (max-width:1024px) {
    .mv {
        max-height: 800px;
    }
    .mv__img {
        max-height: 800px;
    }
    .header {
        max-height: 800px;
    }
}

@media screen and (max-width:768px) {
    .mv {
        height: 400px;
    }
    .mv__img {
        height: 400px;
    }
    .mv-slider-dots {
        right: initial;
        left: 50%;
        transform: translateX(-50%);
    }
}

/*============================
	news
============================*/
.news {
  padding: 6.75rem 0 6rem;
  position: relative;
  background: url(../img/bg-news.jpg) no-repeat center center / cover;
}
.news__btn {
    text-align: center;
}

.CMS-NEWS-INDEX {
  width: 63.3rem;
  height: auto;
  display: flex;
  gap: 1.6rem;
  margin: 2.3rem auto 4.2rem;
  position: relative;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    flex-direction: column;
  }
}


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

.CMS-NEWS-LINK-CONTENT {
  display: block;
  width: 20rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-LINK-CONTENT {
    width: 100%;
  }
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 12.5rem;
  margin-bottom: 1rem;
  object-fit: cover;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 20rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  letter-spacing: 0.05em;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.CMS-NEWS-LINK {
  line-height: 2.5;
  font-size: 16px;
  border-top: 1px solid #000;
  padding-top: 2px;
  margin-top: 16px;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/* policy */
.policy {
    position: relative;
    background: url(../img/bg_policy.jpg) center center / cover no-repeat;
    padding-top: 8.6rem;
    padding-bottom: 9.7rem;
    position: relative;
    z-index: 1;
}

.policy__inner.inner {
    max-width: 1150px;
    display: grid;
    grid-template-columns: 58.2% 1fr;
    gap: 0;
}

.policy__gallery {
    position: relative;
}

.policy__img1 {

}

.policy__img2 {
    display: block;
    width: 56.8%;
    margin-top: -8.625rem;
    margin-right: -4.125rem;
    margin-left: auto;
}
.policy__img3 {
    position: absolute;
    width: 100%;
    bottom: -18.5rem;
    left: -4rem;
    object-fit: cover;
}

.policy__content {
    color: white;
}

.policy__head {
    display: flex;
    flex-direction: row-reverse;
}

.policy__title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    line-height: calc(54/24);
}

.policy__title small {
    display: inline-block;
    color: #c54d00;
    font-size: 0.75rem;
    margin-top: 1em;
}

.policy__title span {
    color: #c54d00;
}

.policy__text {
    font-size: 1em;
    letter-spacing: 0.22em;
    line-height: calc(41/16);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-right: 2.625rem;
}

.policy__btn {
    text-align: right;
    margin-top: 5.225rem;
}

@media screen and (max-width:768px) {
    .policy {
        padding-block: 5rem;
    }
    .policy__inner.inner {
        display: block;
    }
    .policy__img1 {
        display: block;
        width: 80%;
    }
    .policy__img2 {
        width: 60%;
        margin-right: -10px;
    }
    .policy__head {
        justify-content: center;
        margin-top: 8rem;
    }
    .policy::before {
        width: 14.93rem;
        height: 11rem;
        bottom: -7.05rem;
    }
    .policy__img3 {
        position: absolute;
        width: 55%;
        bottom: -6.5rem;
        left: -1rem;
        object-fit: cover;
    }
    .policy__btn {
        text-align: center;
        margin-top: 3.5rem;
    }
    .policy__text {
        line-height: calc(38 / 16);
        margin-right: 0.825rem;
    }
}

/* menu */
.menu {
    background: url(../img/bg_menu.jpg) center top / cover no-repeat;
    padding-top: 8.3rem;
    padding-bottom: 6.7375rem;
    margin-top: -1px;
    position: relative;
    overflow: hidden;
}
.menu-deco-1 {
    position: absolute;
    width: 35.1rem;
    top: 0;
    right: 0;
}
.menu-deco-2 {
    position: absolute;
    width: 45.3rem;
    top: 0;
    left: 0;
}
.menu-deco-3 {
    position: absolute;
    width: 45.3rem;
    bottom: 0;
    right: 0;
}
.menu-deco-4 {
    position: absolute;
    width: 19.1rem;
    top: -8rem;
    left: -5rem;
}
.menu-deco-5 {
    position: absolute;
    width: 19.1rem;
    top: -8rem;
    right: -3rem;
}


.menu__inner {
    padding: 0px 75px;  
}

.menu__title {
    text-align: center;
}

.menu__units {
    margin-top: 6.9rem;
}

.menu__unit {
    position: relative;
}

.menu__unit + .menu__unit {
    margin-top: 10.275rem;
}

.menu__img {
    position: relative;
    display: block;
    width: 45rem;
}

.menu__img--food {
    margin-left: auto;
}


.menu__img--drink {
   
}

.menu__content {
    position: absolute;
    top: 1.1rem;
}

.menu__content--right {
    right: 0;
}

.menu__content--left {
    left: 0;
}

.menu__content--left .menu__head {
    justify-content: flex-end;
}

.menu__head {
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
}

.menu__content-title {
    color: #FFF;
    line-height: calc(44/24);
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin-right: 1rem;
    font-weight: 700;
}


.menu__content-subtitle {
    color: white;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size:2.0625rem;
    letter-spacing: 0.21em;
    line-height: calc(70/33);
    transform: translateY(2rem);
}

.menu__text {
    width: 30.125rem;
    margin-top: 3rem;
    background: url(../img/bg-menu-txt.jpg) center center / cover no-repeat;
    padding: 0.65rem;
    min-height: 14.6875rem;
}

.menu__text p {
    font-size: 1rem;
    letter-spacing: 0.11em;
    line-height: calc(36/16);
    font-feature-settings: "palt";
    border: 1px solid #000;
    padding: 2.3rem 2.2rem;
}

.menu__btn {
    text-align: center;
    margin-top: 11.625rem;
}
.menu__units li:nth-child(2) h3 {
    margin-left: 3.5rem;
    margin-right: 0;
}
@media screen and (max-width:1000px) {
    .menu__img {
        width: 35rem;
    }
    .menu__unit + .menu__unit {
        margin-top: 16.275rem;
    }
}
@media screen and (max-width:768px) {
    .menu {
        padding-block: 5rem;
    }
    .menu__units {
        margin-top: 7rem;
    }
    .menu__unit {
        display: flex;
        flex-direction: column;
    }
    .menu__content {
        position: relative;
        order: -1;
    }
    .menu__head {
        justify-content: center;
    }
    .menu__content--left .menu__head {
        justify-content: center;
    }
    .menu__content-subtitle {
        font-size: 1.75rem;
        white-space: nowrap;
    }
    .menu__text {
        width: 100%;
        padding: 1rem 0.625rem;
        margin-top: 3.5rem;
        min-height: unset;
    }
    .menu__text p {
        font-size: 0.85rem;
        text-align: justify;
    }
    .menu__img {
        width: 100%;
        margin-top: 3rem;
    }
    .menu__btn {
        margin-top: 3rem;
    }
    .menu-deco-2 {
        width: 46vw;
    }
    .menu-deco-1 {
        width: 40vw;
    }
    .menu-deco-3 {
        width: 46vw;
    }
    .menu__content-title,
    .menu__units li:nth-child(2) h3 {
        margin: 0;
    }
    .menu__inner {
        padding: 0 1.25rem;
    }
    .menu__unit + .menu__unit {
    margin-top: 8.275rem;
}
}

/* gallery */
.top-gallery {
    padding-top: 4.875rem;
    padding-bottom: 7.315rem;
    overflow: hidden;
    background: url(../img/bg_gallery.jpg) center center / cover no-repeat;
}

.gallery__inner.inner {

}

.gallery__title {
    text-align: center;
}

.gallery__slider {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 4.0625rem;
}

.gallery__slider picture {
    display: block;
    margin: 0.3125rem;
}

.gallery__slider picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 280/200;
}

.gallery__btn {
    text-align: center;
    margin-top: 6rem;
}

@media screen and (max-width:768px) {
    .gallery {
        padding-block: 5rem;
    }
}

/* instagram */
.instagram {
    background: url(../img/bg_instagram.jpg) center center / cover no-repeat;
    padding-top: 5.25rem;
    padding-bottom: 9.5rem;
}

.instagram__inner.inner {

}

.CMS-INSTAGRAM-LIST {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    max-width: 54.375rem;
    gap: 1rem;
    margin-inline: auto;
    margin-top: 4.625rem;
}
.CMS-INSTAGRAM-LIST a:nth-child(n+7) {
    display: none;
}
@media screen and (max-width:768px) {
    .instagram {
        padding-block: 5rem;
    }
}

/* access */
.access {
    background: url(../img/bg_access.jpg) center top / cover no-repeat;
    padding-top: 6.69rem;
    padding-bottom: 7.35rem;
    overflow: hidden;
}

.access__inner {
    max-width: 1270px;
    margin: 0 auto 0 0;
    padding: 0 25px 0 0;
}

.access__title {
    text-align: center;
}

.access__wrap {
    display: grid;
    gap: 5.375rem;
    grid-template-columns: 51.45% 1fr;
    margin-top: 4.375rem;
}

.access__info dl {
    display: grid;
    align-items: center;
    grid-template-columns: 5.75rem 1fr;
    border-bottom: 1px solid black;
    padding-left: 1rem;
    padding-block: 1.5rem;
}

.access__info dt {
    letter-spacing: 0.05em;
    font-weight: bold;
}

.access__info dd {
    letter-spacing: 0em;
    font-feature-settings: "palt";
    line-height: calc(20/16);
}

.access__btn {
    text-align: center;
    margin-top: 4.75rem;
}

.access__map {
    width: 100vw;
    position: relative;
    padding-top: 26.4%;
    margin-left: calc(50% - 50vw);
}

.access__map iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width:768px) {
    .access {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .access__wrap {
        display: block;
    }

    .access__map {
        width: 100%;
        padding-top: 92%;
        margin: 0;
        margin-top: 0rem;
    }

    .access__info dt {
        font-size: 0.925rem;
    }

    .access__info dd {
        font-size: 0.925rem;
    }
}

.CMS-NOT-EDITABLE-AREA {
    height: 100%;
}