@charset "UTF-8";

/*============================
	hero
============================*/
.hero {
  background: url("../img/mv_1.jpg") no-repeat center / cover;
  width: 100%;
  height: 40rem;
  display: grid;
  place-content: center;
  position: relative;
}

.hero::before {
  content: "";
  background-color: var(--black);
  opacity: 0.6;
  position: absolute;
  inset: 0;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero__ttl {
  font-family: var(--font-en);
  font-size: max(24px, 3.6rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-top: 4rem;
}

/*-------------------------
  lower_sec
---------------------------*/
.lower_sec {
  background: url("../img/menu_bg.png") no-repeat center / cover;
  padding: 12rem 0 15rem;
}

.lower_sec-inner {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .lower_sec-inner {
    width: 90%;
  }
}

/*-------------------------
  concept
---------------------------*/
.concept__contents:not(:last-of-type) {
  margin-bottom: 8rem;
}

.concept__ttl {
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  font-size: max(14px, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1rem 0 1.5rem 0;
  margin-bottom: 3rem;
  position: relative;
}

.concept__ttl::before {
  content: "";
  width: 20%;
  border-bottom: solid 3px var(--primary);
  position: absolute;
  bottom: -3px;
}

.concept__wrapper {
  display: flex;
  gap: 2rem 5%;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .concept__wrapper {
    flex-direction: column;
  }
}

.concept__img {
  width: 35%;
}

.concept__txt {
  width: 60%;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media (max-width: 767px) {
  .concept__img,
  .concept__txt {
    width: 100%;
  }
}

/*-------------------------
  menu
---------------------------*/
.menu-list {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

/*-------------------------
  news
---------------------------*/
.news-container {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.CMS-NEWS-INDEX {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.CMS-NEWS-ITEM {
  width: 32rem;
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 3 / 2;
}

.CMS-NEWS-TIME {
  margin-top: 2rem;
  font-size: max(10px, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  padding-bottom: 1rem;
  border-bottom: solid 1px var(--white);
}

.CMS-NEWS-LINK {
  margin-top: 1rem;
  font-size: max(12px, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.2em;
}

.CMS-NEWS-MORE-READ {
	background: var(--primary);
	border: none;
	border-radius: 0.2rem;
	text-align: center;
	padding: 2rem 0;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	width: 24rem;
	display: block;
	transition: all 0.3s;
	position: absolute;
	bottom: -10rem;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	display: none;
}

.CMS-NEWS-MORE-READ:hover {
	cursor: pointer;
	opacity: 0.6;
}

@media (max-width: 767px) {
  .news-container {
    max-width: 400px;
    width: 100%;
  }

  .CMS-NEWS-INDEX {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    gap: 20px;
  }

  .CMS-NEWS-ITEM {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}


/* news-detail */
.CMS-NEWS-TITLE {
	border-bottom: solid 3px var(--white);
	font-size: max(20px, 2.4rem);
	line-height: 1.6;
	margin-bottom: 3rem;
	padding: 1rem 0 1.2rem;
	position: relative;
	font-weight: bold;
}

.CMS-NEWS-TITLE:after {
	border-bottom: solid 3px var(--primary);
	bottom: -3px;
	content: " ";
	display: block;
	position: absolute;
	width: 25%;
}

.CMS-NEWS-CONTENT img {
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto 2rem auto;
}

/*-------------------------
  gallery
---------------------------*/
.gallery__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.gallery__list li {
  margin: 0 1rem 2rem;
}

.gallery__list a {
  display: block;
  width: 14vw;
  height: 14vw;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .gallery__list a {
    width: 19vw;
    height: 19vw;
  }
}

#swipebox-close {
  right: auto;
  left: 0;
}

@media (min-width: 800px) {
  #swipebox-close {
    right: auto;
    left: 10px;
  }
}

/*-------------------------
  shop
---------------------------*/
.map {
  margin: 0 auto 4rem;
}

.shop__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.shop__list dt,
.shop__list dd {
  border-bottom: solid 1px var(--white);
  letter-spacing: 0.08em;
  line-height: 2;
  padding: 2rem;
}

.shop__list dt {
  width: 30%;
  font-weight: 700;
  white-space: nowrap;
}

.shop__list dd {
  width: 70%;
}

@media (max-width: 767px) {
  .shop__list dt,
  .shop__list dd {
    width: 100%;
  }

  .shop__list dt {
    border-bottom: none;
    padding: 2rem 2rem 0;
  }

  .shop__list dd {
    padding: 0 2rem 2rem;
  }
}

.shop__underline {
  text-decoration: underline;
}
