

/* 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: 2.125rem;
}

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

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

.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 {
    background: url(../img/bg-news.jpg) top center / cover no-repeat;
    padding-top: 2.8rem;
    padding-bottom: 2.925rem;
    position: relative;
    overflow: hidden;
}
.news-deco {
    position: absolute;
    top: 1rem;
    right: -11rem;
    width: 50.3rem;
}

.news__inner.inner {
    max-width: 1150px;
}

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

}

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

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

.news .CMS-NEWS-ITEM {
    width: 30.5%;
    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 {
    margin: 0.6rem 0;
    color: black;
}

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

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

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

@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: #000;
    padding-top: 8.85rem;
    padding-bottom: 7.82rem;
    overflow: hidden;
}
.policy-deco1 {
    position: absolute;
    top: -3.3rem;
    right: -6.75rem;
    width: 25.6rem;
    pointer-events: none;
}
.policy-deco2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 71.7rem;
    pointer-events: none;
}

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

.policy__gallery {
    position: relative;
}

.policy__img1 {

}

.policy__img2 {
    display: block;
    width: 78%;
    margin-top: -2.625rem;
    margin-right: -4.125rem;
    margin-left: auto;
}

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

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

.policy__title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.75rem;
    letter-spacing: 0.15em;
    line-height: calc(60/28);
    color: #dad7ac;
}

.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);
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-right: 2.025rem;
    margin-top: 3.875rem;
}

.policy__btn {
    text-align: center;
    margin-top: 9.425rem;
}
@media screen and (max-width:1400px) {
    .policy__inner.inner {
        grid-template-columns: 55% 1fr;
        gap: 2rem;
    }
    .policy__head {
        justify-content: flex-end;
    }
    .policy-deco1 {
        top: 0rem;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 19.6rem;
    }
    .policy-deco2 {
        width: 79.7%;
    }
    .policy__btn {
        margin-top: 3.425rem;
    }
}
@media screen and (max-width:768px) {
    .policy {
        padding-block: 5rem;
    }
    .policy__inner.inner {
        display: block;
    }
    .policy__title {
        line-height: 2;
    }
    .policy__img1 {
        display: block;
        width: 100%;
    }
    .policy__img2 {
        width: 60%;
        margin-right: -10px;
    }
    .policy__head {
        justify-content: center;
        margin-top: 2rem;
    }
    .policy__text {
        margin-right: 0.125rem;
        line-height: calc(35 / 16);
        margin-top: 1.25rem;
        white-space: nowrap;
    }
}

/* menu */
.menu {
    background: url(../img/bg_menu.jpg) center top / cover no-repeat;
    padding-top: 3.5rem;
    padding-bottom: 19.1375rem;
    margin-top: -1px;
    overflow: hidden;
}

.menu__inner {
    max-width: 1140px;
}

.menu__title {
    text-align: center;
}

.menu__units {
    margin-top: 3.25rem;
}

.menu__unit {
    position: relative;
}

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

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

.menu__img--couse::before {
    position: absolute;
    content: "";
    width: 31.5vw;
    width: 19.8rem;
    height: 24.89vw;
    height: 14.1rem;
    bottom: -7.7125rem;
    right: -4.7rem;
    margin-left: calc(50% - 50vw + 11rem);
    background: url(../img/menu_02.jpg) left center / contain no-repeat;
}
.menu__img--drink::before {
    position: absolute;
    content: "";
    width: 31.5vw;
    width: 19.8rem;
    height: 24.89vw;
    height: 14.1rem;
    bottom: -7.7125rem;
    right: -4.7rem;
    margin-left: calc(50% - 50vw + 11rem);
    background: url(../img/menu_06.jpg) left center / contain no-repeat;
}

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

.menu__img--food::before {
    position: absolute;
    content: "";
    width: 31.5vw;
    width: 19.8rem;
    height: 24.89vw;
    height: 14.1rem;
    bottom: -7.0125rem;
    /*right: calc(50% - 32vw);*/
    left: -4.7rem;;
    background: url(../img/menu_04.jpg) left center / contain no-repeat;
}

.menu__img--drink {
   
}

.menu__content {
    position: absolute;
    top: 0;
}

.menu__content--right {
    right: 0;
}

.menu__content--left {
    left: 0;
}

.menu__content--left .menu__head {
}

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

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

.menu__unit:nth-child(1) .menu__content-title {
    width: 3.375rem;
}
.menu__unit:nth-child(2n) .menu__btn {
    text-align: left;
}

.menu__content-subtitle {
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.22em;
    line-height: calc(41/16);
    position: relative;
    top: 1.8rem;
}

.menu__text {
    width: 30.625rem;
    margin-top: 7rem;
    background: rgba(224, 217, 201, 0.8);
    padding: 2.375rem 1.75rem;
    min-height: 14.6875rem;
}

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

.menu__btn {
    text-align: right;
    margin-top: 14.525rem;
}

@media screen and (max-width:768px) {
    .menu {
        padding-block: 10rem;
    }
    .menu__units {
        margin-top: 7rem;
    }
    .menu__unit {
        display: flex;
        flex-direction: column;
    }
    .menu__content {
        position: relative;
        order: -1;
    }
    .menu__head {
        justify-content: center;
        align-items: flex-start;
    }
    .menu__content--left .menu__head {
        justify-content: center;
    }
    .menu__content-title {
        width: 3rem;
        margin-left: 2.375rem;
    }
    .menu__unit:nth-child(1) .menu__content-title {
        width: 3rem;
        line-height: calc(35 / 16);
    }
    .menu__content-subtitle {
        font-size: 1.75rem;
        white-space: nowrap;
        top: 0;
        line-height: calc(35 / 16);

    }
    .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%;
    }
    .menu__img--couse::before,
    .menu__img--drink::before {
        margin-right: 4.3rem;
        width: 11.2rem;
        height: 9rem;
        bottom: -4.925rem;
    }
    .menu__btn {
        margin-top: 4rem;
        margin-bottom: 3rem;
        text-align: center;
    }
    .menu__img--food::before {
        width: 11.2rem;
        height: 9rem;
        bottom: -4.925rem;
        /* right: -5px; */
        left: -0.5rem;
    }
    
    .menu__unit + .menu__unit {
        margin-top: 8.875rem;
    }
    .menu__unit:nth-child(2n) .menu__btn {
        text-align: center;
    }
}
@media screen and (max-width:540px) {
    .menu__content-subtitle {
        font-size: 1rem;
    }
}

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

.gallery__inner.inner {

}

.gallery__title {
    text-align: center;
    height: 100%;
    margin: 0 auto;
}
.gallery__title img {
    width: 9.6rem;
}

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

.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 {
    background: url(../img/bg_instagram.jpg) center center / cover no-repeat;
    padding-top: 5.85rem;
    padding-bottom: 8.15rem;
}

.instagram__inner.inner {

}

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

.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 {
    width: 17.4rem;
    max-height: 16.85rem;
}
.CMS-INSTAGRAM-LIST a:nth-child(n+7) {
    display: none;
}
.CMS-INSTAGRAM-LIST a img {
    height: 100%;
}

@media screen and (max-width:768px) {
    .instagram {
        padding-block: 5rem;
    }
    .CMS-INSTAGRAM-LIST a {
        width: 100%;
        max-height: 100%;
    }
} */

.CMS-INSTAGRAM-LIST {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 4.7rem 10rem 8.5rem;
    gap: 2rem;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
    display: none;
}

.CMS-INSTAGRAM-LIST img {
    width: 20rem;
    height: 18rem;
    object-fit: cover;
}

.top_sns_heading {
    display: flex;
    justify-content: center;
    padding-top: 10rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.top_sns_share {
    position: relative;
}

.top_sns_share .img-1 {
	width: 11rem;
	position: absolute;
	right: 3rem;
	top: -11rem;
}

@media screen and (max-width: 768px) {
    .top_sns_heading {
        padding-top: 13rem;
    }

    .top-menu .img-1 {
		width: 16rem;
		position: absolute;
		right: 3rem;
		top: 0;
		z-index: 10;
	}

    .CMS-INSTAGRAM-LIST {
        padding: 4rem 3rem 8rem;
        gap: 1rem;
        grid-template-columns: 1fr 1fr;
    }

    .CMS-INSTAGRAM-LIST img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .top_sns_share::after {
        background-size: 8.6rem 33.9rem;
        width: 14.6rem;
        height: 60.9rem;
    }
    .top_sns_share .img-1 {
        width: 7rem;
        top: -6rem;
    }
}

.top_sns {
	background: url(../img/bg_instagram.jpg) no-repeat center top;
    background-size: cover;
}

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

.top_sns_share {
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 80px 20px 0;
}

.sns_wrap {
	padding: 0 0 30px;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	.top_sns_share {
		display: block;
		padding: 80px 0 0;
		margin-bottom: -1px;
	}

	img.instagram-post-image {
		padding-bottom: 1%;
	}
}


/* access */
.access {
    background: #000;
    padding-top: 4.975rem;
    padding-bottom: 4rem;
    overflow: hidden;
    position: relative;
}

.access__inner {
    max-width: 1150px;
}

.access__title {
    text-align: center;
    height: initial;
    margin: 0 auto;
}
.access__title img {
    width: 7.65rem;
}

.access__wrap {
    display: grid;
    gap: 7.75rem;
    grid-template-columns: 36.4% 1fr;
    margin-top: 2.875rem;
    align-items: center;
}

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

.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 dl a[href^="tel:"] {
    color: #FFF;
}

.access__btn {
    text-align: right;
    margin-top: 0.75rem;
}

.access__map {
    width: 100vw;
    position: relative;
    padding-top: 25.8%;
    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;
    }

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

    .access__info dd {
        font-size: 0.925rem;
    }
    .access__btn {
        text-align: center;
        margin-top: 4rem;
    }
}