@charset "UTF-8";

/* --------mv------------------------------- */
.mv {
    width: 100%;
    height: 100vh;
    background-image: url(../images/top-mv.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* --------news------------------------------- */
.news {
    padding-top: 150px;
    padding-bottom: 160px;
    /* background: url(../images/back-news.jpg) no-repeat center top / cover; */
}
@media screen and (max-width: 768px) {
    .news {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}

/* .CMS-NEWS-INDEX {
    margin-top: 50px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.CMS-NEWS-ITEM {
    padding: 30px;
}

.CMS-NEWS-ITEM:not(:last-of-type) {
    border-bottom: 1px dashed #000000;
}

.CMS-NEWS-ITEM a {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .CMS-NEWS-ITEM a {
        flex-direction: column;
        align-items: start;
    }
}

.CMS-NEWS-TIME {
    flex: 1;
    color: #000000;
}

.CMS-NEWS-LINK {
    flex: 2;
    color: #000000;
}

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






/* --------concept------------------------------- */
.concept {
    position: relative;
    padding-top: 110px;
    padding-bottom: 60px;
    background: url(../images/back-concept.jpg) no-repeat center top / cover;
}
@media screen and (max-width: 768px) {
    .concept {
        padding-top: 50px;
        padding-bottom: 10px;
    }
}


.concept__inner {
    position: relative;
    z-index: 3;
}

.concept-content__inner::after {
    position: absolute;
    left: -15.5rem;
    top: -4.5rem;
    z-index: 3;
    width: 37vw;
    max-width: 327px;
    height: 22rem;
    background-image: url(../images/deco-concept1.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    pointer-events: none;
}
@media screen and (max-width: 1200px) {
    .concept-content__inner::after {
        left: -14vw;
        top: -4.5rem;
        width: 20vw;
        height: 22rem;
    }
}
@media screen and (max-width: 1000px) {
    .concept-content__inner::after {
        left: -0vw;
        top: -10rem;
        width: 20vw;
        height: 22rem;
    }
}
@media screen and (max-width: 768px) {
    .concept-content__inner::after {
        content: none;
    }
}

.concept-content__inner::before {
    position: absolute;
    right: -16.5rem;
    bottom: -2rem;
    z-index: 4;
    width: 37vw;
    max-width: 323px;
    height: 22rem;
    background-image: url(../images/deco-concept2.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    pointer-events: none;
}
@media screen and (max-width: 1200px) {
    .concept-content__inner::before {
        right: -0vw;
        bottom: -8rem;
        width: 20vw;
        height: 22rem;
    }
}
@media screen and (max-width: 768px) {
    .concept-content__inner::before {
        content: none;
    }
}

.concept__content {
    position: relative;
    width: 100%;
    max-width: 755px;
    margin: 0 auto;
}

.concept-content__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    row-gap: 20px;
    width: 78%;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 90px;
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    .concept-content__inner {
        padding-top: 20px;
        padding-bottom: 65px;
        width: 90%;
    }
}

.concept__heading {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.42;
    letter-spacing: 0em;
    text-align: center;
    margin: 2rem auto 2rem;
}
.concept-content__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.1;
    text-align: center;
    margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
    .concept__heading {
        font-size: 20px;
    }
    .concept-content__text {
        font-size: 14px;
    }
}







/* --------concept2------------------------------- */
.concept2 {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    background: url(../images/back-cast.jpg) no-repeat center top / cover;
}
@media screen and (max-width: 768px) {
    .concept2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


.concept2__inner {
    position: relative;
    z-index: 3;
}
.concept2__wrap {
    display: flex;
    justify-content: space-between;
    gap: min(4.5vw, 4rem);
}
.concept2__wrap > div {
    flex: 1;
}
@media screen and (max-width: 768px) {
    .concept2__wrap {
        flex-direction: column;
        gap: 2rem;
    }
}


.concept2__content {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid #71e6aa;
}
.concept2__content:nth-of-type(1) {
    background: url(../images/back-cast2.jpg) no-repeat center top / cover;
}
.concept2__content:nth-of-type(2) {
    background: url(../images/back-cast3.jpg) no-repeat center top / cover;
}

.concept2-content__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    row-gap: 20px;
    width: 80%;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 70px;
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    .concept2-content__inner {
        padding-top: 20px;
        padding-bottom: 65px;
        width: 85%;
    }
}
.concept2 h3 {
    font-size: min(6.5vw, 4rem);
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    color: #71e6aa;
    letter-spacing: 0.2rem;
}

.concept2-content__text {
    font-size: 1.1rem;
    /* font-weight: bold; */
    line-height: 2;
    text-align: left;
    margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
    .concept2-content__text br {
        /* display: none; */
    }
}
@media screen and (max-width: 768px) {
    .concept2 h3 {
        font-size: 3rem;
        font-weight: bold;
        font-family: "Oswald", sans-serif;
        color: #71e6aa;
        letter-spacing: 0.2rem;
    }
}














/* --------menu------------------------------- */
.menu {
    padding-top: 150px;
    padding-bottom: 150px;
    background: url(../images/back-menu.jpg) no-repeat center top / cover;
    position: relative;
}
@media screen and (max-width: 768px) {
    .menu {
        background: none;
        padding-top: 60px;
        padding-bottom: 70px;
    }
}

.menu__content {
    display: flex;
    justify-content: space-between;
    gap: 2rem 4rem;
    margin: 8rem auto 7rem;
}
@media screen and (max-width: 768px) {
    .menu__content {
        flex-direction: column-reverse;
        margin: 2rem auto 3rem;
    }
}

.menu__body {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: start;
    row-gap: 00.5rem;
    width: 41%;
}
@media screen and (max-width: 1195px) {
    .menu__body {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .menu__body {
        align-items: center;
        width: 100%;
    }
}

.menu .menu__title {
    font-size: 64px;
    font-weight: 900;
    margin-bottom: 1.2rem;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #C20000;
}

.menu__heading {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: .0em;
    color: #000;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
    .menu .menu__title {
        font-size: 50px;
        margin-bottom: 1.2rem;
    }
    .menu__heading {
        font-size: 19px;
    }
}
@media screen and (max-width: 359px) {
    .menu__heading br {
        display: none;
    }
}
.menu__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: .0em;
    color: #000;
}

.menu__img {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1;
}

@media screen and (max-width: 768px) {
    .menu__text {
        font-size: 14px;
    }
    .menu__img {
        width: 100%;
        margin-top: 30px;
    }
}

.menu__content--reverse {
    display: flex;
    flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
    .menu__content--reverse {
        flex-direction: column-reverse;
    }
}

/* --------food------------------------------- */
.food {
    margin-top: 80px;
}

/* --------drink------------------------------- */
.drink {
    position: relative;
    width: 100vw;
    margin-top: 200px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(../images/bg-menu02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
    .drink {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.drink::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    content: "";
}

.menu__content.menu__content--drink {
    flex-direction: row-reverse;
    align-items: center;
    row-gap: 30px;
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
@media screen and (max-width: 768px) {
    .menu__content.menu__content--drink {
        flex-direction: column;
    }
}

.menu__content.menu__content--drink .menu__body {
    align-items: center;
    row-gap: 15px;
}

.menu__content.menu__content--drink .menu__body {
    align-items: center;
    row-gap: 15px;
}

.menu__content.menu__content--drink .section__title--illumi.section__title--illumi--flex {
    flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
    .menu__content.menu__content--drink .section__title--illumi.section__title--illumi--flex {
        flex-direction: column;
    }
}

.menu__content.menu__content--drink .menu__img img {
    height: 400px;
}







/* --------menu2------------------------------- */
.menu2 {
    padding-top: 125px;
    padding-bottom: 110px;
    background: url(../images/back-staff.jpg) no-repeat center top / cover;
    position: relative;
}
@media screen and (max-width: 768px) {
    .menu2 {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}

.menu2__content {
    display: flex;
    justify-content: space-between;
    gap: 6rem;
}
@media screen and (max-width: 1100px) {
    .menu2__content {
        gap: 2rem;
    }
}
@media screen and (max-width: 768px) {

    .menu2__content {
        flex-direction: column;
    }
}


.menu2__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    row-gap: 00.5rem;
    width: 52%;
}
@media screen and (max-width: 1100px) {
    .menu2__body {
        width: 64%;
    }
}
@media screen and (max-width: 768px) {
    .menu2__body {
        align-items: center;
        width: 100%;
    }
}

.menu2 .section__title {
    margin-bottom: 1.5rem;
}
.menu2 .section__title span {
    display: inline-block;
    margin-left: 1rem;
}
@media screen and (max-width: 768px) {
    .menu2 .section__title {
    }
}

.menu2 h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.42;
    margin-bottom: 2rem;
}

.menu2__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
    margin-bottom: 3.5rem;
}

.menu2__img {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1;
}
@media screen and (max-width: 1100px) {
    .menu2 h3 {
        font-size: 22px;
    }
    .menu2__text {
        font-size: 15px;
    }
}
@media screen and (max-width: 768px) {
    .menu2 h3 {
        font-size: 20px;
    }
    .menu2__text {
        font-size: 14px;
        margin-bottom: 2.5rem;
    }
    .menu2__img {
        width: 100%;
        margin-top: 30px;
    }
}

.menu2__img img {
    display: block;
    width: 100%;
    height: auto;
}
.menu2__img img {
    margin-top: 2rem;
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.44) translateX(12%);
    transform-origin: center;
    margin-top: 4rem;
}
@media screen and (max-width: 1439px) {
    .menu2__img img {
        margin-top: 2rem;
        transform: scale(1.2) translateX(8%);
    }
}
@media screen and (max-width: 1345px) {
    .menu2__img img {
        margin-top: 1rem;
        transform: scale(1.1) translateX(4%);
    }
}
@media screen and (max-width: 1195px) {
    .menu2__img img {
        margin-top: 1rem;
        transform: scale(1) translateX(0%);
    }
}
@media screen and (max-width: 768px) {
    .menu2__img img {
        margin-top: 0rem;
    }
}






/* --------gallery------------------------------- */
.gallery {
    padding-top: 140px;
    padding-bottom: 140px;
    background: url(../images/back-gallery.jpg) no-repeat center top / cover;
}
@media screen and (max-width: 768px) {
    .gallery {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}

.gallery #loopslider {
    margin: 4.5rem auto 5.5rem;
}
.gallery__link {
    margin-top: 80px;
}


#loopslider {
    position: relative;
    width: 100%;
    height: 210px;
    margin: 2.5rem auto 5rem auto;
    overflow: hidden;
    text-align: left;
}

#loopslider ul {
    display: inline;
    float: left;
    height: 210px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

#loopslider ul li {
    display: inline;
    float: left;
    width: 360px;
    height: 210px;
    overflow: hidden;
}
#loopslider ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

#loopslider ul {
    display: inline-block;
    overflow: hidden;
}
#loopslider li {
}
#loopslider img {
    height: 210px;
    margin: 0 35px;

    object-fit: cover;
}

@media screen and (max-width: 768px) {

    #loopslider {
        height: 160px;
        margin: 2rem auto 4rem auto;
    }

    #loopslider ul {
        height: 160px;
    }

    #loopslider ul li {
        width: 274px;
        height: 160px;
    }

    #loopslider img {
        height: 160px;
    }
}





/* --------access------------------------------- */
.access {
    position: relative;
    padding-top: 150px;
    padding-bottom: 190px;
    background: url(../images/back-access.jpg) no-repeat right top / cover;
}
@media screen and (max-width: 768px) {
    .access {
        background: none;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.access__content {
    max-width: 1260px;
    margin-left: auto;
    display: flex;
    /* justify-content: space-between; */
    flex-direction: row;  
    justify-content: flex-start;  
    gap: 6rem;
    /* align-items: center; */
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
    .access__content {
        margin-top: 0;
        gap: 2rem;
        flex-direction: column-reverse;
    }
}

.access-content__body {
    flex: 1;
}
@media screen and (max-width: 768px) {
    .access-content__body {
        width: 100%;
        margin-top: 10px;
    }
}
.access-content__body2 {
    width: 36%;
}
@media screen and (max-width: 1200px) {
    .access__content {
        gap: 2.5rem;
    }
    .access-content__body2 {
        width: 55%;
    }
}
@media screen and (max-width: 768px) {
    .access-content__body2 {
        width: 100%;
    }
}


.section__link.access__link {
    margin-top: 124px;
}
@media screen and (max-width: 768px) {
    .section__link.access__link {
        margin-top: 60px;
    }
}


.access .section__title {
    margin-bottom: 1.5rem;
    text-align: left;
}
.access .section__title span {
    display: inline-block;
    margin-left: 1rem;
    color: #000;
}

.access__list {
    display: flex;
    flex-direction: column;
    position: relative;
    /* margin-top: 30px; */
    /* border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9; */
}
@media screen and (max-width: 768px) {
    .access .section__title {
        text-align: center;
    }
    .access__list {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .access__list::before {
        display: none;
    }
}

.access-item {
    display: flex;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 0 0px;
    color: #000;
}
.access-item {
    margin-top: 23px;
}

.access-item:not(:nth-last-of-type(2)) {
    /* border-bottom: 1px solid #b9b9b9; */
}
@media screen and (max-width: 768px) {
    .access-item {
        padding: 0 25px 18px;
       flex-direction: column;
        border-bottom: 1px solid #b9b9b9;
        margin-top: 10px;
    }
}


.access-item__title, .access-item__content {
    line-height: 2.25;
}

.access-item__title {
    flex: 1;
    text-transform: uppercase;
    font-weight: 700;
}

.access-item__content {
    flex: 2;
}

.section-link.access-content__link {
    margin-top: 80px;
}

.access-item__content a {
    color: #000;
}

.access .section__link {
    margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
    .access .section__link.left {
        margin-top: 3rem;
    }
}

.access__map {
    width: 100%;
    height: 400px;
}
.access__map.gray iframe {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.access__map.gray iframe:hover {
  filter: grayscale(0%);
}

@media screen and (max-width: 768px) {
    .access__map {
        height: 300px;
    }
}
.access__map iframe {
    width: 100%;
    height: 100%;
}





/* --------instagram------------------------------- */
.instagram {
    padding-top: 145px;
    padding-bottom: 170px;
    background: url(../images/back-insta.jpg) no-repeat center top / cover;
}
.instagram .section__title {
    margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
    .instagram {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .instagram .section__title {
        height: 9.3rem;
        margin-bottom: 1.5rem;
    }
}
@media screen and (max-width: 420px) {
    .instagram .section__title {
        height: 7.8rem;
        margin-bottom: 1.5rem;
    }
}

.top_sns_share {
    margin-top: 0;
}



/* --------共通------------------------------- */
.inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --------タイトル----------- */
.section__title {
    text-align: center;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    color: #000;
}
.section__title span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #C20000;
}
.section__title.wt {
    color: #fff;
}
.section__title.wt span {
    color: #fff;
}
@media screen and (max-width: 768px) {
    .section__title {
        font-size: 40px;
    }
    .section__title span {
        font-size: 15px;
    }
}


.section-title__text--main {
    position: relative;
    color: #000000;
    font-weight: bold;
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
    .section-title__text--main {
        font-size: 30px;
    }
}

.section-title__text--sub {
    color: #000000;
}

.section-title__text-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
         column-gap: 20px;

    -moz-column-gap: 20px;
}

.section-title__text-wrapper span {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #000000;
}


/* --------タイトルイルミ----------- */
.section__title--illumi--main {
    position: relative;
    color: #ffffff;
    font-weight: bold;
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    text-shadow: 0 0 5px #6ea2a2, 0 0 10px #6ea2a2, 0 0 20px #6ea2a2, 0 0 30px #6ea2a2;
}
@media screen and (max-width: 768px) {
    .section__title--illumi--main {
        font-size: 30px;
    }
}

.section__title--illumi.section__title--illumi--flex {
    display: flex;
    align-items: center;
         column-gap: 35px;

    -moz-column-gap: 35px;
}
@media screen and (max-width: 1024px) {
    .section__title--illumi.section__title--illumi--flex {
        flex-direction: column;
    }
}

/* --------heading----------- */
.section__heading {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.667;
    letter-spacing: .1em;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .section__heading {
    }
}
@media screen and (max-width: 450px) {
    .section__heading {
    }
}

/* --------ボタン----------- */
.section__link {
    width:  13.6rem;
    margin: 0 auto;
}
.section__link.left {
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .section__link.left {
        margin: 0 auto;
    }
}










