@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.common__ttl--bl {
  color: var(--black);
}

.common__ttl span {
  font-family: var(--font-en);
  font-size: max(40px, 6.6rem);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: capitalize;
}

.common__btn {
  width: max(160px, 21.6rem);
  height: max(40px, 5rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  width: 100%;
  height: 100%;
  border: solid 1px var(--yellow);
  font-weight: 500;
  color: var(--yellow);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  position: relative;
}

.common__btn--bl a {
  border: solid 1px var(--black);
  color: var(--black);
}

.common__btn a::after {
  content: "";
  display: block;
  background-color: var(--yellow);
  width: max(28px, 4rem);
  height: 1px;
}

.common__btn--bl a::after {
  background-color: var(--black);
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.hero__slider .swiper-slide-active img,
.hero__slider .swiper-slide-duplicate-active img,
.hero__slider .swiper-slide-prev img {
  animation: zoomOut 7s linear both;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.hero__scroll {
  font-size: max(10px, 1.2rem);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: absolute;
  left: 6rem;
  bottom: -8rem;
  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 {
  padding: 7rem 0 11.5rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 6.5rem auto 8rem;
}

@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: 20rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  font-weight: 300;
  margin-right: 1.2rem;
}

.CMS-NEWS-LINK {
  border-top: solid 1px var(--yellow);
  padding-top: 1rem;
  margin-top: 1rem;
}

.CMS-NEWS-TIME {
  font-size: max(12px, 1.4rem);
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	concept
============================*/
.concept {
  background: url("../img/concept_bg.jpg") no-repeat center / cover;
  padding: 17.5rem 0 11rem;
}

.concept__txt-wrapper {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .concept__txt-wrapper {
    width: 73rem;
  }
}

.concept__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 8.5rem;
}

.concept__txt-wrapper p {
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin: 6rem 0 9rem;
}

/*============================
	menu
============================*/
.menu {
  padding: 9rem 0 11rem;
}

.menu__course {
  width: 110rem;
  margin: 8rem auto 9rem;
}

@media (max-width: 767px) {
  .menu__course {
    width: 90%;
  }
}

.menu__txt-wrapper {
  width: 100%;
}

.menu__course .menu__txt-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    padding-top: 3.5rem;
  }

  .menu__course .menu__txt-wrapper {
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    margin-top: -3.5rem;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .menu__course .menu__txt-wrapper h3 {
    margin-top: 10rem;
  }
}

.menu__txt-wrapper h3 span {
  display: block;
  font-size: max(12px, 1.4rem);
  color: var(--yellow);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.menu__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin-top: 4rem;
}

.menu__img-1 {
  width: 100%;
}

.menu__img-2 {
  width: 47.7rem;
  height: 100%;
  flex-shrink: 0;
  margin-right: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .menu__img-2 {
    width: 100%;
    margin: 4rem 0;
  }
}

.course__list-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10rem;
}

@media (max-width: 767px) {
  .course__list-wrapper {
    flex-direction: column;
    row-gap: 8rem;
  }
}

.course__list dt {
  font-size: max(20px, 3.4rem);
  font-weight: 500;
  color: var(--yellow);
  letter-spacing: 0.1em;
}

.course__list dd {
  font-size: max(16px, 2.4rem);
  letter-spacing: 0.1em;
}

.course__list dd:not(:last-of-type) {
  margin-bottom: 6rem;
}

.course__content {
  width: max(250px, 44.5rem);
  text-align: center;
}

@media (max-width: 767px) {
  .course__content {
    width: 100%;
  }
}

.course__content h4 {
  border-bottom: solid 1px var(--yellow);
  font-size: max(16px, 2.4rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.course__content p {
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2;
}

.course__content p span {
  display: block;
  font-size: max(12px, 1.4rem);
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}

.menu__reserve {
  background: url("../img/reserve_bg.jpg") no-repeat center / cover;
  width: 100%;
}

.reserve__txt-wrapper {
  width: max-content;
  text-align: center;
  padding: 8.5rem 0 8rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .reserve__txt-wrapper {
    width: 90%;
  }
}

.reserve__tel {
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 4rem;
}

.reserve__tel a {
  font-size: max(20px, 3.6rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 3rem;
}

.reserve__tel a span {
  font-size: max(28px, 5.2rem);
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .reserve__tel a {
    text-decoration: none;
  }

  .reserve__tel a span {
    text-decoration: underline;
  }
}

.reserve__tel > span {
  display: block;
  width: 100%;
  border: solid 1px var(--white);
  font-size: max(12px, 2rem);
  letter-spacing: 0.1em;
  padding: 0.5rem;
}

.reserve__txt-wrapper p {
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2;
}

.menu__drink {
  width: 110rem;
  display: flex;
  gap: 4rem 7.5rem;
  margin: 6rem auto 3rem;
}

@media (max-width: 767px) {
  .menu__drink {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.menu__img-3 {
  width: 51rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .menu__img-3 {
    width: 100%;
  }
}

.menu__chef {
  /* background-color: #3b341f; */
  width: 110rem;
  padding: 5.5rem 9rem 6rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .menu__chef {
    width: 90%;
    padding: 5.5rem 6rem 6rem;
  }
}

.menu__chef h4 {
  border-bottom: solid 1px var(--yellow);
  font-size: max(16px, 2.8rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 1.5rem;
  margin-bottom: 6.4rem;
}

.menu__chef-inner {
  display: flex;
  gap: 4rem 8rem;
}

@media (max-width: 767px) {
  .menu__chef-inner {
    flex-direction: column;
  }
}

.chef__img {
  width: 33.4rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .chef__img {
    width: 100%;
  }
}

.menu__chef p {
  letter-spacing: 0.1em;
  line-height: 2.5;
}

@media (min-width: 768px) {
  .menu__chef p {
    padding-top: 2rem;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 8rem 0 10.5rem;
}

.gallery__slider {
  height: 20.9rem;
  margin: 7rem 0 10rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 28.7rem;
  margin: 0 0.1rem;
}

/*============================
	access
============================*/
.access {
  background: url("../img/access_bg.jpg") no-repeat center / cover;
  padding: 11.5rem 0 19rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem 9rem;
  margin: 11.5rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 52.4rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: -7rem;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2.7rem 0 4rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 4rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.7rem 1.6rem;
}

.access__list dt {
  width: max(75px, 11rem);
  font-weight: 700;
}

.access__list dd {
  width: calc(100% - max(75px, 11rem));
}

.access__list dd:not(:last-of-type) {
  border-bottom: solid 1px var(--white);
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: solid 1px var(--white);
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
  }

  .access__list dt {
    padding: 2rem 1.6rem 1rem;
  }

  .access__list dd {
    padding: 0 1.6rem 2rem;
  }
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

.top__map {
  height: 37.2rem;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-2);
  padding: 14.5rem 0 16rem;
}

.insta__contents {
  width: 88.7rem;
  margin: 9rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem 2.9rem;
}

.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: 27.6rem;
  height: 27.6rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

/*============================
	parallax
============================*/
.parallax {
  width: 100%;
  height: 45rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
}

@media screen and (max-width: 767px) {
  .parallax {
    height: 40rem;
  }
}

.parallax::before {
  content: "";
  background: url("../img/parallax_bg.jpg") no-repeat center / cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}




.top_menu-img {
  display: flex;
	flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5rem;
}

.top_menu-img img{
  padding: 2rem;
}