@charset "utf-8";

.header {
  margin-bottom: 0 !important;
}

/* article header */

.hero__banner-pc {
  display: none;
}

.hero__banner-sp {
  display: block;
  margin-bottom: 48px;
}

.intro__lead {
  padding: 0 4.2%;
  margin-bottom: 80px;
  text-align: justify;
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (min-width:769px) {
  .hero__banner-pc {
    display: block;
    margin-bottom: 48px;
  }
  .hero__banner-sp {
    display: none;
  }
  .intro__lead {
    width: 50%;
    font-family: "Noto Serif JP";
    font-size: 2.1rem;
    font-weight: 600;
    margin: 0 auto 112px;
  }
  
}

/* section--drink */

.item__txt {
  padding: 0 4.2%;
  margin-bottom: 24px;
}

.item__image {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 24px;
  justify-content: center;
  gap: 9.6%;
}

.sake__image {
  max-height: 480px;
  width: 16%;
  flex-shrink: 0;
}

.link__btn {
  width: fit-content;
  position: relative;
  display: block;
  margin: 0 auto 80px;
  background-color:var(--accent-color);
  padding: 12px 28px 12px 8px;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

  color:var(--primary-white);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;

  transition: 0.4s;
  cursor:pointer;
}

.link__btn::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 12px;
  height: 24px;
  background-image: url(../img/arrow-filled.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
  top: 52%;
  transform: translateY(-50%);
}

@media screen and (min-width:769px) {
  .item__txt {
    display: block;
    width: 54%;
    font-family: "Noto Serif JP";
    font-size: 1.8rem;
    font-weight: 500;
    text-align: justify;
    margin: 0 auto 48px;
  }
  .item__image {
    display: flex;
    padding: 0px 16px;
    justify-content: center;
    gap: 9.6%;
    flex-wrap: wrap;
    margin-bottom: 64px;
  }
  .sake__image {
    max-height: 800px;
    width: 11%;
  }
  .link__btn {
    padding: 16px 52px 16px 32px;
    border-radius: 8px;
    font-size: 2.4rem;
    margin-bottom: 112px;
  }
  .link__btn::after {
    margin-left: 12px;
  }
  
}

/* seasonal_dishes */

.image__grid {
  display: flex;
  margin-bottom: 24px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.grid__item {
  width: 41.3%;
}

@media screen and (min-width:769px) {
  .image__grid {
    flex-direction: row;
    margin-bottom: 64px;
    flex-wrap: nowrap;
    padding: 0 80px;
  }

}

/* access */

.section--access {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  margin-bottom: 80px;
}

.map {
  width: 100%;
}

.map > iframe {
  aspect-ratio: 308 / 187;
}

.address {
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}

.address__detail {
  color: var(--primary-black);
  display: block;
  margin: 0 auto 24px !important;
}

.open__time, .holiday {
  margin: 0 auto !important;
  line-height: 1.5;
}

.section--news {
  padding: 0;
}

.topic--access {
  margin: 0 !important;
}

.txt--access {
  margin: 0 !important;
  padding: 0 18px;
}

.topic--news {
  margin: 0 auto 24px;
}

.x__feed {
  display: block;
  margin: 0 auto 36px;
  width: fit-content;
}

@media screen and (min-width:769px) {
  .map {
    width: 47%;
    display: block;
    margin: 0 auto 48px;
  }
  .section--access {
    display: block;
    margin: 0 auto 80px;
  }
  .address {
    font-size: 1.8rem;
    line-height: 1;
  }
  .address__detail {
    display: block !important;
    margin-bottom: 0 auto 16px !important;
    width: fit-content;
  }
  .open__time, .holiday {
    display: block !important;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 auto 16px !important;
    width: fit-content;
  }
  .holiday{
    margin-bottom: 48px !important;
  }
  .topic--access {
    margin-bottom: 80px !important;
  }
  .txt--access {
    display: block;
    margin: 0 auto 96px !important;
    padding: 0 18px;
  }
  .topic--news {
    margin-bottom: 64px;
  }
  .x__feed {
    display: block;
    width: fit-content;
    margin: 0 auto 36px;
  }
}
