

/* mv */
.mv {
    position: relative;
    height: 100vh;
    height: min(61.4rem,900px);
    width: calc(100vw - 21.375rem);
    margin-left: auto;
    z-index: 1;
}

.mv__slider {

}

.mv__img {
    display: block;
    height: 100vh;
    height: min(61.4rem,900px);
}

.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;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    left: -2rem;
    bottom: 0.5rem;
}

.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;
        width: 100%;
        margin-left: initial;
    }
    .mv__img {
        height: 400px;
    }
    .mv-slider-dots {
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        bottom: -2rem;
        flex-direction: initial;
    }
}

/* news */
.news {
    background: url(../img/bg_body.jpg) top left / 100% auto;
    padding-top: 9.05rem;
    padding-bottom: 8.225rem;
    position: relative;
}

.news__inner.inner {
    max-width: 1062px;
    position: relative;
    z-index: 2;
}

.news__wrap {
    display: grid;
    gap: 3.6rem;
    grid-template-columns: 1fr;
    align-items: center;

}

.news__title {
    height: 100%;
}   
.news .title img {
    width: 14.45rem;
    display: block;
    margin: 0 auto;
}

.news .CMS-NEWS-INDEX {
    width: 100%;
    margin: 0;
    padding: 0;
}

.news .CMS-NEWS-ITEM {
    width: 31.621%;
    margin: 0;
}

.news .CMS-NEWS-ITEM a {
    display: grid;
    width: 100%;
    align-items: center;
    padding: 0;
    padding-block: initial;
    font-size: 1rem;
}

.news .CMS-NEWS-TIME {
    color: #000;
    font-size: 0.875rem;
}

.news .CMS-NEWS-LINK {
    line-height: 1.5;
}

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

.news__btn {
    text-align: center;
    margin-top: 4.0625rem;
}

@media screen and (max-width:768px) {
    .news {
        padding-block: 5rem;
    }
    .news__title {
        text-align: center;
    }
    .news__wrap {
        display: block;
    }
    .news .CMS-NEWS-INDEX {
        margin-top: 4rem;
    }
    .news .CMS-NEWS-ITEM + .CMS-NEWS-ITEM {
        margin-top: 2rem;
    }
    .news .CMS-NEWS-ITEM {
        width: 100%;
    }
    .CMS-NEWS-INDEX img {
        height: auto;
    }
}

/* policy */
.policy {
    position: relative;
    background: url(../img/bg_policy.jpg) center center / cover no-repeat;
    padding-top: 9.45rem;
    padding-bottom: 9.9rem;
    z-index: 1;
}
.policy-deco {
    position: absolute;
    bottom: -2rem;
    left: 6rem;
    bottom: -12rem;
    left: -4rem;
    width: 41.125rem;
    pointer-events: none;
    z-index: 1;
}
.policy-deco-2 {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 34.56rem;
    pointer-events: none;
}
.policy__inner.inner {
    max-width: 1140px;
    display: grid;
    grid-template-columns: 58.716% 1fr;
    gap: 8.2rem;
}

.policy__gallery {
    position: relative;
}

.policy__img1 {

}

.policy__img2 {
    display: block;
    width: 57%;
    margin-top: -4.525rem;
    margin-right: -4.525rem;
    margin-left: auto;
}

.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.625rem;
    letter-spacing: 0.15em;
    line-height: calc(54/26);
    font-weight: 700;
}

.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.2em;
    line-height: calc(41/16);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-right: 1.625rem;
    height: 25.4rem;
    text-orientation: upright;

}

.policy__btn {
    text-align: center;
    margin-top: 3.5rem;
    position: absolute;
    bottom: -10.7rem;
    right: 0rem;
}

@media screen and (max-width:1440px) {
    .policy {
        padding-right: 14rem;
    }
    .policy__btn {
        right: 1rem;
    }
}
@media screen and (max-width:768px) {
    .policy {
        padding: 5rem 0rem;
    }
    .policy-deco-2 { 
        top: 40rem;
    }
    .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: 5rem;
    }
    .policy__text {
        height: 28.4rem;
    }
    .policy-deco {
        width: 57vw;
        bottom: -4rem;
        left: 1rem;
    }
    .policy__btn {
        position: initial;
    }
}
@media screen and (max-width:540px) {
    .policy-deco-2 { 
        top: 30rem;
    }
}

/* menu */
.menu {
    background: url(../img/bg_body.jpg) center top / 100% auto;
    padding-top: 7.85rem;
    padding-bottom: 7.5625rem;
    margin-top: -1px;
    position: relative;
}
.menu-deco-1 {
    position: absolute;
    top: 5.9rem;
    left: 6.43rem;
    width: 21.1rem;
    pointer-events: none;
}
.menu-deco-1-2 {
    position: absolute;
    top: -7.5rem;
    right: -5.37rem;
    width: 21.1rem;
    pointer-events: none;
}
.menu-deco-3 {
    position: absolute;
    top: 15.85rem;
    left: 2.75rem;
    width: 34.525rem;
    pointer-events: none;
    z-index: 1;
    mix-blend-mode: multiply;
}
.menu-deco-3-2 {
    position: absolute;
    top: 50.2rem;
    right: 1.25rem;
    width: 34.525rem;
    pointer-events: none;
    z-index: 1;
    mix-blend-mode: multiply;
}
.menu-deco-3-3 {
    position: absolute;
    top: 82rem;
    left: 2.75rem;
    width: 34.525rem;
    pointer-events: none;
    z-index: 1;
    mix-blend-mode: multiply;
}

.menu__inner {
    max-width: 1160px;
}

.menu__title {
    text-align: center;
}
.menu .title img {
    width: 15.25rem;
    height: auto;
}

.menu__units {
    margin-top: 6.7rem;
}

.menu__unit {
    position: relative;
}

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

.menu__img {
    position: relative;
    display: block;
    width: 40rem;
}
.menu__img--couse {
    margin-left: auto;
}


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

.menu__content {
    position: absolute;
    top: 2.5rem;
    left: 1rem;
    z-index: 1;
}

.menu__content--left {
    left: initial;
    right: 1rem;
}
.food-title {
    left: 1rem;
    right: initial;
}

.menu__content--left .menu__head {
    justify-content: flex-end;
    align-items: flex-start;
}
.menu__content--left .menu__content-subtitle {
    margin-left: auto;
    margin-right: 1rem;
}

.menu__head {
    display: flex;
    flex-direction: column;
}

.menu__content-title {
    width: 4rem;
    position: absolute;
    top: -1.8rem;
    right: 1rem;
}

.menu__content-subtitle {
    font-size: 1.5rem;
    letter-spacing: 0.21em;
    line-height: calc(40/24);
    font-weight: 700;
    margin-left: 1rem;
}

.menu__text {
    width: 32.25rem;
    margin-top: 3rem;
    background: url(../img/bg_menu-txt.jpg) repeat top center / 100% auto;
    background-color: #000;
    color: white;
    padding: 0.875rem;;
}

.menu__text p {
    font-size: 1rem;
    letter-spacing: 0.15em;
    line-height: calc(36/16);
    font-feature-settings: "palt";
    border: 1px solid white;
    padding: 2rem 3rem 1rem;
    min-height: 13.2875rem
}

.menu__btn {
    text-align: center;
    margin-top: 7.0625rem;
}

.takeout {
    width: 100%;
    margin: 11rem auto 0;
    border: 7px solid #ff8219;
    display: flex;
    position: relative;
}
.takeout__title {
    width: 18.2rem;
    margin: 5.3rem auto 2.6rem;
}
.takeout-innner {
    width: 46.5%;
    background: url(../img/bg_takeout.jpg) top center /cover;
}
.takeout-img {
    width: 53.5%;
}

.takeout__text {
    font-size: 1.5rem;
    letter-spacing: 0.21em;
    line-height: calc(40 / 24);
    font-weight: 700;
    color: #FFF;
    text-align: center;
}
@media screen and (max-width:1280px) {
    .menu__inner {
        padding: 0 4rem;

    }
}
@media screen and (max-width:768px) {
    .menu {
        padding-block: 5rem;
        padding: 5rem 0;
    }
    .menu__units {
        margin-top: 7rem;
    }
    .menu__unit {
        display: flex;
        flex-direction: column-reverse;
    }
    .menu__content {
        position: relative;
        order: -1;
        left: initial;
        top: initial;
        margin-top: 2rem;
    }
    .menu__head {
        justify-content: center;
        align-items: center;
    }
    .menu__content--left .menu__head {
        justify-content: center;
        align-items: center;
    }
    .menu__content-subtitle {
        font-size: 1.45rem;
        white-space: nowrap;
        margin: 0;
    }
    .menu__text {
        width: 100%;
        padding: 1rem 0.625rem;
        margin-top: 1.5rem;
        min-height: unset;
    }
    .menu__text p {
        font-size: 0.85rem;
        text-align: justify;
        min-height: initial;
        padding: 2rem 3rem 2rem;
    }
    .menu__img {
        width: 100%;
    }
    .menu__btn {
        margin-top: 3rem;
    }
    .menu-deco-1 {
        top: 1rem;
        left: 1.13rem;
        width: 10.5rem;
    }
    .menu-deco-1-2 {
        top: -7.5rem;
        right: -1.37rem;
        width: 15.1rem;
    }
    .menu-deco-3 {
        top: 40.2rem;
        left: 0.875rem;
        width: 20rem;
    }
    .menu-deco-3-2 {
        top: 95.2rem;
        right: 0.875rem;
        width: 20rem;
    }
    .menu-deco-3-3 {
        top: 149.2rem;
        left: 0.875rem;
        width: 20rem;
    }
    .menu__content-title {
        width: 3.5rem;
    }
    .menu__content--left .menu__content-subtitle {
        margin: 0;
    }
    .menu__content--left {
        right: initial;
        left: initial;
    }
    .takeout {
        flex-direction: column;
        margin-top: 8rem;
    }
    .takeout-innner {
        width: 100%;
    }
    .takeout-img {
        width: 100%;
    }
    .takeout__title {
        width: 17.2rem;
        margin: 2.3rem auto 2.6rem;
    }
    .takeout__text {
        margin-bottom: 2rem;
    }
    .takeout__text {
        font-size: 1.45rem;
    }
    .menu__unit + .menu__unit {
        margin-top: 4.5rem;
    }
    .menu__inner {
        padding: 0 1rem;
    }
}
@media screen and (max-width:540px) {
    .menu-deco-1 {
        top: 1.4rem;
        left: 1.13rem;
        width: 8.5rem;
    }
    .menu-deco-2 {
        width: 7.4rem;
    }
    .menu-deco-3 {
        top: 52.2rem;
    }
    .menu-deco-3-2 {
        top: 51.2rem;
        right: -0.125rem;
    }
    .menu__content-subtitle {
        font-size: 1.2rem;
    }
    .menu__content-title {
        width: 3rem;
    }
    .menu__text p {
        padding: 1rem 1rem 1rem;
    }
    .takeout__title {
        width: 14.2rem;
    }
    .takeout__text {
        font-size: 1.2rem;
    }
}

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

.gallery__inner.inner {

}

.gallery__title {
    text-align: center;
}
.gallery__title img {
    width: 16.3rem;
    height: auto;
}

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

.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: 5.1rem;
}

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

/* instagram */
.instagram {
    background: url(../img/bg_instagram.jpg) top center / 100% auto;
    padding-top: 7.9rem;
    padding-bottom: 6.3rem;
    position: relative;
}
.instagram-deco-1 {
    position: absolute;
    top: 4.525rem;
    left: 6.725rem;
    width: 23.4rem;
    pointer-events: none;
}
.instagram-deco-2 {
    position: absolute;
    top: 4.525rem;
    right: 7.125rem;
    width: 23.4rem;
    pointer-events: none;
}

.instagram__inner.inner {

}

.instagram__title {
    position: relative;
    height: 100%;
    width: fit-content;
    margin-inline: auto;
}
.instagram__title img {
    height: auto;
    width: 21.65rem;
}


.CMS-INSTAGRAM-LIST {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    max-width: 56.275rem;
    gap: 1rem;
    margin-inline: auto;
    margin-top: 4.625rem;
}
.CMS-INSTAGRAM-LIST a:nth-child(n+7) {
    display: none;
}
.sns-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 56.275rem;
    margin: 3.45rem auto 0;
}
.sns-wrap a {
    width: 45.6%;
}

@media screen and (max-width:768px) {
    .instagram {
        padding-block: 5rem;
    }
    .instagram-deco-1 {
        top: 6.525rem;
        left: 0.725rem;
        width: 9.4rem;
    }
    .instagram-deco-1 {
        top: 6.525rem;
        left: 0.725rem;
        width: 9.4rem;
    }
    .instagram-deco-2 {
        top: 6.525rem;
        right: 0.725rem;
        width: 9.4rem;
    }
    .instagram__title img {
        width: 17.4rem;
    }
    .sns-wrap {
        flex-direction: column;
        gap: 1rem;
    }
    .sns-wrap a {
        width: 100%;
    }
}
@media screen and (max-width:540px) {
    .instagram-deco-1 {
        top: 7.525rem;
        left: 0.725rem;
        width: 6.4rem;
    }
    .instagram-deco-2 {
        top: 7.525rem;
        right: 0.725rem;
        width: 6.4rem;
    }
}

/* access */
.access {
    background: url(../img/bg_body.jpg) left top / 100% auto;
    padding-top: 9.725rem;
    overflow: hidden;
    color: #000;
    position: relative;
}
.access-deco {
    position: absolute;
    top: 0;
    right: 0;
    width: 28.8rem;
    pointer-events: none;
    mix-blend-mode: multiply;
}
.access .title img {
    width: 15.3rem;
    height: auto;
}

.access__inner {
    max-width: 1150px;
    padding: 0 25px;
}

.access__title {
    text-align: center;
}

.access__wrap {
    display: grid;
    gap: 2.6125rem;
    grid-template-columns: 42.8% 1fr;
    margin-top: 6.5rem;
}

.access__info dl {
    display: grid;
    align-items: center;
    grid-template-columns: 5.75rem 1fr;
    border-bottom: 1px solid #000;
    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__info dd a {
    color: #000;
}
.access__info dl:last-child {
    border-bottom: none;
}
.access__btn {
    text-align: center;
    margin-top: 5.6rem;
}

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

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

@media screen and (max-width:768px) {
    .access {
        padding-top: 5rem;
    }
    .access__inner {
        padding: 0 20px;
    }
    .access-deco {
        top: 6.125rem;
        right: 1.825rem;
        width: 11rem;
    }
    .access__wrap {
        display: block;
    }

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

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

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