@charset "UTF-8";
/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
  position: relative;
}

#main {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#main::before {
  content: "";
  width: 100%;
  height: 25rem;
  background: linear-gradient(to bottom, #000 10%, transparent);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0.7;
}

#main,
.CMS-NOT-EDITABLE-AREA {
  height: 100vh;
}

@media screen and (max-width: 768px) {
  #main,
  .CMS-NOT-EDITABLE-AREA {
    height: 48rem;
  }
}
/* -------------------------------------------

news

------------------------------------------- */
.top-news {
  padding: 12rem 0;
  background: url(../img/deco-1.png) no-repeat right 5rem top 3rem, url(../img/deco-2.png) no-repeat left 4rem bottom 4rem;
  background-size: 16rem auto, 16rem auto;
}

.top-news .more {
  margin: 5rem auto 0 auto;
}

@media screen and (max-width: 768px) {
  .top-news {
    padding: 8rem 3rem;
    background: url(../img/deco-1.png) no-repeat right 1rem top 1rem, url(../img/deco-2.png) no-repeat left 1rem bottom 1rem;
    background-size: 12rem auto, 12rem auto;
  }
}
/* cms */
.top-news .CMS-NEWS-INDEX {
  padding-bottom: 0;
}

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

/* -------------------------------------------

concept

------------------------------------------- */
.top-concept {
  padding: 10rem 0 13rem 0;
  background: url(../img/line.png) no-repeat center bottom, url(../img/top-bg-1.jpg) no-repeat center;
  background-size: 100% auto, cover;
}
.top-concept .wrap {
  display: flex;
}
.top-concept .wrap > figure {
  width: 57%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.top-concept .wrap > figure img:nth-of-type(1) {
  width: 100%;
}
.top-concept .wrap > figure img:nth-of-type(2),
.top-concept .wrap > figure img:nth-of-type(3) {
  width: calc((100% - 2.5rem) / 2);
}
.top-concept .wrap > div {
  width: 43%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.top-concept .wrap > div > div:nth-of-type(1) {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 4rem;
}
.top-concept .wrap > div h2 {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-left: 3rem;
}
.top-concept .wrap > div p {
  line-height: 2.2;
  height: 34rem;
  padding-top: 0.2rem;
}

@media screen and (max-width: 768px) {
  .top-concept {
    padding: 8rem 3rem 15rem 3rem;
    background: url(../img/line.png) no-repeat center bottom, url(../img/top-bg-1.jpg) no-repeat center;
    background-size: 200% auto, cover;
  }
  .top-concept .wrap {
    flex-direction: column;
  }
  .top-concept .wrap > figure {
    width: 100%;
    margin-bottom: 3rem;
  }
  .top-concept .wrap > div {
    width: 100%;
    align-items: center;
  }
}
/* -------------------------------------------

menu

------------------------------------------- */
.top-menu {
  position: relative;
  background: url(../img/deco-5.png) no-repeat right 3rem bottom 12rem, url(../img/line.png) no-repeat center bottom, url(../img/top-bg-2.png) no-repeat left top, url(../img/top-bg-3.png) no-repeat center bottom;
  background-size: 20rem auto, 100% auto, 53% auto, 105% auto;
  padding: 10rem 0 12rem 0;
}
.top-menu > figure {
  position: absolute;
  right: 2.5rem;
  top: -18rem;
  width: 36rem;
}
.top-menu h2 {
  margin-bottom: 6rem;
}
.top-menu ul {
  margin-bottom: 8rem;
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
.top-menu ul li {
  display: flex;
  position: relative;
}
.top-menu ul li > figure {
  width: 58%;
}
.top-menu ul li > div {
  width: 42%;
}
.top-menu ul li:nth-child(odd) {
  flex-direction: row-reverse;
}
.top-menu ul li:not(:last-child) > div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.top-menu ul li:not(:last-child) > div > div {
  background: url(../img/bg-ttl.png) no-repeat center/contain;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 15.3rem;
  font-size: 2rem;
}
.top-menu ul li:not(:last-child) > div h3 {
  margin: 0 3rem 0 1.5rem;
  font-size: 2rem;
  line-height: 1.6;
  padding-top: 0.3rem;
}
.top-menu ul li:not(:last-child) > div p {
  height: 30rem;
  padding-top: 0.3rem;
  line-height: 2;
}
.top-menu .top-menu-dinner {
  align-items: flex-end;
}
.top-menu .top-menu-dinner > div {
  padding-left: 5rem;
}
.top-menu .top-menu-dinner > div h3 {
  font-size: 6.4rem;
  font-weight: normal;
  line-height: 1;
  color: #3b3b3b;
  letter-spacing: 0.2em;
}
.top-menu .top-menu-dinner > div > div {
  border-top: solid 0.1rem #fff;
  border-bottom: solid 0.1rem #fff;
  padding: 1rem 0;
  margin: 2.5rem 0 1rem 0;
}
.top-menu .top-menu-dinner > div p {
  line-height: 1.8;
}
.top-menu .top-menu-course::before {
  content: "";
  width: 14rem;
  height: 14rem;
  background: url(../img/deco-3.png) no-repeat center/contain;
  position: absolute;
  right: -6.5rem;
  top: -6rem;
  z-index: -1;
}
.top-menu .top-menu-food::before {
  content: "";
  width: 18rem;
  height: 18rem;
  background: url(../img/deco-4.png) no-repeat center/contain;
  position: absolute;
  left: -11rem;
  bottom: -8rem;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .top-menu {
    position: relative;
    background: url(../img/deco-5.png) no-repeat right 1rem bottom 6rem, url(../img/line.png) no-repeat center bottom, url(../img/top-bg-2.png) no-repeat left top, url(../img/top-bg-3.png) no-repeat center bottom;
    background-size: 16rem auto, 200% auto, 80% auto, 400% auto;
    padding: 12rem 3rem 12rem 3rem;
  }
  .top-menu > figure {
    pointer-events: none;
    top: -12rem;
    width: 22rem;
    right: 1.5rem;
  }
  .top-menu ul {
    margin-bottom: 5rem;
    gap: 6rem;
  }
  .top-menu ul li {
    flex-direction: column;
  }
  .top-menu ul li > figure {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .top-menu ul li > div {
    width: 100%;
  }
  .top-menu ul li:nth-child(odd) {
    flex-direction: column;
  }
  .top-menu .top-menu-dinner {
    align-items: flex-end;
  }
  .top-menu .top-menu-dinner > div {
    padding-left: 0;
  }
  .top-menu .top-menu-course::before {
    right: -3rem;
  }
}
/* -------------------------------------------

gallery

------------------------------------------- */
.top-gallery {
  padding: 8rem 0;
  background: url(../img/texture-2.jpg) center top;
  background-size: 100% auto;
    position: relative;
}

.top-gallery > figure {
    pointer-events: none;
    top: -11rem;
    width: 33rem;
    left: 2rem;
    position: absolute;
  }

@media screen and (max-width: 768px) {
  .top-gallery {
    padding: 8rem 0;
  }
}
#loopslider figure {
  padding: 0 0.5rem;
}

#loopslider,
#loopslider ul,
#loopslider ul li,
#loopslider img {
  height: 140px;
}

#loopslider ul li {
  width: 200px;
}

@media screen and (max-width: 768px) {
  #loopslider,
  #loopslider ul,
  #loopslider ul li,
  #loopslider img {
    height: 140px;
  }
  #loopslider ul li {
    width: 200px;
  }
}
#loopslider img {
  -o-object-fit: cover;
     object-fit: cover;
}

#loopslider {
  margin: 0 auto 6rem auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

#loopslider ul {
  display: inline;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#loopslider ul li {
  display: inline;
  float: left;
  overflow: hidden;
}

#loopslider ul:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

/* -------------------------------------------

access

------------------------------------------- */
.top-access {
  padding: 10rem 0;
  background: url(../img/deco-6.png) no-repeat right 5rem top 5rem, url(../img/deco-7.png) no-repeat left 11rem bottom 7rem;
  background-size: 16rem auto, 18rem auto;
}
.top-access h2 {
  margin-bottom: 5rem;
}
.top-access .wrap {
  display: flex;
  margin-bottom: 6rem;
  justify-content: space-between;
  align-items: flex-start;
}
.top-access .wrap > figure {
  width: 42%;
}
.top-access .wrap > dl {
  width: 58%;
  padding-left: 5rem;
}

@media screen and (max-width: 768px) {
  .top-access {
    padding: 8rem 3rem;
    background: url(../img/deco-6.png) no-repeat right 1rem top 1rem, url(../img/deco-7.png) no-repeat left 1rem bottom 4rem;
    background-size: 12rem auto, 14rem auto;
  }
  .top-access .wrap {
    flex-direction: column;
    margin-bottom: 5rem;
  }
  .top-access .wrap > figure {
    width: 100%;
    margin-bottom: 1rem;
  }
  .top-access .wrap > dl {
    width: 100%;
    padding-left: 0;
  }
}
/* -------------------------------------------

recruit

------------------------------------------- */
.top-recruit {
  background: url(../img/top-bg-4.jpg) no-repeat center/cover;
  padding: 10rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-recruit p {
  margin-bottom: 2rem;
}
.top-recruit dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-recruit dl dt {
  font-size: 1.2rem;
  border-top: solid 0.1rem #fff;
  border-bottom: solid 0.1rem #fff;
  padding: 0.2rem 0.5rem 0.35rem 0.5rem;
}
.top-recruit dl dd {
  padding-left: 1rem;
  font-size: 2.2rem;
  font-weight: bold;
}

/* -------------------------------------------

instagram

------------------------------------------- */
.top-insta {
  padding: 10rem 0;
  background: url(../img/deco-8.png) no-repeat right 5rem top 8rem, url(../img/deco-8.png) no-repeat left 5rem bottom 8rem;
  background-size: 28rem auto, 28rem auto;
    position: relative;
}


.top-insta > figure {
    pointer-events: none;
    top: -11rem;
    width: 33rem;
    left: 2rem;
    position: absolute;
  }


.top-insta .wrap {
  width: 80rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top-insta {
    padding: 8rem 0;
    background: url(../img/deco-8.png) no-repeat right 1rem top 1rem, url(../img/deco-8.png) no-repeat left 1rem bottom 1rem;
    background-size: 20rem auto, 20rem auto;
  }
  .top-insta .wrap {
    width: auto;
    padding: 0 3rem;
  }
}
/* cms */
.CMS-INSTAGRAM-LIST {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.CMS-INSTAGRAM-LIST > * {
  width: calc((100% - 4rem) / 3);
}

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

/* -------------------------------------------

layout

------------------------------------------- */
.container {
  margin: 8rem auto 10rem auto;
  width: 88rem;
}

@media screen and (max-width: 768px) {
  .container {
    margin: 8rem 3rem;
    width: auto;
  }
}
/* -------------------------------------------

page-ttl

------------------------------------------- */
.page-ttl {
  background: url(../img/top-kv-1.jpg) no-repeat center/cover;
}

.page-ttl > div {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26rem;
  padding-top: 6rem;
}

@media screen and (max-width: 768px) {
  .page-ttl > div {
    height: 27rem;
    padding-top: 7rem;
    background: rgba(0, 0, 0, 0.5);
  }
}
.page-ttl h2 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* -------------------------------------------

concept

------------------------------------------- */
.container .wrap {
  display: flex;
  justify-content: space-between;
}

.container .wrap.reverse {
  flex-direction: row-reverse;
}

.container .wrap > figure {
  width: 35%;
}

.container .wrap > figure img {
  aspect-ratio: 3/2;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container .wrap > div {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .container .wrap,
  .container .wrap.reverse {
    flex-direction: column;
  }
  .container .wrap > figure {
    width: 100%;
    margin-bottom: 2rem;
  }
  .container .wrap > div {
    width: 100%;
  }
}
/* -------------------------------------------

menu

------------------------------------------- */
ul.lcmenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 4rem;
}

ul.lcmenu li {
  text-align: center;
  flex: 1;
  font-weight: bold;
}

ul.lcmenu li a {
  background: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  padding-bottom: 0.1rem;
  white-space: nowrap;
  font-weight: 500;
}
ul.lcmenu li a i {
  font-size: 1.1rem;
  font-weight: normal;
}

ul.lcmenu li.current a {
  background: #c8a050;
  color: #fff;
}

@media screen and (max-width: 768px) {
  ul.lcmenu li {
    flex: none;
    width: calc((100% - 1rem) / 2);
  }
}
dl.menu-list dt,
dl.menu-list dd,
dl.menu-list dt.var,
dl.menu-list dt.var + dd {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2); /* 下線カラー */
}

dl.menu-list dt:first-child,
dl.menu-list dt:first-child + dd {
  border-top: solid 1px rgba(0, 0, 0, 0.2); /* 上線カラー */
}

dl.menu-list dt:nth-of-type(odd),
dl.menu-list dt:nth-of-type(odd) + dd {
  background: rgba(0, 0, 0, 0.04); /* 背景色 */
}

dl.menu-list dt.var + dd dl dt:nth-of-type(odd) {
  background: none !important;
}

dl.menu-list dt.var + dd dl dt:nth-of-type(odd) + dd {
  background: none !important;
}

dl.menu-list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  dl.menu-list {
    display: block;
  }
}
dl.menu-list dt {
  padding: 1.5rem;
  width: 70%;
}

dl.menu-list dt span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

dl.menu-list dd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.5rem;
  text-align: right;
  width: 30%;
}

@media screen and (max-width: 768px) {
  dl.menu-list dt {
    width: 100%;
    border-bottom: none;
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
  dl.menu-list dt:first-child + dd {
    border-top: none;
  }
  dl.menu-list dd {
    width: 100%;
    border-top: none;
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
/* -------------------------------------------

gallery

------------------------------------------- */
.gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.gallery-list li {
  width: calc((100% - 4rem) / 5);
}

.gallery-list img {
  aspect-ratio: 1/1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .gallery-list li {
    width: calc((100% - 3rem) / 4);
  }
}