.hamburgerFloat {
  background: url(../../shared/images/logo_wh.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.wrapWidth.topTitleAreaBg .topTitleArea {
  background-image: url(../images/headttl.jpg);
}

.secCuisine .mds {
  max-width: 1140px;
  width: 90vw;
  margin: 0 auto 40px;
}
.secCuisine .mds .mdsSub {
  font-size: clamp(30px, 2.67vw, 32px);
  font-family: "Spectral", sans-serif;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.2em;
  margin: auto;
  display: block;
}
.secCuisine .mds .mdsTtl {
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .secCuisine .mds {
    margin: 0 auto 24px;
  }
}
.secQuality .wrap {
  border-top: 1px solid #101d49;
}
.secQuality .wrap .txtcontainer {
  max-width: 1140px;
  width: 90vw;
  margin: auto;
  padding: 100px 0 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3%;
  align-items: center;
}
.secQuality .wrap .txtcontainer .txt .txtTtl {
  font-size: clamp(24px, 2.17vw, 26px);
  color: #b8860b;
  line-height: 1.4em;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.secQuality .wrap .txtcontainer .txt .txtTxt {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.65em;
}
.secQuality .wrap .restaurant {
  padding: 120px 0 0;
}
.secQuality .wrap .restaurant .restaurantContainer {
  max-width: 1140px;
  margin: auto;
  width: 90vw;
  display: grid;
  grid-template-columns: 400px auto;
  align-items: center;
  padding-bottom: 120px;
}
.secQuality .wrap .restaurant .restaurantContainer .txt {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  padding: 30px 0 40px;
}
.secQuality .wrap .restaurant .restaurantContainer .txt a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.secQuality .wrap .restaurant .restaurantContainer .img {
  width: 100%;
  height: 100%;
}
.secQuality .wrap .restaurant .restaurantContainer .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.secQuality .wrap .restaurant .txtcontainer {
  padding: 25px 0 40px;
}
.secQuality .wrap .restaurant .bridalfair {
  border-top: 1px solid #101d49;
  border-bottom: 1px solid #101d49;
  max-width: 1140px;
  margin: auto;
  width: 90vw;
  padding: 32px 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 130px;
}
.secQuality .wrap .restaurant .bridalfair .mds {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.secQuality .wrap .restaurant .bridalfair .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.secQuality .wrap .restaurant .bridalfair .txt .txtTxt {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(18px, 1.67vw, 20px);
  letter-spacing: 0em;
}
.secQuality .wrap .restaurant .bridalfair .txt .btn {
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 767px) {
  .secQuality .wrap .txtcontainer {
    padding: 40px 0 60px;
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .secQuality .wrap .txtcontainer .txt .txtTtl {
    font-size: clamp(14px, 6.15vw, 24px);
    margin-bottom: 24px;
  }
  .secQuality .wrap .txtcontainer .txt .txtTxt {
    margin-top: 0;
  }
  .secQuality .wrap .restaurant {
    padding: 80px 0 0;
  }
  .secQuality .wrap .restaurant .restaurantContainer {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 80px;
  }
  .secQuality .wrap .restaurant .restaurantContainer .txt {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding: 30px 0 40px;
  }
  .secQuality .wrap .restaurant .restaurantContainer .txt a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  .secQuality .wrap .restaurant .txtcontainer {
    padding: 25px 0 40px;
    gap: 24px;
  }
  .secQuality .wrap .restaurant .bridalfair {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    gap: 40px;
  }
  .secQuality .wrap .restaurant .bridalfair .mds {
    margin: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  .secQuality .wrap .restaurant .bridalfair .mds .mdsSub {
    font-size: clamp(22px, 2vw, 24px);
    text-align: center;
  }
  .secQuality .wrap .restaurant .bridalfair .mds .mdsTtl {
    font-size: 14px;
    text-align: center;
  }
  .secQuality .wrap .restaurant .bridalfair .txt {
    gap: 6px;
  }
  .secQuality .wrap .restaurant .bridalfair .txt .txtTxt {
    font-size: 16px;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__wrap .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity__wrap .scroll-infinity__list.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__wrap .scroll-infinity__list.scroll-infinity__list--left .scroll-infinity__item {
  width: 33.3333333333vw;
  padding: 0 1%;
}
.scroll-infinity__wrap .scroll-infinity__list.scroll-infinity__list--left .scroll-infinity__item img {
  width: 100%;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .scroll-infinity__wrap .scroll-infinity__list.scroll-infinity__list--left {
    animation: infinity-scroll-left 22s infinite linear 0.5s both;
  }
  .scroll-infinity__wrap .scroll-infinity__list.scroll-infinity__list--left .scroll-infinity__item {
    width: 83.3333333333vw;
  }
}
.secExperience {
  padding: 120px 0 100px;
}
.secExperience .mds {
  border-bottom: 1px solid #101d49;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.secExperience .mds .mdsSub {
  max-width: 1140px;
  width: 90vw;
  margin: 0 auto;
}
.secExperience .mds .mdsTtl {
  max-width: 1140px;
  width: 90vw;
  margin: 0 auto;
}
.secExperience .wrap {
  display: flex;
  flex-direction: column;
  gap: 120px;
  padding-top: 60px;
  max-width: 1140px;
  margin: auto;
}
.secExperience .wrap .content {
  width: 100%;
  max-width: 90vw;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.secExperience .wrap .content .swiper {
  width: 100%;
}
.secExperience .wrap .content .main-swiper1,
.secExperience .wrap .content .main-swiper2 {
  width: 100%;
}
.secExperience .wrap .content .main-swiper1 img,
.secExperience .wrap .content .main-swiper2 img {
  width: 100%;
}
.secExperience .wrap .content .rightContent {
  width: 100%;
  display: grid;
  grid-template-rows: 1fr;
}
.secExperience .wrap .content .rightContent .thumb-swiper1,
.secExperience .wrap .content .rightContent .thumb-swiper2 {
  min-width: 0;
  max-width: 400px;
  width: 100%;
  margin: 0;
  padding: 24px 0;
}
.secExperience .wrap .content .rightContent .thumb-swiper1 .swiper-wrapper,
.secExperience .wrap .content .rightContent .thumb-swiper2 .swiper-wrapper {
  width: 80%;
  max-width: 460px;
}
.secExperience .wrap .content .rightContent .thumb-swiper1 .swiper-wrapper .swiper-slide,
.secExperience .wrap .content .rightContent .thumb-swiper2 .swiper-wrapper .swiper-slide {
  width: 95px;
  aspect-ratio: 1/1;
  cursor: pointer;
  opacity: 0.3;
  transition: 0.3s;
}
.secExperience .wrap .content .rightContent .thumb-swiper1 .swiper-wrapper .swiper-slide img,
.secExperience .wrap .content .rightContent .thumb-swiper2 .swiper-wrapper .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.secExperience .wrap .content .rightContent .thumb-swiper1 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active,
.secExperience .wrap .content .rightContent .thumb-swiper2 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  transition: 0.3s;
}
.secExperience .wrap .content .rightContent .txtcontainer {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.secExperience .wrap .content .rightContent .txtcontainer .txtTtl {
  font-size: clamp(24px, 2.17vw, 26px);
  color: #b8860b;
  line-height: 1.4em;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 30px;
}
.secExperience .wrap .content .rightContent .txtcontainer .txtTxt {
  font-size: 15px;
  line-height: 1.65em;
  max-width: 300px;
}

@media only screen and (max-width: 767px) {
  .secExperience {
    padding: 120px 0 24px;
  }
  .secExperience .wrap {
    gap: 32px;
    padding-top: 40px;
  }
  .secExperience .wrap .content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .secExperience .wrap .content .rightContent {
    display: flex;
    flex-direction: column-reverse;
  }
  .secExperience .wrap .content .rightContent .thumb-swiper1,
  .secExperience .wrap .content .rightContent .thumb-swiper2 {
    max-width: 560px;
    padding: 0;
  }
  .secExperience .wrap .content .rightContent .thumb-swiper1 .swiper-wrapper,
  .secExperience .wrap .content .rightContent .thumb-swiper2 .swiper-wrapper {
    width: 100%;
    max-width: 560px;
  }
  .secExperience .wrap .content .rightContent .txtcontainer {
    padding: 64px 0;
    height: auto;
    width: 94%;
    margin: auto;
    display: block;
  }
  .secExperience .wrap .content .rightContent .txtcontainer .txtTtl {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secExperience .wrap .content .rightContent .txtcontainer .txtTxt {
    width: 100%;
    max-width: inherit;
  }
}/*# sourceMappingURL=style.css.map */