@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  text-align: center;
}
.common__ttl img {
  height: 13.8rem;
  width: auto;
}


.ttl_deco::before {
  content: "";
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: 26.95rem;
  height: 20.5rem;
  mix-blend-mode: screen;
  position: absolute;
  transform: translateX(-50%);
  top: 3rem;
  left: 50%;
}

.common__btn {
  width: max(210px, 27.8rem);
  margin: 0 auto;
}
.common__btn.left {
  margin-left: -1.6rem;
}
@media (max-width: 767px) {
  .common__btn.left {
    margin: 0 auto;
  }
}



/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  color: var(--text-color);
  position: relative;
}
.hero::after {
  content: "";
  background: url("../img/line.png") repeat-x center / 100%;
  width: 100%;
  height: 4rem;
  position: absolute;
  transform: translateY(50%);
  left: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero__slider::after {
  content: "";
  background: url("../img/hero_bg.png") repeat-x center / contain;
  width: 100%;
  height: 16.6rem;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 1;
}

@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.6rem);
  font-weight: 500;
  color: var(--color-white);
  letter-spacing: 0.2em;
  line-height: 1;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  position: absolute;
  left: 6rem;
  bottom: 0;
  z-index: 1000;
font-family: "Calistoga", serif;
}

@media (max-width: 767px) {
  .hero__scroll {
    display: none;
  }
}

.hero__scroll::after {
  content: "";
  display: block;
  background-color: var(--color-white);
  width: 2px;
  height: 7.7rem;
  margin-top: 1rem;
  animation: scroll 2.5s infinite;
}

/*============================
	news
============================*/
.news {
  background: var(--bg-1);
  padding: 9.8rem 0 9.2rem;
  position: relative;
}

.news::before {
  width: 21.7rem;
  height: 16.5rem;
  transform: translateX(-90%);
  top: 10rem;
  left: calc(100% - 110rem);
}

@media (max-width: 767px) {
  .news::before {
    transform: translateX(-60%);
    top: 4rem;
    left: 50%;
  }
}

.news__contents {
  width: 110rem;
  display: flex;
  align-items: center;
  gap: 6rem 10rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .news__contents {
    width: 90%;
    flex-direction: column;
  }
}

.news .common__ttl {
  width: max-content;
  margin: 0 auto 0 0;
}

.news .common__ttl span {
  font-size: max(20px, 4.8rem);
}

.news .common__btn {
  width: max(130px, 18.8rem);
  margin: 3.5rem 0 0;
}

.news .common__btn a {
  border: solid 1px var(--color-white);
  padding-right: max(15px, 2rem);
}

@media (max-width: 767px) {
  .news .common__ttl {
    margin: 0 auto;
  }

  .news .common__btn {
    margin: 3.5rem auto 0;
  }
}

.news .common__btn a::before {
  display: none;
}

.CMS-NEWS-INDEX {
  width: auto;
  height: auto;
  display: flex;
  gap: 6rem 3rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    flex-direction: column;
    margin: 0 auto;
  }
}

.CMS-NEWS-ITEM {
  width: 25rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-ITEM {
    width: 100%;
  }
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 17rem;
  margin-bottom: 2.4rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  letter-spacing: 0.1em;
}

.CMS-NEWS-TIME {
  margin-bottom: 1rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	policy
============================*/
.policy {
  background: url("../img/back-policy.jpg") no-repeat center / cover;
  padding: 10rem 0;
  position: relative;
}
.policy::after {
  content: "";
  background: url("../img/line.png") repeat-x center / 100%;
  width: 100%;
  height: 4rem;
  position: absolute;
  transform: translateY(50%);
  left: 0;
  bottom: 0;
  z-index: 2;
}
.policy__contents {
  width: 110rem;
  border: solid 2px var(--color-white);
  padding: 9rem 18.5rem 7rem;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    padding: 4rem;
  }
}

.policy__contents::before,
.policy__contents::after {
  content: "";
  width: 26.5rem;
  height: 26.5rem;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.policy__contents::before {
  background: url("../img/deco-policy1.png") no-repeat center / contain;
  top: 11rem;
  left: -10.5rem;
}

.policy__contents::after {
  background: url("../img/deco-policy2.png") no-repeat center / contain;
  right: -9.5rem;
  bottom: 3rem;
}

@media (max-width: 767px) {
  .policy__contents::before,
  .policy__contents::after {
    width: 15rem;
    height: 15rem;
  }

  .policy__contents::before {
    top: -9rem;
    left: -4rem;
  }

  .policy__contents::after {
    right: -4rem;
    bottom: 2rem;
  }
}

.policy__contents h2 {
  font-size: max(16px, 3rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
}

.policy__contents h2 strong {
  font-size: max(20px, 4rem);
  font-weight: 700;
}

.policy__contents p {
  letter-spacing: 0.1em;
  line-height: 2.25;
  text-align: center;
  margin: 2.5rem 0 4rem;
}

/*============================
	menu
============================*/
.menu {
  background: url(../img/deco-menu1.png) no-repeat center top / 100%;
  padding: 12rem 0 7rem;
  position: relative;
  z-index: 1;
}
.menu::after {
  content: "";
  background: url("../img/line.png") repeat-x center / 100%;
  width: 100%;
  height: 4rem;
  position: absolute;
  transform: translateY(50%);
  left: 0;
  bottom: 0;
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 23.5rem;
  margin: 14rem auto 23.5rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    row-gap: 10rem;
    margin: 10rem auto 5rem;
  }
}

.menu__list-item {
  display: flex;
  gap: 4rem 7.2rem;
}

.menu__list-item:nth-of-type(even) {
  display: flex;
  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%;
  margin-top: 7rem;
  margin-bottom: -7rem;
  padding-top: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .menu__txt-wrapper {
    margin-top: 0rem;
    margin-bottom: 0rem;
    padding-top: 0rem;
  }
}

.menu__txt-wrapper::before {
  content: "";
  display: block;
  width: 41rem;
  height: 26.5rem;
}

.menu__list-item:nth-of-type(1) .menu__txt-wrapper::before {
  background: url("../img/title-menu2.png") no-repeat center / contain;
}

.menu__list-item:nth-of-type(2) .menu__txt-wrapper::before {
  background: url("../img/title-menu3.png") no-repeat center / contain;
}

/* .menu__list-item:nth-of-type(3) .menu__txt-wrapper::before {
  background: url("../img/menu_drink.png") no-repeat center / contain;
} */



  .menu__txt-wrapper::after {
    content: "";
    background: url("../img/deco-menu2.png") no-repeat center / contain;
    width: 87.5rem;
    height: 74rem;
    position: absolute;
    top: -4.5rem;
    left: -10.5rem;
    z-index: -1;
  }

  .menu__list-item:nth-of-type(even) .menu__txt-wrapper::after {
    background: url("../img/deco-menu3.png") no-repeat center / contain;
    left: auto;
    right: -10.5rem;
  }

  @media (max-width: 877px) {
    .menu__txt-wrapper::after {
      width: 99rem;
      height: 87rem;
      top: -4.5rem;
      left: -10.5rem;
    }
  }
  @media (max-width: 767px) {
    .menu__txt-wrapper::after {
      content: none;
    }
  }



.menu__txt-wrapper h3 {
  font-size: max(16px, 3rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 3rem;
  margin-left: 5rem;
}

.menu__txt-wrapper h3 strong {
  font-size: max(20px, 4rem);
  font-weight: 700;
}

.menu__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2.25;
  margin-bottom: 2.5rem;
}

.menu__img {
  width: 79.3rem;
  flex-shrink: 0;
  position: relative;
}

.menu__list-item:nth-of-type(even) .menu__img {
  margin-left: calc(50% - 50vw);
}

.menu__list-item:nth-of-type(odd) .menu__img {
  margin-right: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .menu__img,
  .menu__list-item:nth-of-type(even) .menu__img,
  .menu__list-item:nth-of-type(odd) .menu__img {
    width: 100%;
    margin: 0;
  }
}



/*============================
	gallery
============================*/
.gallery {
  background: url(../img/back-gallery.jpg) no-repeat center top / cover;
  padding: 9.6rem 0 10rem;
  position: relative;
}
.gallery::after {
  content: "";
  background: url("../img/line.png") repeat-x center / 100%;
  width: 100%;
  height: 4rem;
  position: absolute;
  transform: translateY(50%);
  left: 0;
  bottom: 0;
}

.gallery__slider {
  margin: 5.5rem 0 7rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 35.6rem;
  margin: 0 0;
}

@media (max-width: 767px) {
  .gallery__slider .swiper-slide {
    width: 40rem;
  }
}

/*============================
	access
============================*/
.access {
  background: url(../img/back-access.jpg) no-repeat center top / cover;
  padding: 6rem 0 10rem;
  position: relative;
}

.access__contents {
  width: 110rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem 10rem;
  margin: 6rem auto 0;
}

@media (max-width: 767px) {
  .access {
    padding: 8rem 0 10rem;
  }
  .access__contents {
    width: 90%;
    flex-direction: column;
    margin: 6rem auto 0;
  }
}

.access__img {
  width: 41.6rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
    margin-bottom: 3rem;
  }
}

.access__list {
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 0 1.5rem 3.5rem;
  margin-bottom: 3rem;
  position: relative;
}

@media (max-width: 767px) {
  .access__list {
    padding: 2rem 4rem 4rem;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .access__list::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    width: 50vw;
    height: 100%;
    position: absolute;
    transform: translateX(100%);
    top: 0;
    right: 0;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.1em;
  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 0.15rem #555;
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: solid 0.15rem #555;
  }
}

@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;
  }
}


.top__map {
  height: 37.5rem;
}
@media (max-width: 767px) {
  .top__map {
    height: 40rem;
  }
}
@media (max-width: 500px) {
  .top__map {
    height: 65rem;
  }
}





/*============================
	insta
============================*/
.insta {
  background: url(../img/back-insta.jpg) no-repeat center top / cover;
  padding: 9rem 0 12.5rem;
  position: relative;
}
.insta::after {
  content: "";
  background: url("../img/line.png") repeat-x center / 100%;
  width: 100%;
  height: 4rem;
  position: absolute;
  transform: translateY(50%);
  left: 0;
  bottom: 0;
  z-index: 1;
}

.insta__contents {
  width: 88.7rem;
  margin: 5rem 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.9rem 2.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: 27.6rem;
  height: 27.6rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}








/*============================
	shop
============================*/
.shop {
  padding: 6rem 0 9rem;
  position: relative;
}

.shop__contents {
  width: 92rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem 12rem;
  margin: 6rem auto 0;
  padding-right: 5.5rem;
}

@media (max-width: 1000px) {
  .shop__contents {
    width: 100rem;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .shop {
    padding: 4rem 0 10rem;
  }
  .shop__contents {
    width: 90%;
    flex-direction: column;
    margin: 6rem auto 0;
    padding-right: 0;
  }
}

.shop__img {
  width: 32.5rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .shop__img {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 3rem;
  }
}

.shop__contents > div:nth-of-type(2) {
  padding-top: 1.5rem;
}
.shop h3 {
  font-size: max(22px, 3.3rem);
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
.shop h3 img {
  width: max(75px, 11.5rem);;
  margin-right: 2.3rem;
  vertical-align: -1.8rem;
}
.shop .subtitle {
  font-family: "Calistoga", serif;
  font-size: max(19px, 2.82rem);
  letter-spacing: 0.2em;
  margin-bottom: 3rem;
}
.shop .subtitle .shop-name {
  white-space: nowrap;
}
.shop .subtitle span:not(.shop-name) {
  font-size: 1.425em;
  padding-left: 0.3rem;
}
.shop .text {
  line-height: 2.25;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}



