@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.common__ttl span {
  font-family: var(--font-en);
  font-size: max(24px, 4.8rem);
  color: var(--pink);
  letter-spacing: 0.05em;
}

.common__ttl--wt,
.common__ttl--wt span {
  color: var(--white);
}

.common__ttl::before {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(90px, 15.6rem);
  height: max(20px, 3.5rem);
}

.common__btn {
  width: max(200px, 31.4rem);
  height: max(42px, 6.2rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: var(--font-en);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-right: max(18px, 2.8rem);
  position: relative;
}

.common__btn--wt a {
  color: var(--white);
}

.common__btn a::before {
  content: "";
  width: max(35px, 5.3rem);
  height: 1px;
  border: solid 1px var(--black);
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  pointer-events: none;
}

.common__btn--wt a::before {
  border: solid 1px var(--white);
}

.common__btn span {
  width: 100%;
  height: 100%;
  border: solid 1px var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
}

.common__btn--wt span {
  border: solid 1px var(--white);
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero::before,
.hero::after {
  content: "";
  width: 100%;
  opacity: 0.75;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.hero::before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(0, 0, 0, 1) 75%);
  height: 22rem;
  top: 0;
}

.hero::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0.6));
  height: 18rem;
  bottom: 0;
}

.hero__video,
.hero__video video {
  display: block;
  width: 100%;
  height: 100%;
}

.hero__video video {
  object-fit: cover;
}

.hero__scroll {
  font-family: var(--font-en);
  font-size: max(12px, 1.8rem);
  color: var(--white);
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  z-index: 10;
}

@media (max-width: 767px) {
  .hero__scroll {
    display: none;
  }
}

.hero__scroll::after {
  content: "";
  display: block;
  background-color: var(--white);
  width: 1px;
  height: max(40px, 7.6rem);
  animation: scroll 2.5s infinite;
}

/*============================
	news
============================*/
.news {
  background: var(--bg-1);
  padding: 15rem 0;
}

.CMS-NEWS-INDEX {
  width: 110rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4rem;
  margin: 4rem auto 5.5rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 24rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  letter-spacing: 0.05em;
  margin-right: 1.2rem;
}

.CMS-NEWS-TIME {
  font-family: var(--font-en);
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	concept
============================*/
.concept {
  background: url("../img/concept_bg.jpg") no-repeat center / cover;
  color: var(--white);
  padding: 12rem 0 9rem;
}

.concept__txt-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  width: 90%;
  text-align: center;
  padding: 6rem;
  margin: 6rem auto;
  position: relative;
}

@media (min-width: 768px) {
  .concept__txt-wrapper {
    width: 92.2rem;
    padding: 6rem 8rem;
  }
}

.concept__txt-wrapper h3 {
  font-size: max(18px, 3rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 3.5rem;
}

.concept__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2.5;
}

.concept__frame {
  width: calc(100% + 1.8rem);
  height: max-content;
  display: flex;
  justify-content: space-between;
  position: absolute;
  transform: translateX(-50%);
  top: -0.9rem;
  left: 50%;
  pointer-events: none;
  z-index: 1;
}

.concept__frame:nth-of-type(2) {
  top: auto;
  bottom: -0.9rem;
}

.concept__frame::before,
.concept__frame::after {
  content: "";
  display: block;
  background: url("../img/concept_frame.png") no-repeat center / contain;
  width: max(65px, 11rem);
  height: max(65px, 11rem);
}

.concept__frame::after {
  transform: scale(-1, 1);
}

.concept__frame:nth-of-type(2)::before {
  transform: scale(1, -1);
}

.concept__frame:nth-of-type(2)::after {
  transform: scale(-1, -1);
}

/*============================
	menu
============================*/
.menu {
  background: url("../img/menu_bg.jpg") repeat center / 100% auto;
  position: relative;
}

.menu::before {
  content: "";
  background: url("../img/menu_deco-1.png") no-repeat center bottom / cover;
  width: 100%;
  height: 74.3rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu::before {
    height: 50rem;
  }
}

.menu__inner {
  padding: 11.5rem 0 17rem;
  position: relative;
}

.menu__inner::before,
.menu__inner::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu__inner::before {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 113.1rem;
  height: 78.7rem;
  top: 0;
  left: 0;
}

.menu__inner::after {
  background: url("../img/menu_deco-3.png") no-repeat center / contain;
  width: 70.8rem;
  height: 47.2rem;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .menu__inner::before {
    width: 70rem;
    height: 48.7rem;
  }

  .menu__inner::after {
    width: 50rem;
    height: 33.3rem;
  }
}

.menu__list {
  width: 128rem;
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
  margin: 7rem auto 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list-item {
  display: flex;
  gap: 4rem 5rem;
}

.menu__list-item:nth-of-type(even) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}

.menu__txt-wrapper {
  width: 100%;
  padding: 3.5rem 0 0 4.5rem;
  position: relative;
}

.menu__txt-wrapper::before {
  content: "";
  background: url("../img/menu_txt-deco.png") no-repeat center / contain;
  width: max(36px, 5.6rem);
  height: max(36px, 5.6rem);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.menu__txt-wrapper h3 {
  width: 26rem;
  border-bottom: solid 1px #c8a063;
  font-family: var(--font-en);
  font-size: max(16px, 2.4rem);
  font-weight: 400;
  color: #7d4b00;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 2rem;
  margin-bottom: 3.5rem;
}

.menu__txt-wrapper p {
  line-height: 2;
}

.bacic__price {
  margin: 6rem 0 2.5rem;
}

.bacic__price p {
  font-size: max(16px, 2.7rem);
  line-height: 1;
}

.bacic__price p span {
  font-size: max(12px, 1.6rem);
}

.bacic__price > span {
  background-color: #c8a063;
  width: max-content;
  font-size: max(14px, 2rem);
  color: var(--white);
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  padding: 0.5rem 2rem;
  margin-bottom: 3.5rem;
}

.bacic__price > span span {
  font-size: max(12px, 1.3rem);
  letter-spacing: 0.1em;
}

.drink__price {
  margin-bottom: 3rem;
}

.drink__price li {
  font-size: max(14px, 2rem);
  letter-spacing: 0.1em;
  line-height: 2;
}

.drink__price li span {
  font-size: max(12px, 1.5rem);
  letter-spacing: 0.1em;
}

.menu__img {
  width: 65rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

/*============================
	recruit
============================*/
.recruit {
  background: url("../img/recruit_bg.jpg") no-repeat center / cover;
  padding: 12.5rem 0 14.5rem;
}

.recruit__contents {
  background: url("../img/recruit__contents-bg.jpg") no-repeat center / cover;
  width: 89rem;
  border: solid 1px #c8a063;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7.5rem;
  padding: 7.5rem 0 9rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .recruit__contents {
    width: 90%;
  }
}

.recruit__btn {
  width: max-content;
}

.recruit__btn a {
  width: 100%;
  height: 100%;
  font-family: var(--font-en);
  color: var(--white);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.recruit__btn a::after {
  content: "";
  display: block;
  background-color: var(--white);
  width: max(35px, 5.3rem);
  height: 1px;
}

/*============================
	gallery
============================*/
.gallery {
  background: url("../img/gallery_bg.jpg") no-repeat center / cover;
  padding: 11rem 0 11.5rem;
}

.gallery__slider {
  height: 30rem;
  margin: 5.5rem 0 6rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 38.4rem;
}

/*============================
	access
============================*/
.access {
  background: var(--bg-1);
  padding: 13rem 0;
}

.access__map {
  height: 52.5rem;
  margin: 5rem 0 4.5rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem 7rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 55rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.6rem 2rem;
}

.access__list dt {
  width: max(85px, 12.5rem);
  font-weight: 400;
  display: flex;
  justify-content: center;
}

.access__list dd {
  width: calc(100% - max(85px, 12.5rem));
  border-bottom: solid 1px #c8a063;
}

@media (min-width: 768px) {
  .access__list dt {
    border-bottom: solid 1px var(--black);
  }

  .access__list dt:first-of-type {
    border-top: solid 1px var(--black);
  }

  .access__list dd:first-of-type {
    border-top: solid 1px #c8a063;
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    display: block;
    width: 100%;
  }

  .access__list dt {
    padding: 2rem 1.6rem 1rem;
  }

  .access__list dd {
    padding: 0 1.6rem 2rem;
    position: relative;
  }

  .access__list dd::before {
    content: "";
    background-color: var(--brown);
    width: 25%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    pointer-events: none;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

/*============================
	insta
============================*/
.insta {
  background: url("../img/insta_bg.jpg") no-repeat center / cover;
  padding: 10.5rem 0 17rem;
}

.insta__contents {
  width: 82.7rem;
  margin: 8rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 5.4rem;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
  display: none;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST {
    gap: 1rem;
  }
}

.CMS-INSTAGRAM-LIST img {
  width: 24rem;
  height: 24rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}
