@charset "UTF-8";

/* =======================================
Article__header
======================================= */
.article__header {
  display: flex;
  padding: 40px 0px 60px 0px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.page_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-family: Lato;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 32px; /* 88.889% */
  letter-spacing: 0.36px;
}

.page_title p {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.12px;
} 

/* movie SP幅いっぱい、PC1000pxセンター */
.winery__movie {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.winery__movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}


/* Article__header-PC */
@media screen and (min-width:769px) {
  .article {
        max-width: 1440px;
        margin: 0 auto;
    }

  .article__header {
    padding: 60px 15.2% 120px;
    gap: 32px;
  }

  .page_title {
    font-size: 4.8rem;
    line-height: 32px; /* 66.667% */
    letter-spacing: 0.48px;
    gap: 8px;
    }

    .page_title p {
      font-size: 2rem;
      line-height: 32px; /* 160% */
      letter-spacing: 0.2px;
    }

    .page_MV_SP {
      display: none;
    }

    .page_MV_PC {
      display: block;
      width: 100%;
      max-width: 1000px;
    }

}/* pc 769px */



/* =======================================
About Winery
======================================= */
.about {
  display: flex;
  padding: 0 5.3%;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.about__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}

.about__txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.about__title {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.66px;
}

.about__note {
  text-align: justify;
  font-size: 1.6rem;
  line-height: 28px; /* 175% */
  letter-spacing: 0.16px;
}

.about__txt__container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
}

.photo_01 img {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.photo_02 img {
  width: 66%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.photo_0304 img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.photo_05 img {
  width: 70%;
  height: auto;
  display: block;
}

/* About Winery-PC */
@media screen and (min-width:769px) {
  .about {
    padding: 0px 11.1%;
    align-items: flex-start;
    gap: 80px;
  }

  .about__group-farming {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 8.75%;
    align-self: stretch;
    justify-content: flex-end;
  }

  .photo_01 {
    width: 46.87%;
    height: auto;
  }

  .photo_01 img {
    width: 100%;
  }

  .about__txt-farming {
    width: 497px;
    padding: 0px 5.3% 0px 0px;
    align-items: flex-start;
    gap: 48px;
  }

  .about__title {
    font-size: 2.6rem;
    letter-spacing: 0.78px;
  }

  .about__note {
    font-size: 1.8rem;
    line-height: 32px; /* 177.778% */
    letter-spacing: 0.18px;
  }
  
  .about__group-brewing {
    display: flex;
    flex-direction: row;
    gap: 11.4%;
    align-self: stretch;
    justify-content: flex-end;
  }


  .photo_02 {
    width: 35.71%;
    height: auto;
  }

  .photo_02 img {
    width: 100%;
  }

  .about__txt-brewing {
    width: 592px;
    padding-left: 5.3%;
    gap: 48px;
    justify-content: center;
  }

  .about__group-andYou {
    flex-direction: row-reverse;
    justify-content: center;
    align-self: stretch;
    gap: 7.5%;
  }

  .photo_0304 {
    width: 45.3%;
    height: auto;
  }

  .photo_0304 img {
    width: 100%;
  }

  .about__txt-andYou {
    gap: 48px;
  }

  .about__txt__container {
    display: flex;
    width: 528px;
    padding-right: 5.3%;
    flex-direction: column;
    align-items: flex-end;
    gap: 60px;
    justify-content: center;
  }

  .about__group-future {
    flex-direction: row;
    justify-content: flex-end;
    gap: 14.2%;
  }


  .photo_05 {
    width: 46.42%;
  }

  .photo_05 img {
    width: 100%;
    height: auto;
  }

  .about__txt-future {
    width: 39.37%;
    padding-left: 10.7%;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    justify-content: center;
  }
  
}/* pc 769px */

/* =======================================
予約フォーム
======================================= */
.winery-form {
  margin-top: 90px;
  display: flex;
  padding: 48px 8.8%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-image: url(../images/winery/inspection_bg_SP.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.winery-form__txt {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'hwid' on;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
}

.btn_winery-form {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0px 44px 0px 24px;
    background-color: var(--primary-white);
    color: var(--primary-green);
    font-family: Lato;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease;
}

.btn_winery-form::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon/icon_arrow_btn_green.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: right 0.3s ease;
}

.btn_winery-form:hover {
    background-color: var(--primary-lightYellow);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px) scale(1.02);
}

.btn_winery-form:hover::after {
    right: 8px;
}


/* Reservation Form-PC */
@media screen and (min-width:769px) {
  .winery-form {
    margin-top: 160px;
    padding: 98.5px 6.94%;
    gap: 36px;
    background-image: url(../images/winery/inspection_bg_PC.jpg);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
  }

  .winery-form__txt {
    font-size: 2rem;
    line-height: 36px; /* 180% */
  }
  
  .brSp {
    display: none;
  }
}/* pc 769px */

/* =======================================
Story
======================================= */
.story {
  display: flex;
  padding: 60px 5.3%;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  background-image: url(../images/paper-texture.jpg);
  background-repeat: repeat;
}

.story__title {
  font-family: Lato;
  font-size: 4rem;
  font-weight: 700;
}

.story__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
}

.story__txt {
  display: flex;
  padding: 32px 4.77%;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.43);
  transition: gap 0.3s ease;
}

.story__txt:not(.active) {
  gap: 0;
}

.chapter {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
  cursor: pointer;
}

.chapter__title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.66px;
}

.chapter__title span {
  font-family: Lato;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.72px;
}

.chapter__title-sub {
  font-size: 1.6rem;
  line-height: 22px;
  font-weight: 600;
  margin-top: 8px;
  letter-spacing: 0.8px;
}

.open {
  color: #999;
  transition: transform 0.3s ease;
}

.chapter__note {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  font-size: 1.6rem;
  line-height: 28px;
  letter-spacing: 0.16px;
  transition: all 0.3s ease;
} 

/* SPアコーディオン */
.story__txt .chapter__note {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.story__txt.active .chapter__note {
  max-height: 3000px;
}

.story__txt .open {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.story__txt.active .open {
  transform: rotate(180deg); /* 開いた時に「×」風になる */
}

/* Story-PC */
@media screen and (min-width: 769px) {
  .story {
    padding: 120px 11.1%;
    gap: 60px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
  }

  .story__container {
    max-width: 1120px;
    margin: 0 auto;
  }

  .story__title {
    font-size: 5.6rem;
  }

  .story__txt {
    padding: 40px 5.4%;
  }

  .story__txt:not(.active) {
    gap: 48px;
  }

  .chapter__title {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 46px; /* 143.75% */
    letter-spacing: 0.96px;
  }

  .chapter__title span {
    font-size: 3.4rem;
    line-height: 46px;
    letter-spacing: 1.02px;
}


  .chapter__title-sub {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 36px; /* 200% */
    letter-spacing: 0.54px;
  }

   .chapter__note {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    font-size: 1.8rem;
    line-height: 32px; /* 177.778% */
    letter-spacing: 0.18px;
  }

   /* アコーディオン無効 */
  .story__txt .chapter__note {
    max-height: none;
    overflow: visible;
  }

  .story__txt .open {
    display: none;
  }

  .story__txt .chapter {
    cursor: default;
  }


}/* pc 769px */

/* =======================================
Access
======================================= */
.access {
  display: flex;
  width: 100%;
  padding: 60px 0px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  background-color: var(--primary-white);
}

.access__title {
  font-family: Lato;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.access__title p {
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 400;
}

.map {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.map__SP {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.map__PC {
  display: none;
}


/* info グリッドレイアウト */

.access__info {
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 20px; /* 142.857% */
}

.access__info dl {
  display: grid;
  grid-template-columns: 56px 1fr;
  row-gap: 16px;
  column-gap: 28px;
}

.access__info dt {
  font-weight: 500;
  text-align: left;
}

.access__info dd span {
  font-size: 1.2rem;
}

/* Access-PC */
@media screen and (min-width: 769px) {
.access {
  padding: 120px 15.27%;
  align-items: center;
  gap: 70px;
  position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
}

.access__title {
  font-size: 4rem;
}

.map {
  aspect-ratio: 1000.00/562.50;
  max-width: 1000px;
}

.map__SP {
  display: none;
}

.map__PC {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1000.00/562.50;
}

.access__info {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 2rem;
  line-height: 28px; /* 140% */
  letter-spacing: 0.2px;
}

.access__info dl {
  display: grid;
  grid-template-columns: 81px 1fr;
  row-gap: 24px;
  column-gap: 85px;
}

.access__info dd span {
  font-size: 1.6rem;
}

}/* pc 769px */