@charset "UTF-8";
.pcOnly {
  display: none;
}
@media (min-width: 768px) {
  .pcOnly {
    display: block;
  }
}

.spOnly {
  display: block;
}
@media (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

/*=================================================*/
/*FV
/*=================================================*/
.topWrap {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  padding-top: 62px;
  /*管理画面調整用*/
  /*=================================================*/
  /* 追加分 表示側 */
  /*=================================================*/
}
@media (min-width: 1200px) {
  .topWrap {
    padding-top: 88px;
  }
}
.topWrap .sliderControl * {
  position: static !important;
  padding: 0 !important;
}
.topWrap .sliderControl .carousel-item {
  width: 32%;
  margin: 1.2% 0.6% 0;
  display: block;
  opacity: 1;
  padding: 7px !important;
}
.topWrap .sliderControl .carousel-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.topWrap .sliderControl .indicator {
  padding: 7px !important;
}
.topWrap .topIllustrationBox {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
}
@media (min-width: 768px) {
  .topWrap .topIllustrationBox {
    left: 0;
    bottom: 14px;
  }
}
.topWrap .topIllustrationBox .img {
  width: 70px;
  height: 38px;
}
@media (min-width: 600px) {
  .topWrap .topIllustrationBox .img {
    width: 100px;
    height: 58px;
  }
}
@media (min-width: 1024px) {
  .topWrap .topIllustrationBox .img {
    width: 250px;
    height: 138px;
  }
}

.topWrap .sliderControl * {
  position: static !important;
  padding: 0 !important;
}

.topWrap .sliderControl * .carousel-item {
  width: 32%;
  margin: 1.2% 0.6% 0;
  display: block;
  opacity: 1;
  padding: 7px !important;
}

.topWrap .sliderControl * .carousel-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-height: 350px;
}
@media (min-width: 768px) {
  .topWrap .sliderControl * .carousel-inner {
    min-height: 551px;
  }
}

.topWrap .carousel-item {
  position: relative;
  padding: 0 0 66.9%;
}

.topWrap .carousel-item > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  min-height: 350px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .topWrap .carousel-item > img {
    min-height: 551px;
  }
}

.topWrap .carousel-inner {
  padding: 0 0 75%;
  overflow: hidden;
  min-height: 350px;
}
@media (min-width: 768px) {
  .topWrap .carousel-inner {
    min-height: 551px;
  }
}

.topWrap .carousel-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: auto;
  height: 100%;
}

.topWrap .carousel {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  z-index: 2;
}
@media (min-width: 1200px) {
  .topWrap .carousel {
    width: 100% !important;
  }
}

.topWrap .carousel-inner {
  padding: 0 0 0 !important;
}

.topWrap .carousel-item {
  padding: 0 !important;
}

.topWrap .carousel-item-link {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
}

.topWrap .carousel-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topWrap .carousel-control-next,
.topWrap .carousel-control-prev {
  display: none;
}

.topWrap {
  position: relative;
}
.topWrap .fvWrapper {
  position: absolute;
  width: 90%;
  margin: 0;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
}
.topWrap .h1Title {
  position: relative;
  color: #FFF;
  text-align: center;
  font-family: "Outfit", sans-serif;
  text-shadow: 3px 3px 2px rgba(51, 51, 51, 0.25);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.84px;
  z-index: 5;
}
@media (min-width: 768px) {
  .topWrap .h1Title {
    font-size: 48px;
  }
}
.topWrap .h1SubTitleBox {
  position: relative;
  margin: 15px auto 0;
}
.topWrap .h1SubTitleBox .h1SubTitle {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .topWrap .h1SubTitleBox .h1SubTitle {
    font-size: 15px;
  }
}

/*=================================================*/
/*スクロール
/*=================================================*/
.scrollBox {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  z-index: 10;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@media (min-width: 768px) {
  .scrollBox {
    animation: pathmovePc 1.4s ease-in-out infinite;
    opacity: 0;
  }
}
.scrollBox .scrollText {
  color: #FFF;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.96px;
}
.scrollBox .imgBox {
  width: 24px;
  height: 24px;
  margin: 6px auto 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 12%;
    bottom: 12%;
    opacity: 0;
  }
  30% {
    height: 12%;
    opacity: 1;
  }
  100% {
    height: 8%;
    bottom: 8%;
    opacity: 0;
  }
}
@keyframes pathmovePc {
  0% {
    height: 3%;
    bottom: 15%;
    opacity: 0;
  }
  30% {
    height: 3%;
    opacity: 1;
  }
  100% {
    height: 2%;
    bottom: 10%;
    opacity: 0;
  }
}
/*=================================================*/
/*予約ボタン
/*=================================================*/
.reservationLinkBox {
  position: absolute;
  overflow: hidden;
  bottom: 10px;
  right: 10px;
  width: 96px;
  height: 96px;
  z-index: 15;
  transition: 0.3s;
}
@media (min-width: 600px) {
  .reservationLinkBox {
    bottom: 40px;
  }
}
@media (min-width: 768px) {
  .reservationLinkBox {
    right: 40px;
    width: 186px;
    height: 186px;
  }
}
.reservationLinkBox:hover {
  opacity: 0.6;
  transform: translateY(-5px);
  transition: 0.3s;
}
.reservationLinkBox .reservationLinkBtn {
  overflow: hidden;
  width: 186px;
  height: 186px;
  transition: 0.3s;
}
.reservationLinkBox .noScroll {
  position: absolute;
  opacity: 1;
  top: 0;
  right: 0;
  transition: 0.3s;
}
.reservationLinkBox .scroll {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  transition: 0.3s;
}

.reservationLinkBox.fixed {
  position: fixed;
  transition: 0.3s;
}
.reservationLinkBox.fixed .noScroll {
  opacity: 0;
  transition: 0.3s;
}
.reservationLinkBox.fixed .scroll {
  opacity: 1;
  transition: 0.3s;
}

.reservationLinkBox.fixed.none {
  opacity: 0;
  transition: 0.3s;
}

/*footerまでスクロールしたら消す*/
.isHidden {
  visibility: hidden;
  opacity: 0;
}

/*=================================================*/
/*共通
/*=================================================*/
.flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  gap: 40px;
  margin: auto;
}
@media (min-width: 768px) {
  .flex {
    width: 700px;
  }
}
@media (min-width: 1024px) {
  .flex {
    width: 95%;
    flex-flow: initial;
    gap: 3%;
  }
}
@media (min-width: 1200px) {
  .flex {
    width: 100%;
  }
}

.imgDecoBox {
  position: absolute;
  z-index: 1;
}

.bgTextBox {
  position: absolute;
  z-index: 1;
}

/*=================================================*/
/*コンセプト
/*=================================================*/
.conceptSectionBg {
  position: relative;
  padding: 80px 0;
  z-index: 5;
}
@media (min-width: 1024px) {
  .conceptSectionBg {
    padding: 96px 0 89px;
  }
}
.conceptSectionBg .imgDecoBox.imgDecoBoxLeft {
  top: 7px;
  left: 0;
  width: 132px;
  height: 207px;
}
.conceptSectionBg .imgDecoBox.imgDecoBoxRight {
  width: 95px;
  height: 95px;
  right: 0;
  bottom: 20px;
}
.conceptSectionBg .bgTextBox {
  top: 36%;
  left: 5%;
  transform: rotate(-14.681deg);
}
@media (min-width: 600px) {
  .conceptSectionBg .bgTextBox {
    top: 36%;
    left: 1%;
  }
}
@media (min-width: 1440px) {
  .conceptSectionBg .bgTextBox {
    top: 36%;
    left: 1%;
  }
}
@media (min-width: 1500px) {
  .conceptSectionBg .bgTextBox {
    top: 36%;
    left: 6%;
  }
}
@media (min-width: 1600px) {
  .conceptSectionBg .bgTextBox {
    top: 36%;
    left: 14%;
  }
}
.conceptSectionBg .bgTextBox .bgText {
  font-size: 14vw;
}
@media (min-width: 600px) {
  .conceptSectionBg .bgTextBox .bgText {
    font-size: 18vw;
  }
}
@media (min-width: 1440px) {
  .conceptSectionBg .bgTextBox .bgText {
    font-size: 277px;
    letter-spacing: 11.08px;
  }
}
@media (min-width: 1500px) {
  .conceptSectionBg .bgTextBox .bgText {
    font-size: 260px;
  }
}

.conceptSection {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .conceptSection {
    width: 95%;
  }
}
@media (min-width: 1300px) {
  .conceptSection {
    width: 100%;
  }
}
.conceptSection .flex {
  position: relative;
  align-items: center;
  flex-flow: column;
  z-index: 5;
}
@media (min-width: 1024px) {
  .conceptSection .flex {
    flex-flow: initial;
    justify-content: flex-start;
    gap: 66px;
  }
}
.conceptSection .flex:nth-child(even) {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .conceptSection .flex:nth-child(even) {
    flex-flow: row-reverse;
    align-items: flex-end;
  }
}
@media (min-width: 1300px) {
  .conceptSection .flex:nth-child(even) {
    margin-top: -45px;
  }
}
.conceptSection .flex:nth-child(even) .imgBox {
  position: relative;
  width: 100%;
  height: 85vw;
}
@media (min-width: 1024px) {
  .conceptSection .flex:nth-child(even) .imgBox {
    width: 668px;
    height: 605px;
  }
}
.conceptSection .flex:nth-child(even) .imgBox::before {
  position: absolute;
  content: "";
  width: 77%;
  height: 86%;
  top: 18px;
  left: 16%;
  background: #93A289;
}
@media (min-width: 1024px) {
  .conceptSection .flex:nth-child(even) .imgBox::before {
    width: 77%;
  }
}
@media (min-width: 1300px) {
  .conceptSection .flex:nth-child(even) .imgBox::before {
    left: 27%;
    width: 468px;
    height: 558px;
  }
}
.conceptSection .flex:nth-child(even) .imgBox .imgTop {
  aspect-ratio: 3/1;
  position: absolute;
  top: 0;
  left: initial;
  right: 10px;
  width: 80%;
  height: 86%;
}
@media (min-width: 1300px) {
  .conceptSection .flex:nth-child(even) .imgBox .imgTop {
    width: 468px;
    height: 558px;
  }
}
.conceptSection .flex:nth-child(even) .imgBox .imgBottom {
  position: absolute;
  aspect-ratio: 3/2;
  right: initial;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 38%;
}
@media (min-width: 1300px) {
  .conceptSection .flex:nth-child(even) .imgBox .imgBottom {
    width: 316px;
    height: 237px;
  }
}
.conceptSection .flex:nth-child(even) .textBox {
  width: 100%;
}
@media (min-width: 1024px) {
  .conceptSection .flex:nth-child(even) .textBox {
    width: 450px;
  }
}
.conceptSection .flex .imgBox {
  position: relative;
  width: 100%;
  height: 65vw;
}
@media (min-width: 1024px) {
  .conceptSection .flex .imgBox {
    width: 640px;
    height: 489px;
  }
}
.conceptSection .flex .imgBox::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 80%;
  top: 18px;
  left: 18px;
  background: #93A289;
}
@media (min-width: 1024px) {
  .conceptSection .flex .imgBox::before {
    width: 90%;
  }
}
@media (min-width: 1300px) {
  .conceptSection .flex .imgBox::before {
    width: 518px;
    height: 389px;
  }
}
.conceptSection .flex .imgBox .imgTop {
  aspect-ratio: 3/2;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 80%;
}
@media (min-width: 1300px) {
  .conceptSection .flex .imgBox .imgTop {
    width: 518px;
    height: 389px;
  }
}
.conceptSection .flex .imgBox .imgBottom {
  position: absolute;
  aspect-ratio: 3/1;
  right: 2%;
  bottom: 0;
  width: 35%;
  height: 60%;
}
@media (min-width: 1300px) {
  .conceptSection .flex .imgBox .imgBottom {
    right: 0;
    width: 233px;
    height: 282px;
  }
}
@media (min-width: 1024px) {
  .conceptSection .flex .textBox {
    width: 450px;
  }
}
@media (min-width: 1024px) {
  .conceptSection .flex .textBox .commonBtnBox {
    text-align: left;
  }
}
.conceptSection .flex .textBox .commonBtnBox .commonBtn {
  margin: 40px auto 0;
}
@media (min-width: 1024px) {
  .conceptSection .flex .textBox .commonBtnBox .commonBtn {
    margin: 40px 0 0;
  }
}
.conceptSection .flex .textBox .sectionTitleBox {
  margin-bottom: 22px;
}
@media (min-width: 1024px) {
  .conceptSection .flex .textBox .sectionTitleBox {
    text-align: left;
  }
}
.conceptSection .flex .textBox .p {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 2.24px;
}

/*=================================================*/
/*写真
/*=================================================*/
.bgImgBox {
  width: 100%;
  height: 300px;
}
@media (min-width: 1024px) {
  .bgImgBox {
    height: 400px;
  }
}

/*=================================================*/
/*他の行き方はこちら
/*=================================================*/
.locationSectionBg {
  position: relative;
  padding: 100px 0 80px;
}
@media (min-width: 1024px) {
  .locationSectionBg {
    padding: 133px 0 120px;
  }
}
.locationSectionBg .bgTextBox {
  top: 10%;
  left: 51%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (min-width: 600px) {
  .locationSectionBg .bgTextBox {
    left: 49.5%;
    overflow: hidden;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .locationSectionBg .bgTextBox {
    width: 100%;
    top: -2%;
  }
}
@media (min-width: 1500px) {
  .locationSectionBg .bgTextBox {
    width: auto;
  }
}
.locationSectionBg .bgTextBox .bgText {
  font-size: 14vw;
}
@media (min-width: 600px) {
  .locationSectionBg .bgTextBox .bgText {
    font-size: 17.3vw;
  }
}
@media (min-width: 1024px) {
  .locationSectionBg .bgTextBox .bgText {
    font-size: 18.3vw;
  }
}
@media (min-width: 1440px) {
  .locationSectionBg .bgTextBox .bgText {
    font-size: 270px;
    letter-spacing: 10.96px;
  }
}
@media (min-width: 1500px) {
  .locationSectionBg .bgTextBox .bgText {
    font-size: 250px;
  }
}
.locationSectionBg .imgDecoBox.imgDecoBoxRight {
  top: 40%;
  right: 0;
  width: 58px;
  height: 91px;
}
.locationSectionBg .imgDecoBox.imgDecoBoxLeft {
  width: 94px;
  height: 94px;
  left: 0;
  bottom: 60px;
}

.locationSection {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}
@media (min-width: 1200px) {
  .locationSection {
    width: 100%;
  }
}
.locationSection .movieBox {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  z-index: 5;
}
@media (min-width: 1024px) {
  .locationSection .movieBox {
    height: 487px;
  }
}
.locationSection .sectionTitleBox {
  position: relative;
  margin-bottom: 25px;
  z-index: 5;
}
.locationSection .sectionTitleBox .subText {
  margin-top: 25px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 2.56px;
}
.locationSection .commonBtnBox {
  margin-top: 50px;
}
.locationSection .commonBtnBox .commonBtnText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.24px;
}

/*=================================================*/
/*メニュー
/*=================================================*/
.menuSectionBg {
  position: relative;
  padding: 100px 0 80px;
  background: rgba(147, 162, 137, 0.24);
}
@media (min-width: 1024px) {
  .menuSectionBg {
    padding: 200px 0 106px;
  }
}
.menuSectionBg .bgTextBox {
  position: absolute;
  transform: rotate(90deg);
  left: -20%;
  top: 32%;
}
@media (min-width: 1024px) {
  .menuSectionBg .bgTextBox {
    left: -26%;
  }
}
@media (min-width: 1200px) {
  .menuSectionBg .bgTextBox {
    left: -23%;
  }
}
@media (min-width: 1440px) {
  .menuSectionBg .bgTextBox {
    left: -22%;
  }
}
.menuSectionBg .bgTextBox .bgText {
  font-size: 14vw;
}
@media (min-width: 600px) {
  .menuSectionBg .bgTextBox .bgText {
    font-size: 17.3vw;
  }
}
@media (min-width: 1024px) {
  .menuSectionBg .bgTextBox .bgText {
    font-size: 18.3vw;
  }
}
@media (min-width: 1024px) {
  .menuSectionBg .bgTextBox .bgText {
    font-size: 274px;
    letter-spacing: 10.96px;
  }
}
.menuSectionBg .imgDecoBox.imgDecoBoxRight {
  top: 71px;
  right: 0;
  width: 140.8px;
  height: 181.8px;
}
.menuSectionBg .menuSection {
  margin: auto;
  max-width: 1280px;
}
.menuSectionBg .menuSection .flex {
  position: relative;
  width: 90%;
  flex-flow: column-reverse;
  z-index: 5;
}
@media (min-width: 1024px) {
  .menuSectionBg .menuSection .flex {
    flex-flow: initial;
    justify-content: flex-end;
    gap: 4.5%;
  }
}
@media (min-width: 1300px) {
  .menuSectionBg .menuSection .flex {
    width: 100%;
  }
}
.menuSectionBg .menuSection .flex .imgBox {
  position: relative;
  width: 100%;
  height: 60vw;
}
@media (min-width: 1024px) {
  .menuSectionBg .menuSection .flex .imgBox {
    width: 731px;
    height: 605px;
  }
}
.menuSectionBg .menuSection .flex .imgBox::before {
  position: absolute;
  content: "";
  width: 63%;
  height: 76.1%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  background: #93A289;
}
.menuSectionBg .menuSection .flex .imgBox .img {
  position: absolute;
}
.menuSectionBg .menuSection .flex .imgBox .imgTop {
  top: 0;
  left: 0;
  width: 35%;
  height: 50%;
  aspect-ratio: 3/1;
}
@media (min-width: 1024px) {
  .menuSectionBg .menuSection .flex .imgBox .imgTop {
    width: 283px;
    height: 342px;
  }
}
.menuSectionBg .menuSection .flex .imgBox .imgBottom {
  right: 0;
  bottom: 0;
  width: 60%;
  height: 60%;
  aspect-ratio: 1/1;
}
@media (min-width: 1024px) {
  .menuSectionBg .menuSection .flex .imgBox .imgBottom {
    width: 419px;
    height: 419px;
  }
}
@media (min-width: 1024px) {
  .menuSectionBg .menuSection .flex .textBox {
    width: 400px;
  }
}
.menuSectionBg .menuSection .flex .textBox .sectionTitleBox {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .menuSectionBg .menuSection .flex .textBox .sectionTitleBox {
    text-align: left;
    margin-bottom: 50px;
  }
}
.menuSectionBg .menuSection .flex .textBox .p {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 2.24px;
}
.menuSectionBg .menuSection .flex .textBox .commonBtnBox {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .menuSectionBg .menuSection .flex .textBox .commonBtnBox {
    text-align: left;
    margin-top: 50px;
  }
}
@media (min-width: 1024px) {
  .menuSectionBg .menuSection .flex .textBox .commonBtnBox .commonBtn {
    margin: 0;
  }
}

/*=================================================*/
/*アイテム
/*=================================================*/
.itemSectionBg {
  position: relative;
  width: 100%;
  margin: 80px auto 0px;
}
@media (min-width: 1024px) {
  .itemSectionBg {
    margin: 159px auto 0px;
  }
}
.itemSectionBg .imgDecoBox.imgDecoBoxLeft {
  width: 69px;
  height: 92px;
  top: -30px;
  left: 0;
}
.itemSectionBg .imgDecoBox.imgDecoBoxRight {
  width: 77px;
  height: 77px;
  right: 0;
  bottom: 0;
}
.itemSectionBg .itemSection {
  max-width: 1440px;
  margin: 0 auto;
}
.itemSectionBg .itemSection .sectionTitleBox {
  position: relative;
  margin-bottom: 40px;
  z-index: 6;
}
.itemSectionBg .itemSection .flex {
  width: 90%;
  position: relative;
  align-items: center;
  z-index: 5;
}
@media (min-width: 768px) {
  .itemSectionBg .itemSection .flex {
    width: 700px;
  }
}
@media (min-width: 1024px) {
  .itemSectionBg .itemSection .flex {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (min-width: 1500px) {
  .itemSectionBg .itemSection .flex {
    max-width: 1500px;
    margin: auto;
  }
}
.itemSectionBg .itemSection .flex .imgBox {
  position: relative;
  width: 100%;
  height: 55vw;
}
@media (min-width: 1024px) {
  .itemSectionBg .itemSection .flex .imgBox {
    width: 709px;
    height: 486px;
  }
}
.itemSectionBg .itemSection .flex .imgBox::before {
  position: absolute;
  content: "";
  width: 64%;
  height: 54%;
  top: 49px;
  left: 52px;
  background: #93A289;
}
@media (min-width: 1024px) {
  .itemSectionBg .itemSection .flex .imgBox::before {
    width: 518px;
    height: 80%;
  }
}
@media (min-width: 1300px) {
  .itemSectionBg .itemSection .flex .imgBox::before {
    top: 49px;
    left: 52px;
    width: 518px;
    height: 389px;
  }
}
.itemSectionBg .itemSection .flex .imgBox::after {
  display: none;
}
@media (min-width: 1024px) {
  .itemSectionBg .itemSection .flex .imgBox::after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 12px;
    left: 0;
    background: #F3F3F3;
    z-index: 1;
    width: 105%;
  }
}
@media (min-width: 1200px) {
  .itemSectionBg .itemSection .flex .imgBox::after {
    width: 111%;
  }
}
.itemSectionBg .itemSection .flex .imgBox .img {
  position: absolute;
  z-index: 3;
}
.itemSectionBg .itemSection .flex .imgBox .imgTop {
  top: 0;
  left: 0;
  top: 0;
  left: 0;
  width: 65%;
  height: 66%;
  aspect-ratio: 3/2;
}
@media (min-width: 600px) {
  .itemSectionBg .itemSection .flex .imgBox .imgTop {
    width: 65%;
    height: 54%;
  }
}
@media (min-width: 1024px) {
  .itemSectionBg .itemSection .flex .imgBox .imgTop {
    width: 518px;
    height: 389px;
  }
}
.itemSectionBg .itemSection .flex .imgBox .imgBottom {
  right: 0;
  bottom: 0;
  width: 47%;
  height: 52%;
  aspect-ratio: 3/2;
}
@media (min-width: 600px) {
  .itemSectionBg .itemSection .flex .imgBox .imgBottom {
    height: 40%;
  }
}
@media (min-width: 1024px) {
  .itemSectionBg .itemSection .flex .imgBox .imgBottom {
    width: 258px;
    height: 194px;
  }
}
.itemSectionBg .itemSection .flex .textBox {
  position: relative;
  z-index: 5;
}
@media (min-width: 1024px) {
  .itemSectionBg .itemSection .flex .textBox {
    width: 450px;
  }
}
.itemSectionBg .itemSection .flex .textBox .bgTextBox {
  top: -30%;
  left: 0;
}
@media (min-width: 1024px) {
  .itemSectionBg .itemSection .flex .textBox .bgTextBox {
    left: -10px;
  }
}
@media (min-width: 1200px) {
  .itemSectionBg .itemSection .flex .textBox .bgTextBox {
    top: -58%;
    top: -41%;
    left: 0;
  }
}
@media (min-width: 1300px) {
  .itemSectionBg .itemSection .flex .textBox .bgTextBox {
    top: -58%;
    left: 0;
  }
}
.itemSectionBg .itemSection .flex .textBox .bgTextBox .bgText {
  font-size: 14vw;
}
@media (min-width: 1024px) {
  .itemSectionBg .itemSection .flex .textBox .bgTextBox .bgText {
    font-size: 12vw;
  }
}
@media (min-width: 1300px) {
  .itemSectionBg .itemSection .flex .textBox .bgTextBox .bgText {
    font-size: 15vw;
  }
}
@media (min-width: 1440px) {
  .itemSectionBg .itemSection .flex .textBox .bgTextBox .bgText {
    font-size: 270px;
    letter-spacing: 10.96px;
  }
}
.itemSectionBg .itemSection .flex .textBox .p {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 2.24px;
  position: relative;
  z-index: 5;
}
@media (min-width: 1024px) {
  .itemSectionBg .itemSection .flex .textBox .commonBtnBox {
    text-align: left;
  }
}
.itemSectionBg .itemSection .flex .textBox .commonBtnBox .commonBtn {
  margin: 40px auto 0;
}
@media (min-width: 1024px) {
  .itemSectionBg .itemSection .flex .textBox .commonBtnBox .commonBtn {
    margin: 50px 0 0;
  }
}

/*=================================================*/
/*ギャラリー
/*=================================================*/
.gallerySectionBg {
  position: relative;
  padding: 120px 0 50px;
}
@media (min-width: 1024px) {
  .gallerySectionBg {
    padding: 234px 0 60px;
  }
}
.gallerySectionBg::before {
  position: absolute;
  content: "";
  background: #93A289;
  width: 100%;
  height: 51%;
  bottom: 0;
  left: 0;
}
.gallerySectionBg .bgTextBox {
  top: 5%;
  left: 51%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (min-width: 414px) {
  .gallerySectionBg .bgTextBox {
    top: 3%;
  }
}
@media (min-width: 600px) {
  .gallerySectionBg .bgTextBox {
    top: 4%;
    left: 49.5%;
  }
}
@media (min-width: 1024px) {
  .gallerySectionBg .bgTextBox {
    top: 6%;
  }
}
@media (min-width: 1500px) {
  .gallerySectionBg .bgTextBox {
    width: auto;
  }
}
.gallerySectionBg .bgTextBox .bgText {
  font-size: 14vw;
}
@media (min-width: 600px) {
  .gallerySectionBg .bgTextBox .bgText {
    font-size: 17.3vw;
  }
}
@media (min-width: 1024px) {
  .gallerySectionBg .bgTextBox .bgText {
    font-size: 18.3vw;
  }
}
@media (min-width: 1440px) {
  .gallerySectionBg .bgTextBox .bgText {
    font-size: 270px;
    letter-spacing: 10.96px;
  }
}
@media (min-width: 1500px) {
  .gallerySectionBg .bgTextBox .bgText {
    font-size: 250px;
  }
}
.gallerySectionBg .imgDecoBox.imgDecoBoxLeft {
  width: 77px;
  height: 77px;
  top: 41%;
  left: 0;
}
.gallerySectionBg .imgDecoBox.imgDecoBoxRight {
  width: 95px;
  height: 95px;
  right: 0;
  bottom: 13px;
}
.gallerySectionBg .gallerySection {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: auto;
  z-index: 5;
}
@media (min-width: 768px) {
  .gallerySectionBg .gallerySection {
    width: 700px;
  }
}
@media (min-width: 1024px) {
  .gallerySectionBg .gallerySection {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .gallerySectionBg .gallerySection {
    width: 100%;
  }
}
.gallerySectionBg .gallerySection .sectionTitleBox {
  margin-bottom: 45px;
}
.gallerySectionBg .gallerySection .imgFlex {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 768px) {
  .gallerySectionBg .gallerySection .imgFlex {
    gap: 10px;
  }
}
@media (min-width: 600px) {
  .gallerySectionBg .gallerySection .imgFlex .img {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .gallerySectionBg .gallerySection .imgFlex .img {
    width: 31.4%;
  }
}
.gallerySectionBg .gallerySection .commonBtnBox {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .gallerySectionBg .gallerySection .commonBtnBox {
    margin-top: 60px;
  }
}

/*=================================================*/
/*バナー
/*=================================================*/
.bannerSectionBg {
  position: relative;
  padding: 120px 0;
}
@media (min-width: 1024px) {
  .bannerSectionBg {
    padding: 179px 0 229px;
  }
}
.bannerSectionBg::before {
  position: absolute;
  content: "";
  width: 53%;
  height: 2px;
  right: 0;
  top: 9%;
  border: 1px solid #F3F3F3;
}
@media (min-width: 600px) {
  .bannerSectionBg::before {
    top: 10.5%;
    width: 70%;
  }
}
@media (min-width: 768px) {
  .bannerSectionBg::before {
    width: 74%;
    top: 10.5%;
  }
}
@media (min-width: 1024px) {
  .bannerSectionBg::before {
    width: 65%;
    top: 12.5%;
  }
}
@media (min-width: 1200px) {
  .bannerSectionBg::before {
    width: 75%;
    top: 17.5%;
  }
}
.bannerSectionBg::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 2px;
  left: 0;
  bottom: 7.5%;
  border: 1px solid #F3F3F3;
}
@media (min-width: 600px) {
  .bannerSectionBg::after {
    bottom: 8.5%;
  }
}
@media (min-width: 768px) {
  .bannerSectionBg::after {
    bottom: 7%;
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .bannerSectionBg::after {
    width: 60%;
    bottom: 15.5%;
  }
}
@media (min-width: 1200px) {
  .bannerSectionBg::after {
    width: 60%;
    bottom: 22.5%;
  }
}
.bannerSectionBg .imgDecoBox.imgDecoBoxLeft {
  width: 54px;
  height: 65px;
  left: 0;
  bottom: 10px;
}
@media (min-width: 768px) {
  .bannerSectionBg .imgDecoBox.imgDecoBoxLeft {
    width: 74px;
    height: 85px;
    bottom: 63px;
  }
}
.bannerSectionBg .bgTextBox.bgTextBoxLeft {
  left: 0;
  top: 6%;
}
@media (min-width: 1024px) {
  .bannerSectionBg .bgTextBox.bgTextBoxLeft {
    top: 6%;
  }
}
.bannerSectionBg .bgTextBox.bgTextBoxLeft .bgText {
  font-size: 12vw;
}
@media (min-width: 600px) {
  .bannerSectionBg .bgTextBox.bgTextBoxLeft .bgText {
    font-size: 8vw;
  }
}
@media (min-width: 1024px) {
  .bannerSectionBg .bgTextBox.bgTextBoxLeft .bgText {
    font-size: 130px;
    letter-spacing: 5.2px;
  }
}
.bannerSectionBg .bgTextBox.bgTextBoxRight {
  right: 0;
  bottom: 5%;
}
@media (min-width: 768px) {
  .bannerSectionBg .bgTextBox.bgTextBoxRight {
    bottom: 3%;
  }
}
@media (min-width: 1024px) {
  .bannerSectionBg .bgTextBox.bgTextBoxRight {
    bottom: 11%;
  }
}
@media (min-width: 1200px) {
  .bannerSectionBg .bgTextBox.bgTextBoxRight {
    bottom: 13%;
  }
}
.bannerSectionBg .bgTextBox.bgTextBoxRight .bgText {
  font-size: 12vw;
}
@media (min-width: 600px) {
  .bannerSectionBg .bgTextBox.bgTextBoxRight .bgText {
    font-size: 8vw;
  }
}
@media (min-width: 1200px) {
  .bannerSectionBg .bgTextBox.bgTextBoxRight .bgText {
    font-size: 130px;
    letter-spacing: 5.2px;
  }
}
.bannerSectionBg .bannerSection {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
@media (min-width: 768px) {
  .bannerSectionBg .bannerSection {
    width: 700px;
  }
}
@media (min-width: 1024px) {
  .bannerSectionBg .bannerSection {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .bannerSectionBg .bannerSection {
    width: 100%;
    flex-flow: initial;
  }
}
.bannerSectionBg .bannerSection .linkBox {
  position: relative;
  text-align: center;
  width: 100%;
  height: 350px;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .bannerSectionBg .bannerSection .linkBox {
    width: 540px;
    height: 373px;
  }
}
@media (min-width: 1200px) {
  .bannerSectionBg .bannerSection .linkBox {
    margin: 0;
  }
}
.bannerSectionBg .bannerSection .linkBox .link {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .bannerSectionBg .bannerSection .linkBox .link {
    width: 100%;
  }
}
.bannerSectionBg .bannerSection .linkBox .link::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 94%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: 1px solid #FFF;
  z-index: 5;
}
.bannerSectionBg .bannerSection .linkBox .link:hover .img {
  transform: scale(1.2);
  transition: 0.4s all;
}
.bannerSectionBg .bannerSection .linkBox .link .img {
  width: 100%;
  height: 100%;
  transition: 0.4s all;
}
.bannerSectionBg .bannerSection .linkBox .link .textBox {
  position: absolute;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 100%;
  padding: 40px 15px;
  text-align: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .bannerSectionBg .bannerSection .linkBox .link .textBox {
    padding: 40px 27px;
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .bannerSectionBg .bannerSection .linkBox .link .textBox {
    width: 90%;
  }
}
.bannerSectionBg .bannerSection .linkBox .link .textBox .p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 2.24px;
}

/*=================================================*/
/*新着
/*=================================================*/
.newsSectionBg {
  position: relative;
  padding: 80px 0;
  background: #E5E9E3;
}
.newsSectionBg .imgDecoBox.imgDecoBoxRight {
  width: 105.824px;
  height: 105.824px;
  right: 0;
  bottom: 45px;
}
.newsSectionBg .bgTextBox {
  position: absolute;
  transform: rotate(90deg);
  left: -20%;
  top: 32%;
}
@media (min-width: 1024px) {
  .newsSectionBg .bgTextBox {
    left: -24%;
  }
}
@media (min-width: 1200px) {
  .newsSectionBg .bgTextBox {
    left: -22%;
  }
}
@media (min-width: 1300px) {
  .newsSectionBg .bgTextBox {
    left: -20%;
  }
}
@media (min-width: 1440px) {
  .newsSectionBg .bgTextBox {
    left: -18%;
  }
}
@media (min-width: 1500px) {
  .newsSectionBg .bgTextBox {
    left: -11%;
  }
}
.newsSectionBg .bgTextBox .bgText {
  font-size: 14vw;
}
@media (min-width: 600px) {
  .newsSectionBg .bgTextBox .bgText {
    font-size: 17.3vw;
  }
}
@media (min-width: 1024px) {
  .newsSectionBg .bgTextBox .bgText {
    font-size: 18.3vw;
  }
}
@media (min-width: 1024px) {
  .newsSectionBg .bgTextBox .bgText {
    font-size: 214px;
    letter-spacing: 8.56px;
  }
}

.newsSection {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  z-index: 5;
}
@media (min-width: 768px) {
  .newsSection {
    width: 700px;
  }
}
@media (min-width: 1024px) {
  .newsSection {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .newsSection {
    width: 100%;
  }
}
.newsSection .p {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.92px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .newsSection .p {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .newsSection .p {
    margin-top: 20px;
    font-size: 24px;
    line-height: 44px;
  }
}
.newsSection .mainTitleFlex {
  gap: 17px;
}
.newsSection .mainTitleFlex .titleLarge {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
}
@media (min-width: 768px) {
  .newsSection .mainTitleFlex .titleLarge {
    font-size: 160px;
    letter-spacing: 12.8px;
  }
}
.newsSection .mainTitleFlex .titleSmall {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.56px;
}
@media (min-width: 768px) {
  .newsSection .mainTitleFlex .titleSmall {
    font-size: 32px;
    letter-spacing: 2.56px;
  }
}

.newsSection .webgene-blog {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 45px 0 50px;
}

@media (min-width: 1024px) {
  .newsSection .webgene-blog {
    justify-content: center;
    gap: 20px;
    margin: 45px 0 60px;
  }
}
@media (min-width: 1200px) {
  .newsSection .webgene-blog {
    justify-content: space-between;
    gap: 40px;
    margin: 45px 0 60px;
  }
}
.newsSection .webgene-blog .news {
  padding: 0;
}

.newsSection .webgene-blog .webgene-item {
  transition: 0.3s;
  width: 340px;
}
@media (min-width: 768px) {
  .newsSection .webgene-blog .webgene-item {
    width: 210px;
  }
}
@media (min-width: 1024px) {
  .newsSection .webgene-blog .webgene-item {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .newsSection .webgene-blog .webgene-item {
    width: 340px;
  }
}
@media (min-width: 1200px) {
  .newsSection .webgene-blog .webgene-item .news_img {
    height: 220px;
  }
}
.newsSection .webgene-blog .webgene-item .contents {
  margin-top: 20px;
}

.newsSection .webgene-blog .webgene-item:hover {
  transition: 0.3s;
  transform: translateY(-10px);
}

.newsSection .webgene-blog .webgene-item .newsDate {
  color: #46583F;
  text-align: left;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.24px;
}

.newsSection .webgene-blog .webgene-item .newsTag {
  display: none;
}

.newsSection .webgene-blog .webgene-item .contents .indexNewsFlex {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 21px;
}

.newsSection .webgene-blog .webgene-item .contents .indexNewsFlex .newsTag {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.42px;
  border-radius: 4px;
  border: 1px solid #FFF;
  padding: 0px 11px 1px;
}

.newsSection .webgene-blog .webgene-item .webgene-item-main-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
}

.newsSection .webgene-blog .webgene-item .newsTit {
  color: #333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.24px;
  margin-top: 6px;
}

/*=================================================*/
/*アクセス
/*=================================================*/
.aboutSectionBg {
  position: relative;
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .aboutSectionBg {
    padding: 90px 0;
  }
}
.aboutSectionBg .backBgc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aboutSectionBg .backBgc .backImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  border-radius: 0px 20px 20px 0px;
  transition: all 0.4s ease-in-out;
}
.aboutSectionBg .aboutSection {
  position: relative;
  max-width: 1100px;
  margin: auto;
  z-index: 3;
}
.aboutSectionBg .aboutSection .sectionTitleBox {
  margin-bottom: 30px;
}
.aboutSectionBg .aboutSection .flex {
  width: 90%;
  align-items: center;
}
@media (min-width: 768px) {
  .aboutSectionBg .aboutSection .flex {
    width: 700px;
  }
}
@media (min-width: 1024px) {
  .aboutSectionBg .aboutSection .flex {
    width: 95%;
    gap: 48px;
  }
}
@media (min-width: 1200px) {
  .aboutSectionBg .aboutSection .flex {
    width: 100%;
    gap: 98px;
  }
}
.aboutSectionBg .aboutSection .flex .mapBox {
  width: 100%;
  height: 350px;
  background: #333;
}
@media (min-width: 1024px) {
  .aboutSectionBg .aboutSection .flex .mapBox {
    margin: 0;
    width: 490px;
    height: 368px;
  }
}
.aboutSectionBg .aboutSection .flex .mapBox iframe {
  margin: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.aboutSectionBg .aboutSection .flex .textBox {
  width: 100%;
}
@media (min-width: 1024px) {
  .aboutSectionBg .aboutSection .flex .textBox {
    width: 452px;
  }
}
.aboutSectionBg .aboutSection .flex .textBox .logoBox {
  width: 220px;
  height: 74px;
  margin-bottom: 10px;
}
.aboutSectionBg .aboutSection .flex .textBox .logoBox .logoLink {
  width: 100%;
  height: 100%;
}
.aboutSectionBg .aboutSection .flex .textBox .flexUl .flexLi {
  display: flex;
  flex-flow: column;
  padding: 15px 0;
  border-bottom: 1px solid #B3B3B3;
  gap: 5%;
}
@media (min-width: 768px) {
  .aboutSectionBg .aboutSection .flex .textBox .flexUl .flexLi {
    flex-flow: initial;
  }
}
.aboutSectionBg .aboutSection .flex .textBox .flexUl .flexLi:first-of-type {
  border-top: 1px solid #B3B3B3;
}
@media (min-width: 768px) {
  .aboutSectionBg .aboutSection .flex .textBox .flexUl .flexLi .titleBox {
    width: 70px;
  }
}
.aboutSectionBg .aboutSection .flex .textBox .flexUl .flexLi .titleBox .title {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1.12px;
}
.aboutSectionBg .aboutSection .flex .textBox .flexUl .flexLi .contentBox .content {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1.12px;
}
.aboutSectionBg .aboutSection .commonBtnBox {
  margin-top: 60px;
}

#root {
  overflow-x: hidden;
}/*# sourceMappingURL=top.css.map */

/* 0905修正 */

.conceptSection .flex:nth-child(even) .imgBox250905::before {
    left: 15%;
}

@media (min-width: 1300px) {
    .conceptSection .flex:nth-child(even) .imgBox250905::before{
        left: 25%;
    }
}

