@charset "UTF-8";
#pageTop {
  overflow: hidden;
}
#pageTop .comTlWrap {
  text-align: center;
}
#pageTop .comTlWrap .tl {
  line-height: 120%;
  font-size: clamp(22px, 2vw, 24px);
}
#pageTop .comTlWrap .sub {
  font-size: 15px;
  line-height: 100%;
}

.commonTopTitleArea {
  background-image: url(../images/fv_bg.jpg);
}

@media screen and (max-width: 767px) {
  .commonTopTitleArea {
    background-image: url(../images/fv_bg_sp.jpg);
  }
}
.comContent .num {
  font-size: clamp(38px, 3.33vw, 40px);
  line-height: 100%;
}
.comContent .gridArea {
  display: grid;
  gap: clamp(1.875rem, -7.5rem + 15vw, 3.75rem);
  align-items: center;
}
.comContent .gridArea .detailArea .tl {
  gap: 8px;
  display: flex;
  align-items: center;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  padding-bottom: 20px;
}
.comContent .gridArea .detailArea .tl span {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  top: 3px;
}
.comContent .gridArea .detailArea p {
  font-size: 14px;
  font-weight: 500;
  line-height: 190%;
}

@media screen and (max-width: 767px) {
  .comContent .num {
    padding-bottom: 10px;
    font-size: clamp(21px, 8.97vw, 35px);
  }
  .comContent .gridArea {
    grid-template-columns: 1fr !important;
  }
  .comContent .gridArea .detailArea .tl {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .comContent .gridArea .imgArea img {
    width: 100%;
    max-width: initial;
  }
}
.secFeatures {
  padding-top: 250px;
  padding-bottom: 150px;
}
.secFeatures .secInfo {
  padding-bottom: 180px;
  position: relative;
}
.secFeatures .secInfo .img {
  z-index: 1;
  overflow: hidden;
}
.secFeatures .secInfo .img img {
  transform: scale(1.3);
}
.secFeatures .secInfo .commonTitleArea1 * {
  text-align: center;
}
.secFeatures .secInfo .commonTitleArea1 .jp {
  font-size: clamp(30px, 2.67vw, 32px);
  font-weight: 600px;
  letter-spacing: 0.3em;
}
.secFeatures .secInfo .commonTitleArea1 .en {
  font-size: clamp(18px, 1.67vw, 20px);
}
.secFeatures .secInfo p {
  padding-top: 40px;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.09em;
}
.secFeatures .secContent .gridArea {
  grid-template-columns: 1fr 1.2fr;
}
.secFeatures .secContent .wrap {
  display: grid;
  gap: 60px;
}

@media screen and (min-width: 1001px) {
  .secFeatures .secInfo .img {
    position: absolute;
  }
  .secFeatures .secInfo .img1 {
    left: calc(50% - 600px);
    top: -124px;
    width: 298px;
    height: 210px;
  }
  .secFeatures .secInfo .img2 {
    left: calc(50% - 660px);
    top: initial;
    bottom: 182px;
    width: 160px;
    height: 160px;
  }
  .secFeatures .secInfo .img3 {
    left: calc(50% - 470px);
    bottom: 120px;
    width: 160px;
    height: 160px;
  }
  .secFeatures .secInfo .img4 {
    left: calc(50% + 305px);
    top: -175px;
    width: 160px;
    height: 160px;
  }
  .secFeatures .secInfo .img5 {
    left: calc(50% + 390px);
    bottom: 150px;
    width: 206px;
    height: 290px;
  }
}
@media screen and (max-width: 1000px) {
  .secFeatures {
    padding-top: 0;
  }
  .secFeatures .secInfo {
    display: flex;
    flex-direction: column-reverse;
  }
  .secFeatures .secInfo .imgWrap {
    max-width: 350px;
    margin: 0 auto;
    padding: 35px 16px 0;
  }
  .secFeatures .secInfo .imgWrap .img {
    position: relative;
  }
  .secFeatures .secInfo .imgWrap .img .parallaxImg {
    overflow: hidden;
  }
  .secFeatures .secInfo .imgWrap .img1 {
    text-align: right;
  }
  .secFeatures .secInfo .imgWrap .inner {
    margin-top: 30px;
    display: flex;
    gap: 30px;
  }
  .secFeatures .secInfo .imgWrap .inner .img2, .secFeatures .secInfo .imgWrap .inner .img3, .secFeatures .secInfo .imgWrap .inner .img4 {
    width: 160px;
    height: 160px;
  }
  .secFeatures .secInfo .imgWrap .inner .img3 {
    margin-top: 60px;
  }
  .secFeatures .secInfo .imgWrap .img4 {
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .secFeatures .secInfo .imgWrap .img5 {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .secFeatures {
    padding-bottom: 60px;
  }
  .secFeatures .titleArea p {
    font-size: 14px;
    line-height: 160%;
    white-space: nowrap;
  }
  .secFeatures .secInfo {
    padding-bottom: 90px;
  }
  .secFeatures .secInfo .imgWrap {
    padding-top: 35px;
  }
  .secFeatures .secInfo .wrap .img4 {
    left: 10%;
  }
  .secFeatures .secInfo .wrap .img5 {
    right: 10%;
  }
  .secFeatures .secInfo .wrap .img img {
    transform: scale(1.5);
  }
  .secFeatures .secContent .gridArea {
    gap: 15px;
  }
  .secFeatures .secContent .gridArea .imgArea {
    order: 2;
  }
  .secFeatures .secContent .gridArea .detailArea {
    display: contents;
  }
  .secFeatures .secContent .gridArea .detailArea .tl {
    align-items: flex-start;
    order: 1;
    padding-bottom: 0;
    font-size: 16px;
  }
  .secFeatures .secContent .gridArea .detailArea .tl .en {
    top: 3px;
    font-size: 22px;
  }
  .secFeatures .secContent .gridArea .detailArea p {
    order: 3;
  }
}
@media screen and (max-width: 500px) {
  .secFeatures .secInfo .imgWrap {
    max-width: initial;
    width: 100%;
    padding: 35px 0 0;
  }
}
.slider-container {
  width: 100%;
  overflow: hidden;
}
.slider-container.left .slider-track {
  animation: scroll 30s linear infinite;
}
.slider-container .slider-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  /* 中身の幅に合わせる */
}
.slider-container .slider-track .slide {
  width: 152px;
  margin: 0 50px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .slider-container .slider-track .slide {
    margin: 0 12px;
    /* 画像間の余白 */
    flex-shrink: 0;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
  /* 半分（複製分）まで動いたら0%に戻る */
}
@media screen and (max-width: 767px) {
  .slider-container.left .slider-track {
    animation: scroll 35s linear infinite;
  }
}
.secReview .rankingArea {
  text-align: center;
}
.secReview .rankingArea .rankingImg {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  width: 90%;
}
.secReview .rankingArea .tx {
  padding: 60px 0;
  text-align: center;
  line-height: 250%;
  letter-spacing: 0.09em;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .secReview .rankingArea .tx {
    padding: 32px 0 20px;
    font-size: clamp(13px, 3.59vw, 14px);
  }
}
/* -----------------------------------------------------------
  Review Section
----------------------------------------------------------- */
.reviewSec {
  padding: 100px 20px;
}
.reviewSec .reviewContainer {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .reviewSec .reviewContainer {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 40px;
  }
  .reviewSec .reviewContainer .reviewCard {
    flex: 0 0 370px;
  }
}
.reviewSec .reviewCard {
  flex: 1;
  background-color: #fff;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.reviewSec .reviewCard::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
}
.reviewSec .reviewCard .reviewHeader {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.reviewSec .reviewCard .reviewHeader .starGroup {
  display: flex;
  gap: 2px;
}
.reviewSec .reviewCard .reviewHeader .starGroup .starIcon {
  color: #dec268;
  font-size: 20px;
}
.reviewSec .reviewCard .reviewHeader .reviewerInfo {
  color: #999;
  font-size: 14px;
}
.reviewSec .reviewCard .reviewText {
  line-height: 1.7;
  font-size: clamp(14px, 1.25vw, 15px);
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .reviewSec {
    padding: 50px 0 80px;
  }
  .reviewSec .reviewContainer .reviewCard {
    flex: initial;
    max-width: 370px;
    padding: 25px;
  }
  .reviewSec .reviewContainer .reviewCard:after {
    border-width: 20px 10px 0 10px;
  }
  .reviewSec .reviewContainer .reviewCard .reviewHeader {
    margin-bottom: 15px;
  }
  .reviewSec .reviewContainer .reviewCard .reviewHeader .reviewerInfo {
    font-size: 13px;
  }
}
.secTasting {
  margin-bottom: 120px;
}
.secTasting .content {
  background-image: url(../images/tasting_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 65px 0;
}
.secTasting .content * {
  color: #fff;
}
.secTasting .content .gridArea {
  display: grid;
  grid-template-columns: 1.2fr max-content 1fr;
  align-items: center;
}
.secTasting .content .gridArea .line {
  height: 100%;
  width: 1px;
  background: #fff;
}
.secTasting .content .gridArea .tl {
  font-size: clamp(22px, 2vw, 24px);
  font-weight: 500;
  text-align: center;
}
.secTasting .content .gridArea .contactArea {
  width: 90%;
  max-width: 338px;
  margin: auto;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 24px;
}
.secTasting .content .gridArea .contactArea .subTl {
  display: flex;
  align-items: center;
  gap: 10px;
}
.secTasting .content .gridArea .contactArea .subTl .en {
  display: contents;
  line-height: 100%;
  font-size: 18px;
}
.secTasting .content .gridArea .contactArea .subTl .tx {
  font-size: 16px;
  font-weight: 600;
}
.secTasting .content .gridArea .contactArea .subTl .line {
  height: 20px;
  width: 1px;
  background: #AA9649;
}
.secTasting .content .gridArea .contactArea .linkArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 16px;
}
.secTasting .content .gridArea .contactArea .linkArea > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.secTasting .content .gridArea .contactArea .linkArea > div p {
  font-size: clamp(18px, 1.67vw, 20px);
  font-weight: bold;
}
.secTasting .content .gridArea .contactArea .linkArea.contact p {
  font-size: 15px;
}
.secTasting .content .gridArea .contactArea .linkArea.reservation > div, .secTasting .content .gridArea .contactArea .linkArea.contact > div {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .secTasting .content {
    padding: 50px 0;
  }
  .secTasting .content .gridArea {
    grid-template-columns: 1fr;
    gap: 0;
    grid-template-rows: max-content;
  }
  .secTasting .content .gridArea .line {
    width: 200px;
    height: 1px;
    margin: 48px auto;
  }
  .secTasting .content .gridArea .contactArea {
    max-width: 320px;
  }
}
.secOriginal .gridArea {
  padding: 52px 0 140px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.secOriginal .gridArea .tx {
  text-align: left;
  font-size: clamp(14px, 1.25vw, 15px);
  line-height: 250%;
}

.secGarden .tx {
  padding-top: 50px;
  text-align: center;
  font-size: 15px;
  line-height: 250%;
  letter-spacing: 0.09em;
}
.secGarden .gridArea {
  padding: 52px 0 140px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.secGarden {
  /* 全体のレイアウト調整（背景色など） */
}
.secGarden .bbq-banner, .secGarden .desert-banner {
  padding: 0 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.secGarden {
  /* テキストとカギカッコのスタイル */
}
.secGarden .bbq-text, .secGarden .desert-text {
  position: relative;
  display: inline-block;
  /* 明朝体 */
  font-size: clamp(18px, 1.67vw, 20px);
  /* 画像に近いブラウン系グレー */
  letter-spacing: 0.1em;
  padding: 0 20px;
  /* カギカッコのスペース */
  margin: 0;
}
.secGarden {
  /* 左上のカギカッコ 「 */
}
.secGarden .bbq-text::before, .secGarden .desert-text::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 15px;
  height: 20px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}
.secGarden {
  /* 右下のカギカッコ 」 */
}
.secGarden .bbq-text::after, .secGarden .desert-text::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 15px;
  height: 20px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

@media screen and (max-width: 767px) {
  .secOriginal .gridArea {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 0 50px;
  }
  .secOriginal .gridArea .imgArea {
    order: 2;
  }
  .secOriginal .gridArea .tx {
    order: 1;
    text-align: center;
    white-space: nowrap;
  }
  .secGarden .bbq-banner, .secGarden .desert-banner {
    padding: 0 0 25px;
  }
  .secGarden .bbq-text, .secGarden .desert-text {
    width: 90%;
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .secGarden .tx {
    padding-top: 30px;
    font-size: clamp(13px, 3.59vw, 14px);
  }
  .secGarden .gridArea {
    grid-template-columns: 1fr;
    padding-bottom: 120px;
  }
  .secOriginal .imgArea, .secGarden .imgArea {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .secOriginal .imgArea img, .secGarden .imgArea img {
    width: 100%;
    max-width: initial;
  }
}/*# sourceMappingURL=style.css.map */