@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  display: block;
  width: 16.3rem;
  margin: 0 auto;
}

.menu .common__ttl {
  width: 16.6rem;
}

.gallery .common__ttl {
  width: 27.7rem;
}

.contact .common__ttl {
  width: 28rem;
}

.access .common__ttl {
  width: 41.2rem;
  margin: 0;
}

.insta .common__ttl {
  width: 35.9rem;
}

.common__btn {
  width: max(156.7px, 19.2rem);
  height: max(40px, 4.9rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background: url("../img/btn_bg.png") no-repeat center / contain;
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn--r a {
  background: url("../img/btn_bg-r.png") no-repeat center / contain;
}

.common__line {
  display: block;
  background: url("../img/line.png") no-repeat center / cover;
  width: 100%;
  height: 5rem;
}

/*============================
	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;
}

/*============================
	news
============================*/
.news {
  padding: 9rem 0 10rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 6rem auto 6.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: 20rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  margin-right: 1.2rem;
}

.CMS-NEWS-LINK {
  border-top: solid 1px var(--black);
  padding-top: 1rem;
  margin-top: 1rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	concept
============================*/
.concept {
  background: var(--bg-2);
  color: var(--white);
  padding: 8rem 0 16rem;
  position: relative;
}

.concept::before {
  content: "";
  background: url("../img/concept_deco.png") no-repeat center / contain;
  width: 45.8rem;
  height: 31.7rem;
  position: absolute;
  right: 13.5rem;
  bottom: -14rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .concept::before {
    width: 32rem;
    height: 22.1rem;
    right: 2rem;
    bottom: -8rem;
  }
}

.concept__ttl-wrapper {
  width: 110rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto 5rem;
}

@media (max-width: 767px) {
  .concept__ttl-wrapper {
    width: 90%;
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: 2rem;
  }
}

.concept__ttl-wrapper h2 {
  display: block;
  width: 43.9rem;
  height: 100%;
  flex-shrink: 0;
  margin-bottom: -5px;
}

.concept__img-list {
  width: 59.4rem;
  display: flex;
  gap: 3rem;
}

@media (max-width: 767px) {
  .concept__img-list {
    width: 100%;
  }
}

.concept__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem 5.5rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .concept__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.concept__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .concept__txt-wrapper {
    padding-top: 5rem;
  }
}

.concept__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.concept__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 3.5rem 0 4rem;
}

@media (min-width: 768px) {
  .concept .common__btn {
    margin: 0;
  }
}

.concept__img {
  width: 76rem;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .concept__img {
    width: 100%;
    margin: 0;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 15rem 0 14.5rem;
  position: relative;
}

.menu::before,
.menu::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu::before {
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 21.8rem;
  height: 33rem;
  top: 7.5rem;
  left: 17rem;
}

.menu::before {
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 21.8rem;
  height: 33rem;
  top: 7.5rem;
  left: 17rem;
}

.menu::after {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 27.2rem;
  height: 20rem;
  right: 10rem;
  bottom: 15rem;
}

@media (max-width: 767px) {
  .menu::before {
    width: 16rem;
    height: 24.2rem;
    top: 5rem;
    left: 4rem;
  }

  .menu::after {
    width: 20rem;
    height: 14.7rem;
    right: 2rem;
    bottom: 5rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
  margin: 16rem auto 8rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list-item {
  display: flex;
  justify-content: space-between;
  gap: 4rem 5rem;
  position: relative;
}

.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__list-item:nth-of-type(1)::before {
  content: "";
  background: url("../img/menu_deco-3.png") no-repeat center / contain;
  width: 18.4rem;
  height: 19.6rem;
  position: absolute;
  left: -9.5rem;
  bottom: -6.5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(1)::before {
    width: 12rem;
    height: 12.8rem;
    left: -3rem;
    bottom: -16rem;
  }
}

.menu__txt-wrapper {
  width: 100%;
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}

.menu__txt-wrapper h3 span {
  display: block;
  background-color: var(--brown);
  width: max-content;
  padding: 2rem 3rem;
}

.menu__txt-wrapper h3 span:nth-of-type(2) {
  margin: 1.4rem 0 0 6.5rem;
}

.menu__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
}

@media (min-width: 768px) {
  .menu__list-item:nth-of-type(1) .menu__txt-wrapper p {
    margin-left: 10rem;
  }

  .menu__list-item:nth-of-type(2) .menu__txt-wrapper p {
    margin-right: 10rem;
  }
}

.menu__img {
  width: 67.3rem;
  height: 100%;
  flex-shrink: 0;
  margin: -10rem -6.5rem 0 -10rem;
}

.menu__list-item:nth-of-type(2) .menu__img {
  width: 60.9rem;
  margin: -7.5rem -3.5rem 0 -6rem;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
    margin: 0;
  }

  .menu__list-item:nth-of-type(2) .menu__img {
    width: 90%;
    margin: 0;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-3);
  padding: 11.5rem 0 10rem;
}

.gallery__slider-wrapper {
  margin: 7rem 0 10rem;
}

.gallery__slider {
  height: 28rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 36rem;
}

/*============================
	kitchen
============================*/
.kitchen {
  background: url("../img/kitchen_bg.jpg") no-repeat center / cover;
  padding: 5rem 0;
  position: relative;
}

.kitchen::before {
  content: "";
  background: linear-gradient(-90deg, rgba(255, 255, 255, 1), rgba(0, 0, 0, 1));
  width: 75%;
  height: 100%;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.kitchen__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .kitchen__contents {
    width: 90%;
    flex-direction: column-reverse;
    row-gap: 2rem;
  }
}

.kitchen__ttl {
  display: block;
  width: 58.8rem;
  height: 100%;
  flex-shrink: 0;
}

.kitchen__txt {
  width: 53.3rem;
  height: 39.5rem;
  font-size: max(10px, 1.8rem);
  letter-spacing: 0.1em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  padding: 8rem 4.5rem 5.5rem 0;
  margin-right: -1.5rem;
  position: relative;
}

.kitchen__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.kitchen__insta {
  display: block;
  width: max(24px, 5rem);
}

/*============================
	contact
============================*/
.contact {
  padding: 15.5rem 0 16rem;
}

.contact__contents {
  background: url("../img/contact_bg.jpg") no-repeat center / cover;
  width: 110rem;
  border: solid max(3px, 0.7rem) var(--black);
  padding: 6.5rem 0 6rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .contact__contents {
    width: 90%;
    padding: 4rem 0;
  }
}

.contact__tel {
  font-family: var(--font-en);
  font-size: max(20px, 4rem);
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: max(6px, 1rem);
  margin: 3rem 0;
}

.contact__tel::before {
  content: "";
  display: block;
  background: url("../img/tel_icon-bl.png") no-repeat center / contain;
  width: max(20px, 3.8rem);
  height: max(20px, 3.8rem);
}

/*============================
	access
============================*/
.access {
  padding-bottom: 16rem;
  position: relative;
}

.access__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 6rem 7rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.access__img {
  width: 65rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: 4.5rem 0;
}

.access__list dt,
.access__list dd {
  padding: 2.2rem 1.6rem;
}

.access__list dt {
  width: max(75px, 12rem);
  font-weight: 500;
}

.access__list dd {
  width: calc(100% - max(75px, 12rem));
}

.access__list dd:not(:last-of-type) {
  border-bottom: dashed max(2px, 0.3rem) var(--brown);
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: dashed max(2px, 0.3rem) var(--brown);
  }
}

@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;
  }
}

.access__line {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-2);
  padding: 13rem 0 16rem;
}

.insta__contents {
  width: 82rem;
  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: 1.8rem;
}

.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: 26.1rem;
  height: 26.1rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}
