@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  width: max-content;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.5rem;
  position: relative;
}

.common__ttl--c {
  margin: 0 auto;
}

.common__ttl span {
  font-size: max(24px, 4rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.insta .common__ttl span {
  text-transform: capitalize;
}

.common__ttl::before {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: 14.5rem;
  height: 14.6rem;
  position: absolute;
  top: -7.2rem;
  left: -6.4rem;
  z-index: -1;
}

.common__btn {
  width: max(210px, 34.6rem);
  height: max(42px, 6.1rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  width: 100%;
  height: 100%;
  border: solid 2px var(--brown);
  border-radius: 100vmax;
  font-size: max(14px, 2rem);
  color: var(--brown);
  letter-spacing: 0.075em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn a::after {
  content: "";
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(18px, 2.5rem);
  height: max(18px, 2.5rem);
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: max(16px, 2.4rem);
  pointer-events: none;
}

/*============================
	hero
============================*/
.hero {
  background: url("../img/mv.jpg") no-repeat center / cover;
  width: 100%;
  height: 59.5rem;
  margin-top: 8.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(250px, 40rem);
  }
}

.hero__ttl {
  font-family: var(--font-noto);
  font-size: max(24px, 4rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: absolute;
  left: 17rem;
  bottom: -3rem;
  z-index: 2;
}

@media (max-width: 767px) {
  .hero__ttl {
    font-size: max(20px, 3.2rem);
    left: 0;
  }
}

.hero__ttl span {
  background-color: var(--white);
  width: max-content;
  border-radius: 0 100vmax 100vmax 0;
  padding: 1.1rem 3rem 1.2rem 1rem;
}

@media (max-width: 767px) {
  .hero__ttl span {
    padding: 1.1rem 3rem 1.2rem 5rem;
  }
}

/*============================
	news
============================*/
.news {
  padding-top: 15.5rem;
}

.news__inner {
  width: 110rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem 10rem;
  padding: 0 10rem 0 12.5rem;
  margin: 0 auto 6rem;
}

@media (max-width: 767px) {
  .news__inner {
    width: 90%;
    flex-direction: column;
    padding: 0;
  }
}

.news__ttl-wrapper {
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8rem;
  flex-shrink: 0;
}

.CMS-NEWS-INDEX {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.CMS-NEWS-LINK-CONTENT {
  display: flex;
  flex-wrap: wrap;
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  letter-spacing: 0.1em;
}

.CMS-NEWS-LINK {
  width: calc(100% - max(110px, 15rem));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.CMS-NEWS-TIME {
  width: max(110px, 15rem);
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .CMS-NEWS-LINK,
  .CMS-NEWS-TIME {
    width: 100%;
  }
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	policy
============================*/
.policy {
  padding: 23rem 0 5rem;
  position: relative;
}

@media (max-width: 767px) {
  .policy {
    padding: 15rem 0 40rem;
    position: relative;
  }
}

.policy::before {
  content: "";
  background: url("../img/policy_deco-1.png") no-repeat center / contain;
  width: 25.7rem;
  height: 27.9rem;
  position: absolute;
  right: 0;
  bottom: -30.5rem;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 767px) {
  .policy::before {
    bottom: -15rem;
  }
}

.policy__contents {
  width: 110rem;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.policy__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    width: 45.5rem;
  }
}

.policy__txt-wrapper .common__ttl {
  margin: 0 0 5.5rem 5rem;
}

.policy__txt-wrapper h3 {
  font-family: var(--font-serif);
  font-size: max(18px, 3.6rem);
  font-weight: 600;
  letter-spacing: 0.05em;
}

.policy__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 2rem 0 4rem;
}

.policy .common__btn {
  margin: 0 0 0 auto;
}

@media (min-width: 768px) {
  .policy .common__btn {
    margin: 0;
  }
}

.policy__img {
  width: 80rem;
  position: absolute;
  left: 0;
  bottom: -43.5rem;
  z-index: -1;
}

@media (max-width: 767px) {
  .policy__img {
    width: 60%;
    bottom: -25rem;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 15.5rem 0 6.5rem;
  position: relative;
}

.menu::before,
.menu::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.menu::before {
  background: url("../img/menu_deco-1.png") no-repeat center top / cover;
  height: 44rem;
  top: 0;
}

.menu::after {
  background: var(--bg-3);
  height: calc(100% - 44rem);
  bottom: 0;
}

.menu__list-1 {
  width: 77rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 8rem;
  margin: 11rem auto 6rem;
}

.menu__list-2 {
  width: 104.4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.2rem 3.3rem;
  margin: 6rem auto 8.5rem;
}

@media (max-width: 767px) {
  .menu__list-1 {
    width: 90%;
    grid-template-columns: 1fr;
  }

  .menu__list-2 {
    width: 90%;
    grid-template-columns: repeat(2, 1fr);
  }
}

.menu__img {
  width: 100%;
  position: relative;
}

.menu__img img {
  border-radius: 100vmax 100vmax 0 0;
}

.menu__txt {
  background-color: var(--white);
  width: 100%;
  color: #353535;
  letter-spacing: 0.3em;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-left: 0.3em;
  padding: 1.6rem 1rem 1.6rem calc(0.3em + 1rem);
}

.menu__list-1 .menu__txt {
  font-size: max(14px, 2.3rem);
  padding: 2.3rem 1rem 2.3rem calc(0.3em + 1rem);
}

.menu__deco {
  background: url("../img/menu_deco-bg-1.png") no-repeat center / contain;
  width: max(100px, 14.5rem);
  height: max(100px, 14.6rem);
  font-size: max(16px, 2.4rem);
  color: var(--white);
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -0.4rem;
  left: -4.5rem;
}

.menu__list-1 li:nth-of-type(2) .menu__deco {
  background: url("../img/menu_deco-bg-2.png") no-repeat center / contain;
}

@media (max-width: 767px) {
  .menu__deco {
    top: 0;
    left: 0;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 11rem 0 13.5rem;
}

.gallery__ttl-wrapper {
  width: 110rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 8rem;
  margin: 0 auto 7rem;
}

@media (max-width: 767px) {
  .gallery__ttl-wrapper {
    width: 90%;
    justify-content: center;
    padding: 0;
  }
}

.gallery__ttl-wrapper .common__btn {
  margin: 0;
}

.gallery__ttl {
  background-color: #ed9242;
  width: max-content;
  border-radius: 100vmax;
  font-size: max(14px, 2rem);
  letter-spacing: 0.1em;
  color: var(--white);
  padding: 0.4rem 2.8rem 0.6rem;
  margin: 0 auto 3.5rem;
}

.gallery__ttl--o {
  background-color: #ed7946;
}

.gallery__slider {
  width: 100%;
  height: 25.4rem;
}

.gallery__slider_1 {
  margin-bottom: 8.5rem;
}

@media (max-width: 767px) {
  .gallery__slider_2 {
    margin-bottom: 8rem;
  }
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 25.4rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 1.8rem;
}

/*============================
	access
============================*/
.access {
  padding: 18.5rem 0 7.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .access {
    padding: 18.5rem 0 12rem;
  }
}

.access::before,
.access::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.access::before {
  background: url("../img/access_deco-1.png") no-repeat center / contain;
  width: 28.7rem;
  height: 24.7rem;
  top: -9.5rem;
  left: 11.5rem;
}

.access::after {
  background: url("../img/access_deco-2.png") no-repeat center / contain;
  width: 22.4rem;
  height: 23.1rem;
  right: 0;
  bottom: 37rem;
  z-index: -1;
}

@media (max-width: 767px) {
  .access::before {
    width: 24rem;
    height: 20.6rem;
    left: 1rem;
  }

  .access::after {
    width: 18rem;
    height: 18.5rem;
    bottom: 1rem;
  }
}

.access__shop-list {
  width: 110rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem 2rem;
  margin: 5.5rem auto 0;
}

@media (max-width: 767px) {
  .access__shop-list {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.access__img {
  width: 49rem;
  position: relative;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.access__img img {
  border-radius: 100vmax 100vmax 0 0;
}

.access__img::before {
  content: "";
  background-color: #ed9242;
  width: 100%;
  height: 100%;
  border-radius: 100vmax 100vmax 0 0;
  opacity: 0.2;
  position: absolute;
  top: 2rem;
  left: 3rem;
  pointer-events: none;
  z-index: -1;
}

.access__shop-list li:nth-of-type(2) .access__img::before {
  content: "";
  background-color: #ed7946;
  width: 100%;
  height: 100%;
  border-radius: 100vmax 100vmax 0 0;
  opacity: 0.2;
  position: absolute;
  top: 2rem;
  left: 3rem;
  pointer-events: none;
  z-index: -1;
}

.access__logo {
  display: block;
  width: max(190px, 29rem);
  margin: 4.5rem auto 1.5rem;
}

.access__ttl {
  background-color: #ed9242;
  width: max-content;
  border-radius: 100vmax;
  font-size: max(14px, 2rem);
  letter-spacing: 0.1em;
  color: var(--white);
  padding: 0.4rem 2.8rem 0.6rem;
  margin: 0 auto 4.5rem;
}

.access__shop-list li:nth-of-type(2) .access__ttl {
  background-color: #ed7946;
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 1rem;
}

.access__list dt {
  width: max(75px, 13rem);
  font-weight: 500;
  color: #ed9242;
  padding: 0 1rem;
}

.access__shop-list li:nth-of-type(2) .access__list dt {
  color: #ed7946;
}

.access__list dt span {
  width: max(75px, 10.5rem);
  border: solid 1px #ed9242;
  border-radius: 100vmax;
  padding: 0.7rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.access__shop-list li:nth-of-type(2) .access__list dt span {
  border: solid 1px #ed7946;
}

.access__list dd {
  width: calc(100% - max(75px, 10.5rem) - 4rem);
  padding-top: 0.7rem;
}

@media (max-width: 767px) {
  .access__list dt {
    padding: 0;
  }
}

.access__map {
  height: 16.5rem;
  margin: 4.5rem 0 3.5rem;
}

@media (max-width: 767px) {
  .access__map {
    height: 40rem;
  }
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-1);
  padding: 13rem 0 8.5rem;
}

.insta__contents {
  width: 88.8rem;
  margin: 9rem auto 6rem;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.4rem 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: 26rem;
  height: 26rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}
