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

kv

------------------------------------------- */
.top-kv {
  position: relative;
}
.top-kv::before, .top-kv::after {
  content: "";
  width: 100%;
  height: 15rem;
  position: absolute;
  left: 0;
  z-index: 3;
  opacity: 0.6;
}
.top-kv::before {
  background: linear-gradient(to bottom, #000, transparent);
  top: 0;
}
.top-kv::after {
  background: linear-gradient(to top, #000, transparent);
  bottom: 0;
}

#main {
  position: relative;
  overflow: hidden;
  width: 100%;
}

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

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

news

------------------------------------------- */
.top-news {
  padding: 8rem 0;
}

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

@media screen and (max-width: 768px) {
  .top-news {
    padding: 8rem 3rem;
  }
}
.top-news .CMS-NEWS-INDEX {
  padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

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

concept

------------------------------------------- */
.top-concept {
  background: url(../img/texture-2.jpg) center top;
  background-size: 100% auto;
  color: #fff;
  position: relative;
  padding-bottom: 8rem;
}
.top-concept::before {
  content: "";
  width: 54rem;
  height: 40rem;
  background: url(../img/texture-4.jpg) center;
  background-size: 64rem auto;
  position: absolute;
  left: 0;
  top: 0;
}
.top-concept > * {
  position: relative;
  z-index: 10;
}
.top-concept .wrap-1 {
  display: flex;
}
.top-concept .wrap-1 > * {
  flex: 50%;
}
.top-concept .wrap-1 > div:nth-of-type(1) {
  padding-left: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-concept .wrap-1 > div:nth-of-type(1) > div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 5rem;
}
.top-concept .wrap-1 > div:nth-of-type(1) > div h2 {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  letter-spacing: 0.25em;
  margin-left: 5rem;
  line-height: 2;
  font-size: 2rem;
  padding-top: 5rem;
}
.top-concept .wrap-1 > div:nth-of-type(1) > div h2 strong {
  font-size: 2.7rem;
  font-weight: 500;
}
.top-concept .wrap-1 > div:nth-of-type(2) {
  padding-top: 8rem;
  padding-right: 12rem;
  padding-left: 5rem;
}
.top-concept .wrap-1 > div:nth-of-type(2) p {
  margin: 5rem 0 4rem 0;
  line-height: 2.4;
}
.top-concept .wrap-1 .more {
  margin: 0;
}
.top-concept .wrap-2 {
  width: 52rem;
  margin: 5rem auto 0 auto;
  border: solid 0.15rem #dc9f7f;
  background: url(../img/deco-1.png) no-repeat left top, url(../img/deco-2.png) no-repeat right top, url(../img/deco-3.png) no-repeat left bottom, url(../img/deco-4.png) no-repeat right bottom;
  background-size: 6.4rem auto;
  background-color: #231815;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 0;
}
.top-concept .wrap-2 > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  margin-bottom: 2rem;
  font-size: 3rem;
}
.top-concept .wrap-2 > div > span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  font-size: 2.2rem;
}
.top-concept .wrap-2 > div > span::before, .top-concept .wrap-2 > div > span::after {
  content: "";
  width: 9.2rem;
  height: 0.1rem;
  background: #fff;
  margin: 0 1.5rem;
}
.top-concept .wrap-2 ul {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.top-concept .wrap-2 ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: solid 0.12rem #fff;
  height: 5.6rem;
  width: 19rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.top-concept .wrap-2 ul li a img {
  width: 2rem;
  margin-right: 0.7rem;
}

.tit {
  background: #000;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1rem 1.5rem 1.5rem;
  line-height: 1;
  position: relative;
  top: -1.5rem;
}
.tit > span:nth-child(1) {
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  margin-left: 0.7rem;
}
.tit > span:nth-child(2) {
  padding-top: 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
.tit > span:nth-child(2) i {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .top-concept {
    background: url(../img/texture-2.jpg) center top;
    background-size: 100% auto;
    color: #fff;
    position: relative;
    padding-bottom: 8rem;
  }
  .top-concept::before {
    width: 100%;
    height: 40rem;
  }
  .top-concept .wrap-1 {
    flex-direction: column;
  }
  .top-concept .wrap-1 > * {
    flex: 100%;
  }
  .top-concept .wrap-1 > div:nth-of-type(1) {
    padding: 0 3rem;
  }
  .top-concept .wrap-1 > div:nth-of-type(1) > div {
    margin-bottom: 3rem;
  }
  .top-concept .wrap-1 > div:nth-of-type(2) {
    padding: 3rem 3rem 0 3rem;
  }
  .top-concept .wrap-1 > div:nth-of-type(2) p {
    margin: 2.5rem 0 4rem 0;
    line-height: 2;
  }
  .top-concept .wrap-1 .more {
    margin: 0 auto;
  }
  .top-concept .wrap-2 {
    width: calc(100% - 6rem);
    margin: 5rem auto 0 auto;
    background-size: 4rem auto;
    padding: 3rem 0;
  }
  .top-concept .wrap-2 > div > span {
    font-size: 1.8rem;
  }
  .top-concept .wrap-2 > div > span::before, .top-concept .wrap-2 > div > span::after {
    content: "";
    width: 4.2rem;
    height: 0.1rem;
    background: #fff;
    margin: 0 1.5rem;
  }
  .top-concept .wrap-2 ul {
    flex-direction: column;
    gap: 1rem;
  }
  .top-concept .wrap-2 ul li a {
    width: 24rem;
  }
}
/* -------------------------------------------

menu

------------------------------------------- */
.top-menu .wrap {
  padding-top: 8rem;
  padding-bottom: 0;
  background: url(../img/deco-5.png) no-repeat left top, url(../img/texture-3.jpg) repeat-y center top;
  background-size: 85% auto, 100% auto;
  position: relative;
}
.top-menu h2 {
  margin-bottom: 6rem;
}
.top-menu h3 {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.6;
}
.top-menu h3 strong {
  font-size: 2.6rem;
  font-weight: 500;
}
.top-menu h3 strong.red {
  color: #c7171e;
}
.top-menu h3 strong.yellow {
  color: #fffbcc;
}
.top-menu p {
  margin: 2.5rem 0 3rem 0;
  padding-right: 8rem;
  line-height: 2.2;
}
.top-menu .more {
  margin: 0;
}

.top-menu-lunch {
  padding: 0 12rem 4rem 12rem;
  display: flex;
  align-items: center;
  gap: 5rem;
}
.top-menu-lunch > * {
  flex: 1;
}
.top-menu-lunch > div {
  position: relative;
}
.top-menu-lunch > div > span {
  display: block;
  position: absolute;
  right: 0;
  top: -15rem;
  width: 23rem;
}

.top-menu-dinner {
  padding: 2rem 0 0 0;
  display: flex;
  align-items: center;
  position: relative;
}
.top-menu-dinner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/texture-5.jpg) center top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  transform: skewY(-6deg);
  z-index: 10;
}
.top-menu-dinner > * {
  position: relative;
  z-index: 11;
}
.top-menu-dinner > figure {
  width: 55%;
}
.top-menu-dinner > div {
  position: relative;
  padding-left: 5rem;
  padding-right: 12rem;
  width: 45%;
  color: #fff;
}
.top-menu-dinner > div > span {
  display: block;
  position: absolute;
  right: 12rem;
  top: -15rem;
  width: 23rem;
}

.top-menu-drink {
  background: url(../img/deco-6.png) no-repeat right bottom, url(../img/texture-1.jpg) center top;
  background-size: 95% auto, 100% auto;
  position: relative;
  padding-top: 20rem;
  padding-bottom: 10rem;
  margin-top: -10rem;
}
.top-menu-drink > div {
  width: 68rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.top-menu-drink > div > figure {
  width: 40%;
}
.top-menu-drink > div > div {
  width: 60%;
  padding-left: 10rem;
}
.top-menu-drink > div > div p {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .top-menu .wrap {
    padding-top: 8rem;
  }
  .top-menu h2 {
    margin-bottom: 4rem;
  }
  .top-menu p {
    padding-right: 0;
    line-height: 2;
  }
  .top-menu-lunch {
    padding: 0 3rem 4rem 3rem;
    flex-direction: column;
    gap: 4rem;
  }
  .top-menu-lunch > * {
    flex: 1;
  }
  .top-menu-lunch > div {
    position: relative;
  }
  .top-menu-lunch > div > span {
    display: block;
    position: absolute;
    right: 0;
    top: -7rem;
    width: 15rem;
  }
  .top-menu-dinner {
    padding: 2rem 0 0 0;
    flex-direction: column;
  }
  .top-menu-dinner::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/texture-5.jpg) center top;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    transform: skewY(-6deg);
    z-index: 10;
  }
  .top-menu-dinner > * {
    position: relative;
    z-index: 11;
  }
  .top-menu-dinner > figure {
    width: 100%;
  }
  .top-menu-dinner > div {
    padding: 3rem;
    width: 100%;
    color: #fff;
  }
  .top-menu-dinner > div > span {
    display: block;
    position: absolute;
    right: 3rem;
    top: -6rem;
    width: 15rem;
  }
  .top-menu-drink {
    background: url(../img/deco-6.png) no-repeat right bottom, url(../img/texture-1.jpg) center top;
    background-size: 95% auto, 100% auto;
    position: relative;
    padding-top: 17rem;
    padding-bottom: 8rem;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: -10rem;
  }
  .top-menu-drink > div {
    width: auto;
    flex-direction: column;
  }
  .top-menu-drink > div > figure {
    width: 100%;
    margin-bottom: 3rem;
  }
  .top-menu-drink > div > div {
    width: 100%;
    padding-left: 0;
  }
  .top-menu-drink > div > div p {
    padding: 0;
  }
}
/* -------------------------------------------

gallery

------------------------------------------- */
.top-gallery {
  padding: 6rem 0 6rem 12rem;
  background: url(../img/texture-2.jpg) center top;
  background-size: 100% auto;
}
.top-gallery .wrap {
  display: flex;
  align-items: flex-start;
}
.top-gallery .tit {
  background: #fff;
  top: -7.5rem;
  margin-right: 5rem;
}

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

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

#loopslider ul li {
  width: 240px;
}

@media screen and (max-width: 768px) {
  .top-gallery .tit {
    margin-right: 3rem;
  }
  #loopslider,
  #loopslider ul,
  #loopslider ul li,
  #loopslider img {
    height: 120px;
  }
  #loopslider ul li {
    width: 180px;
  }
}
#loopslider img {
  -o-object-fit: cover;
     object-fit: cover;
}

#loopslider {
  margin: 0 auto 4rem 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 {
  background: url(../img/texture-4.jpg) center top;
  background-size: 100% auto;
  padding: 10rem 0;
  color: #fff;
}
.top-access h2 {
  color: #fbecc9;
}
.top-access .wrap {
  display: flex;
}
.top-access .wrap > figure {
  width: 35%;
}
.top-access .wrap > div {
  width: 65%;
  padding-left: 5rem;
}
.top-access .wrap dl {
  margin-bottom: 4rem;
}
.top-access .wrap dl a {
  color: #fff;
}
.top-access .wrap .more {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .top-access {
    padding: 8rem 3rem;
  }
  .top-access .wrap {
    flex-direction: column;
  }
  .top-access .wrap > figure {
    width: 100%;
    margin-bottom: 1rem;
  }
  .top-access .wrap > div {
    width: 100%;
    padding-left: 0;
  }
  .top-access .wrap .more {
    margin: 0 auto;
  }
}
/* -------------------------------------------

instagram

------------------------------------------- */
.top-insta {
  padding: 8rem 0;
}
.top-insta .wrap {
  width: 80rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top-insta {
    padding: 8rem 0;
  }
  .top-insta .wrap {
    width: auto;
    padding: 0 3rem;
  }
}
.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-3.jpg) no-repeat center/cover;
}
.page-ttl > div {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30rem;
  padding-top: 4.5rem;
}
.page-ttl h2 {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-ttl h2 span {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .page-ttl > div {
    height: 28rem;
    padding-top: 5rem;
  }
}
/* -------------------------------------------

concept

------------------------------------------- */
.container .wrap {
  display: flex;
  justify-content: space-between;
}
.container .wrap.reverse {
  flex-direction: row-reverse;
}
.container .wrap > figure {
  width: 35%;
}
.container .wrap > div {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .container .wrap {
    flex-direction: column;
  }
  .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 {
  flex: 1;
}
ul.lcmenu li a {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  padding-bottom: 0.1rem;
  white-space: nowrap;
}
ul.lcmenu li.current a {
  background: #a22621;
  color: #fff;
}

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 li 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);
  }
}/*# sourceMappingURL=style.css.map */