@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;
    position: relative;
}

.mv::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

/* --------news------------------------------- */
.news {
    padding-top: 13rem;
    padding-bottom: 14rem;
    background-image: url(../images/bg-news.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
    .news {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

.CMS-NEWS-INDEX {
    margin-top: 5rem;
    display: flex;
    

}

.CMS-NEWS-ITEM {
   padding: 18px;
   width: 35%;
   
}


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

    .CMS-NEWS-ITEM {
        width: 100%;

    }

    .CMS-NEWS-INDEX {
   flex-direction: column;

}

}

.CMS-NEWS-TIME {
    border-bottom: #fff solid;
    padding-top: 2rem;
}

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

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

.section__link.news__link {
    margin-top: 8rem;
}

/* --------concept------------------------------- */
.concept {
    position: relative;
    padding-top: 9rem;
    padding-bottom: 9rem;
    background-image: url(../images/concept-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.concept-content__text{
    text-align: center;
    max-width: 500px;
    line-height: 2;
    padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
    .concept {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

}

.musk {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    content: "";
}

.concept__inner {
    position: relative;
    z-index: 3;
    width: 130rem;
    margin: 0 auto;
    padding: 0 2rem;
}


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


}

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


}

.concept__content {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.concept__content::before{
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background: url(../images/concept-deco1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

@media screen and (max-width: 768px) {
.concept__content::before{
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/concept-deco1SP.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

.concept-content__text {
    max-width: 300px;


}



}

.concept-content__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    row-gap: 20px;
    width: 86.29%;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #ffffff;
}


/* --------menu------------------------------- */
.menu {
    padding-top: 150px;
    padding-bottom: 130px;
    background-image: url(../images/bg-menu.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.menu::before{
    content: '';
    position: absolute;
    top: -10rem;
    left: 0;
    background: url(../images/menu-deco.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    width: 70%;
    height: 100%;
    opacity: 0.6;
    filter: brightness(0.5);
}

@media screen and (max-width: 768px) {
    .menu {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.top-course-ttl{
    margin-bottom: 8rem;
}
.top-course-ttl .section-title__text--main{
    text-align: center;
}

.top-course-ttl .section-title__text--sub{
    text-align: center;
}

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


.menu__content .menu__body{
    width: 45rem;
}

.menu__content .menu__img{
    width: 52rem;
    /* position: relative; */

}

.menu-deco02{
    position: absolute;
    top: 13rem;
    left: 36rem;
    width: 38rem;

}


.section__title--illumi .top-menu-ttl{
    color: red;
    font-size:24px;
}

.menu .section__link .section__link--white{
    margin-top: 5rem;
}

@media screen and (max-width: 768px) {
    .menu__content {
        flex-direction: column;
    }
    .menu__content .menu__body{
    width: 100%;
}

.menu__content .menu__img{
    width: 100%;
}

.menu-deco02{
  left: -24rem;
   top: 98rem;
    width: 65rem;

}


}

.menu__body {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 4rem;
    width: 58%;
}
@media screen and (max-width: 768px) {
    .menu__body {
        align-items: center;
        width: 100%;
    }
}

.menu__heading {
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: .2em;
}
@media screen and (max-width: 768px) {
    .menu__heading {
        font-size: 6rem;
       
    }
}

.menu__text {
    line-height: 2;
}

.menu__img {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 39.09%;
   
}
@media screen and (max-width: 768px) {
    .menu__img {
        width: 100%;
        margin-top: 3rem;
    }
    .menu__text {
    line-height: 2;
}

}

.menu__img img {
    display: block;
    width: 100%;
    height: auto;

    -o-object-fit: cover;
       object-fit: cover;
}

.menu__content--reverse {
    display: flex;
    flex-direction: row-reverse;
    gap: 8rem;
    padding-bottom: 6rem;
}

.menu__content--reverse .menu__body{
    width: 50rem;
    position: relative;
}

.menu__content--reverse .menu__body::after{
    content: '';
    position: absolute;
   top: 28rem;
    right: -12rem;
    width: 70%;
    height: 70%;
    background: url(../images/menu-deco01.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;


}



@media screen and (max-width: 768px) {
    .menu__content--reverse {
        flex-direction: column;
        margin-bottom: 8rem;
    }
    .menu__content--reverse .menu__body{
        width: 100%;
        padding-top: 6rem;
    }
}

/* --------food------------------------------- */
.food {
    margin-top: 8rem;
}

/* --------gallery------------------------------- */

.gallery {
    padding-top: 14rem;
    padding-bottom: 14rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    
}

.gallery::after{
    filter: brightness(0.3);
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/bg-gallery.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;

}



@media screen and (max-width: 768px) {
    .gallery {
        padding-top: 8rem;
        padding-bottom: 8rem;
         position: relative;
    }
}

#loopslider {
  width: 100%;
  height: 23rem;
  position: relative;
  overflow: hidden;
  /* margin-bottom: clamp(5rem, 8.7719298246vw, 10rem); */
  margin-top: 8rem;

  
}

#loopslider #loopslider_wrap{
    display: flex;

}

#loopslider ul {
  display: flex;


}
#loopslider ul li {
  width: 30rem;
  display: inline;

}
#loopslider ul li img {
  padding: 0 0.5rem;
}

.pageTop .topGallery #loopslider ul {
  display: inline-block;
  overflow: hidden;
}


@media screen and (max-width: 768px) {
    .gallery__content {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 0;
        gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    .gallery-content__img {
        width: 80%;
    }
    .gallery-content__img img {
        height: 100%;
    }

    #loopslider ul li {
  width: 40rem;
}

#loopslider {
  width: 100%;
  height: 40rem;
}
}

@media screen and (max-width: 768px) {
    .gallery-content__img:nth-child(even) {
        margin-top: 0;
    }
}

.gallery__link {
    margin-top: 8rem;
}


/* --------access------------------------------- */
.access {
    position: relative;
    padding-top: 12rem;
    background-image: url(../images/access-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


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

.access::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 30%;
    content: "";
    background: url(../images/access-deco.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    opacity: 0.5; 
   

}

.access .section__title--illumi {
    text-align: center;
}
.access .inner {
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin: 0;
    padding: 0;

}


.access__content {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 8rem 2rem;
    gap: 8rem;
    color: #40210f;
}
@media screen and (max-width: 768px) {
    .access__content {
        flex-direction: column-reverse;
    }
}

.access-content__body {
    width: 50%;
}
@media screen and (max-width: 768px) {
    .access-content__body {
        width: 100%;
        margin-top: 4rem;
    }
}

.access-content__title {
    align-items: center;
    font-family: "Josefin Sans", sans-serif;
}

.access-content__title--main {
    font-size: 3rem;
    text-transform: uppercase;
}

.access-content__title--sub {
    font-size: 2rem;
}


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

.access__list {
    position: relative;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
    .access__list {
        width: 100%;
        flex-direction: column;
    }
}


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

}


.access-item__title, .access-item__content {
    line-height: 2.25;
    margin-top: 2rem;
    border-bottom: 1px solid #40210f;
}

.access-item__title{
    width: 40%;
}

.access-item__content{
    width: 60%;
    padding-left: 1rem;
}

 .access-item__content {
    padding: 1rem 0;

 }
.access-item__title {
    text-transform: uppercase;
    padding: 1rem;
    
}

@media screen and (max-width: 768px) {
    .access-item__title, .access-item__content{
        width: 100%;
        padding: 1rem 2rem;
    }

   .access-item__title{
        border-bottom: none;
    }
    .access-item__content{
        padding-top: 0;
    }
    
}


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

.access-item__content a {
    color: #40210f;
}

.access__map {
    width: 100%;
    height: 400px;
    margin-top: 100px;
    filter: grayscale(1);
}

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

/* --------instagram------------------------------- */
.instagram {
    padding-top: 14rem;
    padding-bottom: 14rem;
    background-image: url(../images/bg-instagram.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 768px) {
    .instagram {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

.top_sns_share {
    margin-top: 0;
}


/* --------共通------------------------------- */
.inner {
    max-width: 114rem;
    margin: 0 auto;
    padding: 0 2rem;
}

/* --------タイトル----------- */
.section__title {
    position: relative;
    text-align: center;
}

.section-title__text--main {
    position: relative;
    color: #fff;
    font-weight: 300;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 4;
}
@media screen and (max-width: 768px) {
    .section-title__text--main {
        font-size: 30px;
    }
}

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

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

    -moz-column-gap: 2rem;
}


.section__link {
    text-align: center;
}

/* --------タイトルイルミ----------- */
.section__title--illumi--main {
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 4;
    
}

.access .section__title--illumi--main{
        color: #40210f;

}

.section__title--illumi--access{
    color: #40210f;
}
@media screen and (max-width: 768px) {
  

}

.section__title--illumi.section__title--illumi--flex {
    display: flex;
    align-items: center;
         column-gap: 3.5rem;

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

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

/* --------ボタン----------- */
.section__link {
    width: 100%;
}

.section__link.section__link--left {
    display: flex;
}
@media screen and (max-width: 768px) {
    .section__link.section__link--left {
        justify-content: center;
    }
}

.section__link a {
    display: inline-block;
    position: relative;
    min-width: 30rem;
    max-width: 37rem;
    padding: 1.4rem 1rem;
    background-image: url(../images/btn_bg.png);
    background-repeat: no-repeat;
    background-size:cover;
    font-family: "Noto Serif";
    font-weight: 200;
}
@media screen and (max-width: 768px) {
    .section__link a {
        min-width: 230px;
        padding: 4rem 0;
    }
}

.section__link a::after {
    position: absolute;
    top: 50%;
    right: -25%;
    width: 50%;
    height: 1px;
    content: "";
}
@media screen and (max-width: 768px) {
    .section__link a::after {
        right: -10%;
        width: 25%;
    }
}

