@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: max(34px, 3.4rem);
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 9px;
  font-weight: 100;
  /* font-family: var(--font-tan); 
  font-weight: 900;
  */
}

.common__ttl span {
  font-size: max(12px, 1.8rem);
  font-weight: 100;
  color: var(--red);
  letter-spacing: 0.1em;
  text-transform: capitalize;
}

.common__ttl--wt,
.common__ttl--wt span {
  color: var(--white);
}

.common__ttl--wt::after {
  background: url("../img/ttl_deco-wt.png") no-repeat center / contain;
}

@media (max-width: 767px) {
  .common__ttl {
    font-size: max(34px, 6rem);
  }

  .common__ttl span {
    font-size: max(12px, 1.6rem);
  }
}

.common__btn {
  width: max(190px, 24.7rem);
  height: max(50px, 6.5rem);
  flex-shrink: 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .common__btn {
    width: max(190px, 30rem);
    height: max(50px, 7.9rem);
  }
}

.common__btn a {
  background-color: var(--brown);
  width: 100%;
  height: 100%;
  color: var(--white);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn--bl {
  border: 1px solid var(--white);
}

.common__btn_form {
  width: 60rem;
  height: 10rem;
  max-width: 80%;
  margin-top: 8rem;
}

.common__tel {
   font-size: max(28px, 3rem);
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  margin-top: 5rem;
}

.common__tel::before {
  content: "";
  display: block;
  background: url(../img/tel_icon-bl.png) no-repeat center / contain;
  width: max(20px, 3.6rem);
  height: max(20px, 3.6rem);
}

@media (min-width: 768px) {
  .common__btn a {
    font-size: max(12px, 2rem);
  }
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
}

@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: 11.5rem 0 12rem;
}

.CMS-NEWS-INDEX {
  width: 156rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
  margin: 6rem auto 7.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: 30rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  letter-spacing: 0.1em;
}

.CMS-NEWS-TIME {
  color: #776665;
  margin-bottom: 1.5rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	policy
============================*/
.policy {
  background: var(--bg2);
  color: var(--white);
  padding: 13rem 0 16.5rem;
  position: relative;
}

.policy::before {
  content: "";
  /* background-color: var(--brown); */
  background: var(--bg2);
  width: 66%;
  height: 75.5rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .policy::before {
    width: 85%;
  }
}

.policy__ttl-wrapper {
  width: 156rem;
  display: flex;
  align-items: center;
  gap: 6rem 10rem;
  padding-left: 12.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .policy__ttl-wrapper {
    width: 85%;
    flex-direction: column;
    padding: 0;
  }
}

.policy__ttl-wrapper h2 {
  font-size: max(50x, 3.9rem);
  color: #d8ccb1;
  line-height: 1;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  flex-shrink: 0;
  position: relative;
}

.policy__ttl-wrapper h2::before {
  content: "";
  /* background: url("../img/policy_ttl-deco.png") no-repeat center / contain; */
  width: 9.8rem;
  height: 13.8rem;
  position: absolute;
  transform: translateX(-100%);
  top: -1rem;
  left: -6rem;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .policy__ttl-wrapper h2::before {
    left: -4rem;
  }
}

.policy__ttl-wrapper h2 span:nth-of-type(1) {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

/* .policy__ttl-wrapper h2 span:nth-of-type(1)::after {
  content: "";
  display: block;
  background-color: #d8ccb1;
  width: 100%;
  height: 1px;
} */

.policy__ttl-wrapper h2 span:nth-of-type(2) {
  display: block;
  width: 44rem;
}

.policy_img-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}

.policy__contents {
  width: 156rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem 9.5rem;
  padding-right: 24rem;
  margin: 13rem auto 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 85%;
    flex-direction: column-reverse;
    padding: 0;
    margin: 6rem auto 0;
  }
}

.policy__txt-wrapper {
  width: 100%;
  position: relative;
}

.policy__txt-wrapper::before {
  content: "";
  /* background: url("../img/policy_txt-deco.png") no-repeat center / contain; */
  width: 24.2rem;
  height: 36.8rem;
  position: absolute;
  bottom: -2rem;
  right: -33rem;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 767px) {
  .policy__txt-wrapper::before {
    width: 18rem;
    height: 27.4rem;
    bottom: -12rem;
    right: -4rem;
  }
}

.policy__txt-wrapper h3 {
  font-size: max(16px, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .policy__txt-wrapper h3 {
    font-size: max(16px, 3.2rem);
  }
}

.policy__txt-wrapper h3 span {
  display: block;
  background-color: #d8ccb1;
  width: max-content;
  color: var(--brown);
  padding: 1.5rem 6rem 1.5rem 3rem;
  margin: 0 -5.5rem;
}

.policy__txt-wrapper h3 span:nth-of-type(2) {
  margin: 1.6rem -13.5rem 0 7.5rem;
}

@media (max-width: 767px) {
  .policy__txt-wrapper h3 span {
    margin: 0;
  }

  .policy__txt-wrapper h3 span:nth-of-type(2) {
    margin: 1.6rem 0 0 5rem;
  }
}

.policy__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 3rem 0 6rem;
}

@media (min-width: 768px) {
  .policy__txt-wrapper p {
    margin: 13rem 0 7rem;
  }
}

.policy__img {
  width: 76.4rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .policy__img {
    width: 100%;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 22rem 0 14rem;
  position: relative;
}

.menu__inner {
  width: 156rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .menu{
    padding: 16rem 0 14rem;
  }
  .menu__inner {
    width: 90%;
  }
}

.menu__ttl-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .menu__ttl-wrapper {
    flex-direction: column;
    row-gap: 8rem;
  }
}

.menu .common__ttl {
  margin: 0 auto;
}

.menu__course,
.menu__drink {
  width: 100%;
  display: flex;
}

.menu__course {
  flex-direction: row-reverse;
  margin-top: -25rem;
}

.menu__drink {
  align-items: flex-end;
  margin-top: 13rem;
}

@media (max-width: 767px) {

  .menu__course,
  .menu__drink {
    flex-direction: column-reverse;
  }

  .menu__course {
    margin-top: 4rem;
  }
}

.menu__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .menu__course .menu__txt-wrapper {
    padding: 29rem 0 0 30rem;
  }

  .menu__drink .menu__txt-wrapper {
    padding: 4rem 16.5rem 0 12.5rem;
  }
}

.menu__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
}

@media (max-width: 767px) {
  .menu__txt-wrapper p {
    margin-top: 4rem;
  }
}

@media (min-width: 768px) {
  .menu__drink .menu__txt-wrapper p {
    margin-bottom: max(100px, 25rem);
  }
}

.menu__img {
  width: 86rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

.menu__ttl-wrapper .menu__img {
  width: 70rem;
}

@media (max-width: 767px) {

  .menu__img,
  .menu__ttl-wrapper .menu__img {
    width: 100%;
  }
}

.menu__img p {
  /* background-color: var(--red); */
  width: max(100px, 25rem);
  height: max(100px, 25.2rem);
  clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%, 10% 0);
  font-size: max(23px, 5rem);
  font-weight: 500;
  color: var(--red);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translateX(100%);
  right: 0;
  bottom: 0;
  font-family:"cochin-lt-pro", sans-serif;
  line-height: 0.8;
  border: 1px solid var(--red);
  z-index: 0;
  letter-spacing: 1px;
   /* letter-spacing: 0.1em; */
}

.menu__drink .menu__img p {
  transform: translateX(-100%);
  left: 0;
  right: auto;
}

@media (max-width: 767px) {

  .menu__img p,
  .menu__drink .menu__img p {
    width: max(100px, 20rem);
    height: max(100px, 20rem);
    font-size: max(23px, 3rem);
    transform: none;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0,.5);
    color: #fff;
    border: none;
  }
}

.menu__img p::before {
  position: absolute;
  content: "";
  background: var(--red);
  width: 4.5rem;
  height: 1px;
  top: 6%;
  left: -1.4rem;
  transform: rotate(-45deg);
  z-index: 1;
}

.menu__img p::after {
  position: absolute;
  content: "";
  background: var(--red);
  width: 4.5rem;
  height: 1px;
  bottom: 6%;
  right: -1.4rem;
  transform: rotate(-45deg);
}

.menu__img p span {
  font-size: max(12px, 2.6rem);
  letter-spacing: 0.1em;
  font-family: var(--font-zen);
  padding-top: 0.4rem;
}

@media (max-width: 767px) {
  .menu__img p span {
    font-size: max(12px, 1.6rem);
  }
}

.menu .common__btn {
  margin: 8rem auto 0;
}

/*============================
	gallery
============================*/
.gallery {
  /* background: var(--brown); */
  color: var(--white);
  padding: 13rem 0 19rem;
  position: relative;
   background: var(--bg2);
}

.gallery::before,
.gallery::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.gallery::before {
  /* background-color: var(--brown); */
  width: 60%;
  height: 60rem;
  top: 0;
  left: 0;
}

.gallery::after {
  /* background: url("../img/gallery_deco.png") no-repeat center / contain; */
  width: 16.1rem;
  height: 16.3rem;
  top: 5.3rem;
  right: 0;
}

@media screen and (max-width: 767px) {
  .gallery::before {
    width: 80%;
  }

  .gallery::after {
    width: 30rem;
    height: 15.9rem;
    top: 0;
  }
}

.gallery__ttl-wrapper {
  width: 137rem;
  margin: 0 auto 9rem;
}

@media (max-width: 767px) {
  .gallery__ttl-wrapper {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .gallery .common__ttl {
    width: max-content;
  }
}

.gallery__ttl-wrapper p {
  font-size: max(16px, 4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 8.5rem 0 0 14rem;
}

@media screen and (max-width: 767px) {
  .gallery__ttl-wrapper p {
    font-size: max(14px, 2rem);
    text-align: center;
    margin: 6rem 0 0;
  }
}

.gallery__slider {
  height: 30.5rem;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .gallery__slider {
    margin-left: 41rem;
    overflow: hidden;
  }
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 39rem;
}

.gallery__txt-wrapper {
  width: 110rem;
  display: flex;
  justify-content: space-between;
  gap: 4rem 10.5rem;
  margin: 6.5rem auto 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .gallery__txt-wrapper {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }
}

.gallery__txt-wrapper::before {
  content: "";
  /* background: url("../img/gallery_txt-deco.png") no-repeat center / contain; */
  width: 9.6rem;
  height: 26.2rem;
  position: absolute;
  transform: translateX(-100%);
  top: -11.5rem;
  left: -10.5rem;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .gallery__txt-wrapper::before {
    width: 7rem;
    height: 19.1rem;
    transform: translateY(100%);
    top: auto;
    left: 0;
    bottom: 4rem;
  }
}

.gallery__txt-wrapper p {
  line-height: 2;
}

.gallery .common__btn {
  margin: 0;
}

/*============================
	access
============================*/
.access {
  padding: 14.5rem 0 13rem;
}

.access__contents {
  width: 156rem;
  display: flex;
  gap: 2rem 6rem;
  margin: 11rem auto 11.5rem;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img-wrapper {
  width: 61rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img-wrapper {
    width: 100%;
  }
}

.access__img {
  width: 100%;
  margin-bottom: 4rem;
}

.access__tel a {
  font-size: max(20px, 4.5rem);
  font-weight: 600;
  color: var(--brown);
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 767px) {
  .access__tel a {
    font-size: max(20px, 4rem);
  }
}

.access__tel a::before {
  content: "";
  display: block;
  background: url("../img/tel_icon-bl.png") no-repeat center / contain;
  width: max(24px, 4.3rem);
  height: max(24px, 4.3rem);
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2rem 0 8rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 8rem;
  }
}

.access__list dt,
.access__list dd {
  font-size: max(12px, 2.6rem);
}

.access__list dt {
  width: max(90px, 22rem);
  font-weight: 400;
  padding: 2.9rem 5rem;
}

.access__list dd {
  width: calc(100% - max(90px, 22rem));
  border-bottom: solid 1px var(--black);
  padding: 2.9rem 0;
}

@media (min-width: 768px) {
  .access__list dt {
    border-bottom: solid 1px var(--black);
  }
}

@media (max-width: 767px) {

  .access__list dt,
  .access__list dd {
    width: 100%;
    font-size: max(12px, 1.6rem);
  }

  .access__list dt {
    padding: 2rem 1.6rem 1rem;
  }

  .access__list dd {
    padding: 0 1.6rem 2rem;
  }
}

.top__map {
  height: 46rem;
  position: relative;
  z-index: 2;
}

.access .common__btn {
  margin: 9rem auto 0;
}

/*============================
	insta
============================*/
.insta {
  /* background: var(--brown); */
  padding: 17rem 0 9rem;
  background: var(--bg2);
}

.insta__contents {
  width: 125rem;
  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.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: 39.8rem;
  height: 39.8rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

/*============================
	parallax
============================*/
.parallax {
  width: 100%;
  height: 73rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
  z-index: 2;
}

@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;
}