
/* mv */
.mv {
    position: relative;
    height: 100vh;
}

.mv__slider {

}

.mv__img {
    display: block;
    height: 100vh;
}

.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;
    right: 9.375rem;
    bottom: -4rem;
    z-index: 1;
}

.mv-slider-dots li {
    border-radius: 50%;
    background-color: #FFF;
    width: 0.625rem;
    height: 0.625rem;
}

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

.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%);
        bottom: -2rem;
    }
}

/* news */
.news {
    background: url(../img/bg_news.jpg) bottom left / cover no-repeat;
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
    position: relative;
}
.news-deco-1 {
    position: absolute;
    top: 4.15rem;
    left: 2.4rem;
    z-index: 1;
    width: 13.3rem;
    pointer-events: none;
}
.news-deco-2 {
    position: absolute;
    bottom: 5.9rem;
    right: 4.8rem;
    z-index: 1;
    width: 13.3rem;
    pointer-events: none;
}
.news__inner.inner {
    max-width: 1062px;
    text-align: center;
}

.news__wrap {
    /* display: grid;
    gap: 5rem;
    grid-template-columns: 15.625rem 1fr; */

}

.news__title {
    margin-bottom: 5rem;
}

.news .CMS-NEWS-INDEX {
    width: 100%;
    /* flex-direction: column; */
    margin: 0;
    padding: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 0 1.6rem;
    margin-bottom: 5rem;
}

.news .CMS-NEWS-ITEM {
    margin: 0;
    flex-basis: 31.621%;
}
.news .CMS-NEWS-THUMBNAIL {
    display: block;
    width: 100%;
    height: 12.5rem;
    object-fit:cover;
    object-position: 50% 50%;
    margin-bottom: 2rem;
}
@media screen and (min-width:769px) and (max-width:1080px) {
    .news .CMS-NEWS-THUMBNAIL {
        height: 14rem;
    }
}

.news .CMS-NEWS-ITEM a {
    /* display: grid; */
    width: 100%;
    /* align-items: center;
    grid-template-columns: 6.875rem 1fr;
    gap: 1.5rem; */
    padding: 0;
    /* padding-block: 0.625rem; */
    font-size: 1rem;
}

.news .CMS-NEWS-TIME {
    margin: 0;
    color: #fff;
    border-bottom: 0.05rem solid #fff;
    text-align: left;
    font-size: 0.9em;
    padding-bottom: 0.8rem;
    margin-bottom: 0.5rem;
}

.news .CMS-NEWS-LINK {
    line-height: 1.5;
    color: #fff;
    text-align: left;
}

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

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

@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: 1rem;
        flex-direction: column;

    }
    .news .CMS-NEWS-ITEM + .CMS-NEWS-ITEM {
        margin-top: 3.5rem;
    }
    .news-deco-1 {
        top: 2.15rem;
        left: 1.4rem;
        width: 6.3rem;
    }
    .news-deco-2 {
        bottom: 2.15rem;
        right: 1.4rem;
        width: 6.3rem;
    }
    .news .CMS-NEWS-THUMBNAIL {
        height: initial;
    }
}

/* policy */
.policy {
    position: relative;
    background: 
    url(../img/bg_policy.jpg) center center / cover no-repeat;
    padding-top: 7.6rem;
    padding-bottom: 9.8rem;
    z-index: 2;
    overflow-x: clip;
}
.policy_back1 {
    position: absolute;
    bottom: 0rem;
    right: 0rem;
    width: 28.4rem;
    pointer-events: none;
}
.policy_back2 {
    position: absolute;
    top: -6.45rem;
    right: -8rem;
    width: 23.5rem;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: -1;
}
.policy_back3 {
    position: absolute;
    bottom: -16.8rem;
    left: 0;
    width: 36.5rem;
    pointer-events: none;
    z-index: 1;
}

.policy__inner.inner {
    max-width: 1548px;
    display: grid;
    grid-template-columns: 56.3% 1fr;
    gap: 5.25rem;
    padding: 0 10rem 0 0;
}

.policy__gallery {
    position: relative;
}

.policy__img1 {

}

.policy__img2 {
    display: block;
    width: 55.6%;
    margin-top: -5.225rem;
    margin-right: -5.8rem;
    margin-left: auto;
}

.policy__content {
    color: white;
    position: relative;
}

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

.policy__title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.625rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: calc(44/26);
}

.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;
    margin-right: 2.625rem;
    /* margin-top: 6.875rem; */
    height: 34.8rem;
}
.policy__text span {
    text-combine-upright: all;
    padding: 0.15rem 0 0.3rem;
    font-size: 1.1em;
}


.policy__btn {
    text-align: center;
    margin-top: 3.625rem;
    position: absolute;
    bottom: 0rem;
    left: 0;
    right: 0;
}
@media screen and (max-width:1300px) {
    .policy__btn {
        bottom:-4rem;
    }
}
@media screen and (max-width:768px) {
    .policy {
        padding-block: 5rem;
    }
    .policy__inner.inner {
        display: block;
        padding: 0 20px 5rem 20px;
    }
    .policy__img1 {
        display: block;
        width: 80%;
    }
    .policy__img2 {
        width: 45%;
        margin-right: -10px;
        margin-top: -4rem;
    }
    .policy__head {
        justify-content: center;
        flex-direction: column;

        margin-top: 2rem;
    }
    .policy__btn {
        bottom: 5rem;
        position: initial;
    }
    .policy__title {
        -ms-writing-mode: initial;
        writing-mode: initial;
        margin-bottom: 1.5rem;
        letter-spacing: 0.02em;
    }
    .policy__text {
        line-height: calc(30/16);
        /* margin-right: 1rem; */
        margin-right: 0;
        -ms-writing-mode: initial;
        writing-mode: initial;
        height: initial;

    }
    .policy_back1 {
        width: 16.4rem;
    }
    .policy_back2 {
        right: 0;
    }
    .policy_back3 {
        bottom: -5.8rem;
        width: 17.5rem;
    }
}
@media screen and (max-width:540px) {
    .policy_back1 {
        width: 12.4rem;
    }
    .policy_back2 {
        right: 0;
        width: 18rem;
    }
    .policy_back3 {
        bottom: -3.8rem;
        width: 12.5rem;
    }
    .policy__title {
        font-size: 1.425rem;
    }
}

/* menu */
.menu {
    background: 
    url(../img/bg_menu.jpg) center top / 100% auto;
    padding-top: 11.1rem;
    padding-bottom: 9.6375rem;
    margin-top: -1px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.menu__inner {
    max-width: 1150px;
}

.menu__title {
    text-align: center;
    margin-bottom: 6.5rem;
}

.menu__units {
    margin-top: 3.25rem;
}

.menu__unit {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.menu__unit + .menu__unit {
    margin-top: 7.75rem;
}
.menu__unit:nth-child(2n)  {
    flex-direction: row-reverse;
}

.menu__img {
    position: relative;
    display: block;
    width: 45rem;
}
.menu__ttl {
    position: absolute;
    top: -2rem;
    right: 2rem;
    width: 4.438rem;
}


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

.menu__img--drink {
   
}

.menu__content {
    display: flex;
    flex-direction: row-reverse;
    height: 25rem;
    gap: 1.7rem;
    position: relative;
}
.menu-deco-1 {
    position: absolute;
    top: -5rem;
    right: -5.8rem;
    width: 20rem;
    z-index: -1;
    pointer-events: none;
}
.menu-deco-2 {
    position: absolute;
    top: -4.7rem;
    left: -5.9rem;
    width: 20rem;
    z-index: -1;
    pointer-events: none;
}
.menu-deco-3 {
    position: absolute;
    top: -5.5rem;
    right: -5.8rem;
    width: 20rem;
    z-index: -1;
    pointer-events: none;
}
.menu-deco-4 {
    position: absolute;
    top: -4.8rem;
    left: -5.5rem;
    width: 20rem;
    z-index: -1;
    pointer-events: none;
}

.menu__content--right {
    right: 0;
}

.menu__content--left {
    left: 0;
}

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

.menu__head {
    display: flex;
    justify-content: center;
}

.menu__content-title {
    width: 3.3125rem;
    margin-left: 3.375rem;
}

.menu__unit:nth-child(1) .menu__content-title {
    width: 2.375rem;
}

.menu__content-subtitle {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.18em;
    line-height: calc(42/24);
}
.menu__content-subtitle span {
    font-size: 1.35em;
    line-height: calc(60/33);
}

.menu__text {
    position: relative;
    writing-mode: vertical-rl;
    text-orientation: upright;

}


.menu__text p {
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: calc(36/16);
    font-feature-settings: "palt";
}

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

.menu_deco {
    color: #E0D9C9;
    font-size: 5.5rem;
    letter-spacing: 0.3rem;
    margin-top: 1%;
}
.menu_deco.menu_deco--type2 {
    text-align: right;
}
@media screen and (max-width:1260px) {
    .menu__inner {
      padding: 0 5rem;
    }
    .menu__img {
        width: 42rem;
    }
}
@media screen and (max-width:768px) {
    .menu {
        padding-block: 5rem;
        padding-top: 8rem;
    }
    .menu__inner {
        padding: 0 20px;
    }
    .menu__units {
        margin-top: 7rem;
    }
    .menu__unit {
        display: flex;
        flex-direction: column-reverse;
    }
    .menu__content {
        position: relative;
        order: -1;
        flex-direction: column;
        height: initial;
        margin-top: 2rem;

    }
    .menu__content-title {
        width: 3rem;
    }
    .menu__content-subtitle {
        font-size: 1.55rem;
        writing-mode: initial;
    }
    .menu__text {
        width: 100%;
        min-height: unset;
        writing-mode: initial;
        text-orientation: initial;
    }
    .menu__text p {
        font-size: 0.85rem;
        text-align: justify;
        writing-mode: initial;
    }
    .menu__img {
        width: 100%;
    }
    .menu__btn {
        margin-top: 3rem;
    }
    .menu_deco {
        font-size: 3.8rem;
    }    
    .menu__unit:nth-child(2n) {
        flex-direction: column-reverse;
    }
    .menu__unit + .menu__unit {
        margin-top: 3.75rem;
    }
    .menu-deco-1 {
        top: -1rem;
        right: -1.8rem;
        width: 15rem;
    }
    .menu-deco-2 {
        top: -1rem;
        left: -1.8rem;
        width: 15rem;
    }
    .menu-deco-3 {
        top: -1rem;
        right: -1.8rem;
        width: 15rem;
    }
    .menu-deco-4 {
        top: -1rem;
        left: -1.8rem;
        width: 15rem;
    }
    
}

@media screen and (max-width:540px) {
    .menu__img--couse::before {
        margin-left: calc(50% - 70vw);
        width: 11.2rem;
        height: 9rem;
        bottom: -4.925rem;
    }
    .menu__content-subtitle {
        font-size: 1.3rem;
        letter-spacing: 0.1em;
    }
    .menu__ttl {
        top: -1.6rem;
        right: 1rem;
        width: 2.7rem;
    }
    
}

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

.gallery__inner.inner {

}

.gallery__title {
    text-align: center;
    margin-bottom: 6rem;
}

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

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

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

/* instagram */
.instagram {
    padding-top: 8.65rem;
    padding-bottom: 12.65rem;
    background: 
    url(../img/bg_menu.jpg) center top / cover no-repeat;
    position: relative;
}
.instagram-deco-1 {
    position: absolute;
    top: 5.1rem;
    left: 5.8rem;
    width: 18.3rem;
    pointer-events: none;
}
.instagram-deco-2 {
    position: absolute;
    bottom: 6rem;
    right: 3.15rem;
    width: 18.3rem;
    pointer-events: none;
}

.instagram__inner.inner {

}

.instagram__title {
    position: relative;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 6rem;
}

/* .instagram__title::before {
    position: absolute;
    content: "";
    width: 2.125rem;
    height: 2.125rem;
    background: url(../img/instagra.png) center center / contain no-repeat;
    right: -3.25rem;
    bottom: 0.25rem;
} */

.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;
        padding-bottom: 8rem;
    }
    .instagram__title {
        margin-bottom: 3rem;
    }
    .instagram-deco-1 {
        top: 1.1rem;
        left: 1.8rem;
        width: 9.3rem;
    }
    .instagram-deco-2 {
        bottom: 1.1rem;
        right: 1.8rem;
        width: 9.3rem;
    }
    
}

/* access */
.access {
    padding-top: 7rem;
    overflow: hidden;
    background: 
    url(../img/bg_news.jpg) center top / cover no-repeat;
    position: relative;
}
.access-deco-1 {
    position: absolute;
    top: -5.5rem;
    right: -6.8rem;
    width: 43.85rem;
    pointer-events: none;
}   

.access__inner {
    max-width: 1440px;
    padding: 0 10.6rem 0 0;
}

.access__title {
    text-align: center;
    margin-bottom: 6.85rem;
}

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

.access__info dl {
    display: grid;
    align-items: center;
    grid-template-columns: 6.75rem 1fr;
    border-bottom: 1px solid #fff;
    padding-left: 1rem;
    padding-block: 1.5rem;
    color: #fff;
}
.access__info dl:last-of-type {
    border: none;
}

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

.access__info dd {
    letter-spacing: 0em;
    font-feature-settings: "palt";
    line-height: calc(25/16);
}
.access__info dd a {
    color: #fff !important;
}

.access__btn {
    text-align: left;
    margin-top: 4.75rem;
}
.access__btn--gallery {
    text-align: center;
}
.access__map {
    width: 100vw;
    position: relative;
    padding-top: 27.8%;
    margin-left: calc(50% - 50vw);
    margin-top: 8.4rem;
}

.access__map iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    filter: grayscale(1);
}

@media screen and (max-width:768px) {
    .access {
        padding-top: 6rem;
    }
    
    .access__inner {
        padding: 0 20px;
    }
    .access__wrap {
        display: block;
    }

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

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

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

    .access__btn {
        text-align: center;
    }
    
}


.video {
    padding: 0 2rem;
    margin: 1rem auto 8rem;
    text-align: center;
}
@media screen and (max-width:768px) {
    .video {
        margin: -2rem auto 5rem;
    }
    
    .video iframe {
        width: 100%;
        height: 48vw;
    }    
}

.recruit {
    background: url(../img/bg_recruit.jpg) center top / cover no-repeat;
    padding-top: 7.25rem;
    padding-bottom: 5.9375rem;
    overflow: hidden;
    position: relative;
}
.recruit__title {
    text-align: center;
}
.recruit p {
    text-align: center;
    margin-top: 3.8125rem;
    color: #FFF;
    line-height: calc(26.4/16);
    letter-spacing: 0.05em;
}
.recruit__btn {
    text-align: center;
    margin: 4.9rem auto 0;
}

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