@charset "UTF-8";
br.sp {
  display: none;
}
@media (max-width: 767px) {
  br.sp {
    display: block;
  }
}
br.pc {
  display: block;
}
@media (max-width: 767px) {
  br.pc {
    display: none;
  }
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  overflow-x: hidden; /* 横スクロールを無効にする */
  line-height: 1.75;
  font-size: 16px;
  color: #48362A;
  background: #FFFAE2;
}

a {
  transition: all 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

[id] {
  scroll-margin-top: 80px;
}

[data-typewriter] {
  visibility: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 96px;
  background: #7FBEA8;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .header {
    height: clamp(72px, 11.7340286832vw, 90px);
  }
}
.header.header-transparent {
  background: transparent;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 80px;
  padding-left: 80px;
  height: inherit;
}
@media (max-width: 767px) {
  .header-content {
    padding-right: 19px;
    padding-left: 19px;
  }
}

.header-logo a {
  height: inherit;
  display: flex;
  align-items: center;
}
.header-logo a img {
  width: 205px;
  height: 70px;
  object-fit: contain;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .header-logo a img {
    width: clamp(109px, 26.7275097784vw, 205px);
  }
}

.header-nav ul {
  display: flex;
  gap: 64px;
}
@media (max-width: 767px) {
  .header-nav ul {
    gap: clamp(8px, 5.2151238592vw, 40px);
  }
}
@media (max-width: 375px) {
  .header-nav ul {
    gap: 8px;
  }
}
.header-nav ul li a {
  color: #FCFCFC;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .header-nav ul li a {
    font-size: clamp(12px, 2.0860495437vw, 16px);
    letter-spacing: 0.05em;
  }
}

.footer {
  padding-top: 54px;
}

.footer-bg {
  height: 400px;
  background: url("../img/footer/bg.svg") no-repeat center top -1px/cover;
  padding-top: 239px;
  color: #FCFCFC;
  padding-right: 80px;
  padding-left: 80px;
  position: relative;
}
@media (max-width: 767px) {
  .footer-bg {
    height: clamp(301px, 52.1512385919vw, 400px);
    background: url("../img/footer/bg-tab.svg") no-repeat center center/cover;
    padding-top: 123px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 375px) {
  .footer-bg {
    height: 301px;
    background: url("../img/footer/bg-sp.svg") no-repeat center center/cover;
    padding-top: 113px;
  }
}
@media (max-width: 320px) {
  .footer-bg {
    height: auto;
    padding-bottom: 20px;
  }
}
.footer-bg::after {
  content: "";
  position: absolute;
  width: 200px;
  aspect-ratio: 200/200;
  height: auto;
  background: url("../img/footer/duck.gif") no-repeat center center/contain;
  top: -100px;
  left: 50%;
  transform: translateX(365px);
}
@media (max-width: 1000px) {
  .footer-bg::after {
    transform: translateX(200px);
  }
}
@media (max-width: 767px) {
  .footer-bg::after {
    transform: translateX(11.7340286832vw);
  }
}
@media (max-width: 530px) {
  .footer-bg::after {
    transform: translateX(5.2151238592vw);
    width: 170px;
  }
}
@media (max-width: 375px) {
  .footer-bg::after {
    transform: translateX(-4px);
    width: 150px;
    top: -60px;
  }
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-content {
    flex-direction: column-reverse;
    gap: 25px;
  }
}
@media (max-width: 375px) {
  .footer-content {
    gap: 35px;
  }
}

.footer-logo img {
  object-fit: contain;
  width: 203px;
  height: auto;
}
@media (max-width: 767px) {
  .footer-logo img {
    width: clamp(109px, 22.1642764016vw, 170px);
  }
}

.footer-nav ul {
  display: flex;
  gap: 64px;
}
@media (max-width: 375px) {
  .footer-nav ul {
    gap: 9.6vw;
  }
}
@media (max-width: 300px) {
  .footer-nav ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.footer-nav ul li a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer-nav ul li a {
    font-size: clamp(14px, 2.6075619296vw, 20px);
  }
}

.footer-copyright {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .footer-copyright {
    margin-top: 25px;
  }
}
@media (max-width: 375px) {
  .footer-copyright {
    margin-top: 30px;
    font-size: 12px;
  }
}

.loading {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  background: url("../img/loading/bg.webp") no-repeat center center/cover;
  height: 100vh;
}

.loading div {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (max-width: 767px) {
  .loading div {
    top: 45%;
  }
}

.loading-text {
  position: relative;
}
.loading-text img {
  width: 40px;
  aspect-ratio: 40/658;
  height: auto;
}
@media (max-width: 767px) {
  .loading-text img {
    width: 30px;
  }
}
.loading-text::after {
  content: "";
  position: absolute;
  width: 95px;
  aspect-ratio: 95/126;
  height: auto;
  background: url("../img/loading/deco.svg") no-repeat center center/contain;
  top: 252px;
  left: -105px;
}
@media (max-width: 767px) {
  .loading-text::after {
    width: 70px;
    left: -70px;
    top: 200px;
  }
}

@keyframes open {
  0% {
    opacity: 0;
    transform: scaleY(8) scaleX(8);
  }
  70% {
    opacity: 1;
    transform: scaleY(1) scaleX(1);
  }
}
.inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.common-btn {
  text-align: center;
}
.common-btn a {
  max-width: 338px;
  width: 100%;
  height: 62px;
  line-height: 62px;
  border-radius: 40px;
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  transition: all 0.3s ease;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 375px) {
  .common-btn a {
    max-width: 240px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
}
.common-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
@media (max-width: 375px) {
  .common-btn a::after {
    width: 18px;
    height: 18px;
  }
}
.common-btn a:hover {
  opacity: 1;
  transition: all 0.3s ease;
}
.common-btn a.about-btn {
  background: #FCFCFC;
  color: #278A68;
}
.common-btn a.about-btn::after {
  background: url("../img/common/btn-arrow-green-right.svg") no-repeat center center/contain;
  right: 24px;
}
@media (max-width: 375px) {
  .common-btn a.about-btn::after {
    right: 8px;
  }
}
.common-btn a.about-btn:hover {
  color: #FCFCFC;
  background: #7FBEA8;
}
.common-btn a.about-btn:hover::after {
  background: url("../img/common/btn-arrow-white-right.svg") no-repeat center center/contain;
}
.common-btn a.dining-guide-btn {
  background: #7FBEA8;
  color: #FCFCFC;
}
.common-btn a.dining-guide-btn::after {
  background: url("../img/common/btn-arrow-white-right.svg") no-repeat center center/contain;
  color: #278A68;
  right: 24px;
}
@media (max-width: 375px) {
  .common-btn a.dining-guide-btn::after {
    right: 8px;
  }
}
.common-btn a.dining-guide-btn:hover {
  color: #278A68;
  background: #FCFCFC;
}
.common-btn a.dining-guide-btn:hover::after {
  background: url("../img/common/btn-arrow-green-right.svg") no-repeat center center/contain;
}
.common-btn a.archive-shop-btn {
  color: #278A68;
  border: 1px solid #7FBEA8;
}
.common-btn a.archive-shop-btn::after {
  background: url("../img/common/btn-arrow-green-left.svg") no-repeat center center/contain;
  left: 24px;
}
@media (max-width: 375px) {
  .common-btn a.archive-shop-btn::after {
    left: 16px;
  }
}
.common-btn a.archive-shop-btn:hover {
  background: #7FBEA8;
  color: #FCFCFC;
}
.common-btn a.archive-shop-btn:hover::after {
  background: url("../img/common/btn-arrow-white-left.svg") no-repeat center center/contain;
}
.common-btn a.recommend-btn {
  color: #278A68;
  border: 1px solid #7FBEA8;
}
.common-btn a.recommend-btn::after {
  background: url("../img/common/btn-arrow-green-left.svg") no-repeat center center/contain;
  left: 24px;
}
@media (max-width: 375px) {
  .common-btn a.recommend-btn::after {
    left: 16px;
  }
}
.common-btn a.recommend-btn:hover {
  background: #7FBEA8;
  color: #FCFCFC;
}
.common-btn a.recommend-btn:hover::after {
  background: url("../img/common/btn-arrow-white-left.svg") no-repeat center center/contain;
}
.common-btn a.single-news-btn-back {
  color: #278A68;
  border: 1px solid #7FBEA8;
}
.common-btn a.single-news-btn-back::after {
  background: url("../img/common/btn-arrow-green-left.svg") no-repeat center center/contain;
  left: 24px;
}
@media (max-width: 375px) {
  .common-btn a.single-news-btn-back::after {
    left: 16px;
  }
}
.common-btn a.single-news-btn-back:hover {
  background: #7FBEA8;
  color: #FCFCFC;
}
.common-btn a.single-news-btn-back:hover::after {
  background: url("../img/common/btn-arrow-white-left.svg") no-repeat center center/contain;
}
.common-btn a.single-news-btn-detail {
  background: #7FBEA8;
  color: #FCFCFC;
}
.common-btn a.single-news-btn-detail::after {
  background: url("../img/common/btn-arrow-white-right.svg") no-repeat center center/contain;
  right: 24px;
}
@media (max-width: 375px) {
  .common-btn a.single-news-btn-detail::after {
    right: 16px;
  }
}
.common-btn a.single-news-btn-detail:hover {
  color: #278A68;
  background: #FCFCFC;
}
.common-btn a.single-news-btn-detail:hover::after {
  background: url("../img/common/btn-arrow-green-right.svg") no-repeat center center/contain;
}

.common-title-wrap {
  text-align: center;
  position: relative;
  z-index: 2;
}
.common-title-wrap.common-title-wrap-left {
  text-align: left;
}
@media (max-width: 1000px) {
  .common-title-wrap.common-title-wrap-left {
    text-align: center;
  }
}

.common-title-en {
  color: #7FBEA8;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .common-title-en {
    font-size: clamp(16px, 2.6075619296vw, 20px);
  }
}

.common-title {
  font-size: 40px;
  color: #278A68;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .common-title {
    font-size: clamp(20px, 5.2151238592vw, 40px);
  }
}

.breadcrumb {
  max-width: 1280px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.breadcrumb.breadcrumb-about {
  margin-top: 10px;
}
@media (max-width: 375px) {
  .breadcrumb.breadcrumb-about {
    margin-top: -3px;
  }
}
.breadcrumb.breadcrumb-archive-shop, .breadcrumb.breadcrumb-single-shop, .breadcrumb.breadcrumb-single-news {
  margin-top: 128px;
}
@media (max-width: 375px) {
  .breadcrumb.breadcrumb-archive-shop, .breadcrumb.breadcrumb-single-shop, .breadcrumb.breadcrumb-single-news {
    margin-top: 76px;
  }
}
@media (max-width: 1200px) {
  .breadcrumb {
    padding-left: 19px;
  }
}
.breadcrumb ol {
  display: flex;
  gap: 40px;
}
.breadcrumb ol li {
  letter-spacing: 0.07em;
}
@media (max-width: 375px) {
  .breadcrumb ol li {
    font-size: 12px;
  }
}
.breadcrumb span {
  margin: 0 2px;
}
.breadcrumb .home {
  color: #7FBEA8;
}
.breadcrumb .home i {
  margin-right: 1px;
  width: 17px;
  height: 17px;
}

.fv {
  position: relative;
}
.fv .swiper-slide {
  height: 822px;
}
@media (max-width: 767px) {
  .fv .swiper-slide {
    height: clamp(600px, 104.3024771838vw, 800px);
  }
}
.fv .swiper-slide img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .fv-pc-swiper {
    display: none;
  }
}

.fv-sp-swiper {
  display: none;
}
@media (max-width: 767px) {
  .fv-sp-swiper {
    display: block;
  }
}

.fv-copy {
  position: absolute;
  z-index: 2;
  color: #FCFCFC;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  left: 50%;
  transform: translateX(-50%);
  top: 103px;
  writing-mode: vertical-rl;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  text-orientation: upright;
  letter-spacing: 0.3em;
  font-size: 48px;
}
@media (max-width: 767px) {
  .fv-copy {
    font-size: 36px;
    top: 107px;
  }
}
@media (max-width: 450px) {
  .fv-copy {
    left: 45%;
  }
}
@media (max-width: 375px) {
  .fv-copy {
    font-size: 32px;
    top: 115px;
  }
}
.fv-copy::after {
  content: "ようこそ！";
  position: absolute;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  writing-mode: vertical-rl;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  text-orientation: upright;
  color: #FCFCFC;
  font-size: 32px;
  top: 0;
  right: -50px;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .fv-copy::after {
    font-size: 25px;
    right: -35px;
  }
}
@media (max-width: 375px) {
  .fv-copy::after {
    font-size: 16px;
    right: -23px;
  }
}

.about {
  background: url("../img/page/top/event/bg.webp") no-repeat center center/cover;
}

.about-bg {
  height: 929px;
  background: url("../img/page/top/about/bg.svg") no-repeat center top/cover;
  position: relative;
  z-index: 2;
  margin-top: -127px;
  padding-top: 376px;
  padding-right: 19px;
  padding-left: 19px;
}
@media (max-width: 767px) {
  .about-bg {
    height: 113.2985658409vw;
    background: url("../img/page/top/about/bg-tab.svg") no-repeat center center/contain;
    margin-top: -20px;
    padding-top: 262px;
  }
}
@media (max-width: 660px) {
  .about-bg {
    height: 660px;
    background: url("../img/page/top/about/bg-mid.svg") no-repeat center center/cover;
    padding-top: 180px;
  }
}
@media (max-width: 375px) {
  .about-bg {
    height: 567px;
    background: url("../img/page/top/about/bg-sp.svg") no-repeat center center/cover;
    padding-top: 135px;
    margin-top: -25px;
  }
}
.about-bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 426px), calc(-50% + 73px));
  width: 68px;
  height: 68px;
  background: url("../img/page/top/about/bird-1.gif") no-repeat center center/contain;
}
@media (max-width: 767px) {
  .about-bg::before {
    transform: translate(calc(-50% - 300px), calc(-50% + 55px));
  }
}
@media (max-width: 660px) {
  .about-bg::before {
    transform: translate(calc(-50% - 135px), calc(-50% + 42px));
    height: 55px;
    width: 55px;
  }
}
@media (max-width: 375px) {
  .about-bg::before {
    width: 42px;
    height: 42px;
    transform: translate(calc(-50% - 125px), calc(-50% + 81px));
  }
}
@media (max-width: 280px) {
  .about-bg::before {
    transform: translate(calc(-50% - 109px), calc(-50% + 109px));
  }
}
.about-bg::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 361px), calc(-50% + 81px));
  width: 68px;
  height: 68px;
  background: url("../img/page/top/about/bird-2.gif") no-repeat center center/contain;
}
@media (max-width: 767px) {
  .about-bg::after {
    transform: translate(calc(-50% - 240px), calc(-50% + 70px));
  }
}
@media (max-width: 660px) {
  .about-bg::after {
    transform: translate(calc(-50% - 80px), calc(-50% + 53px));
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 375px) {
  .about-bg::after {
    width: 42px;
    height: 42px;
    transform: translate(calc(-50% - 80px), calc(-50% + 93px));
  }
}
@media (max-width: 280px) {
  .about-bg::after {
    transform: translate(calc(-50% - 60px), calc(-50% + 113px));
  }
}
.about-bg p {
  text-align: center;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4);
  color: #FCFCFC;
  font-weight: 500;
  font-size: 20px;
  line-height: 2.2;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (max-width: 660px) {
  .about-bg p {
    font-size: 17px;
    line-height: 2;
  }
}
@media (max-width: 375px) {
  .about-bg p {
    font-size: 16px;
    max-width: 239px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
  }
}

.about-common-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 71px;
}
@media (max-width: 375px) {
  .about-common-btn {
    bottom: 64px;
  }
}

.event {
  padding-top: 264px;
  padding-bottom: 100px;
  margin-top: -168px;
  background: url("../img/page/top/event/bg.webp") no-repeat center center/cover;
  position: relative;
  padding-right: 19px;
  padding-left: 19px;
}
@media (max-width: 767px) {
  .event {
    padding-top: 134px;
    padding-bottom: 52px;
    margin-top: -100px;
  }
}

.event-list {
  margin-top: 45px;
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: #FFFAE2;
  border-radius: 8px;
  padding: 40px 60px;
  position: relative;
}
@media (max-width: 767px) {
  .event-list {
    margin-top: 21px;
    border-radius: 4px;
    padding: 0 10px;
    padding-bottom: 16px;
  }
}
.event-list::before {
  content: "";
  position: absolute;
  width: 353px;
  height: 375px;
  background: url("../img/page/top/event/deco.svg") no-repeat center center/contain;
  top: -259px;
  left: -151px;
}
@media (max-width: 1300px) {
  .event-list::before {
    width: 247.1px;
    height: 262.5px;
    left: -50px;
    top: -210px;
  }
}
@media (max-width: 880px) {
  .event-list::before {
    width: 176.5px;
    height: 187.5px;
    top: -280px;
    left: -20px;
  }
}
@media (max-width: 767px) {
  .event-list::before {
    width: 141.2px;
    height: 150px;
    background: url("../img/page/top/event/deco-sp.svg") no-repeat center center/contain;
    top: -200px;
    left: 50%;
    transform: translateX(calc(-50% - 32.5945241199vw));
  }
}
@media (max-width: 720px) {
  .event-list::before {
    top: -190px;
  }
}
@media (max-width: 680px) {
  .event-list::before {
    width: 105.9px;
  }
}
@media (max-width: 600px) {
  .event-list::before {
    height: 112.5px;
    top: -150px;
  }
}
@media (max-width: 470px) {
  .event-list::before {
    top: -140px;
  }
}
@media (max-width: 375px) {
  .event-list::before {
    top: -135px;
    left: 48%;
    height: 97.5px;
  }
}
.event-list li {
  padding: 19px 0;
  border-bottom: 1px solid #E7D9C4;
}
@media (max-width: 375px) {
  .event-list li {
    padding: 16px 0;
  }
}

@media (max-width: 767px) {
  .event-card {
    max-width: clamp(328px, 49.5436766623vw, 380px);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.event-card-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
  gap: 56px;
}
@media (max-width: 767px) {
  .event-card-content {
    gap: clamp(8px, 2.6075619296vw, 20px);
  }
}
@media (max-width: 280px) {
  .event-card-content {
    flex-wrap: wrap;
    align-items: start;
    flex-direction: column-reverse;
  }
}

.event-img {
  flex: 0 0 197px;
}
@media (max-width: 767px) {
  .event-img {
    flex: 0 0 clamp(140px, 22.1642764016vw, 170px);
  }
}
@media (max-width: 375px) {
  .event-img {
    flex: 0 0 clamp(100px, 37.3333333333vw, 140px);
  }
}
.event-img img {
  width: 100%;
  object-fit: contain;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .event-img img {
    height: auto;
    border-radius: 4px;
  }
}
@media (max-width: 375px) {
  .event-img img {
    aspect-ratio: 140/115;
  }
}

.event-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.event-meta {
  display: flex;
  align-items: end;
}
@media (max-width: 767px) {
  .event-meta {
    flex-direction: column;
    align-items: start;
  }
}

.event-date {
  line-height: 1;
}
.event-date span:nth-of-type(1) {
  color: #278A68;
  font-family: "Outfit", sans-serif;
  font-size: 32px;
}
@media (max-width: 820px) {
  .event-date span:nth-of-type(1) {
    display: block;
    font-size: clamp(16px, 4.1720990874vw, 32px);
  }
}
@media (max-width: 375px) {
  .event-date span:nth-of-type(1) {
    font-size: clamp(10px, 4.2666666667vw, 16px);
  }
}
.event-date span:nth-of-type(2) {
  color: #278A68;
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .event-date span:nth-of-type(2) {
    font-size: clamp(30px, 6.258148631vw, 48px);
    margin-left: 0;
  }
}
@media (max-width: 375px) {
  .event-date span:nth-of-type(2) {
    font-size: clamp(20px, 8vw, 30px);
  }
}
.event-date span:nth-of-type(2) span {
  font-size: 48px;
  color: #278A68;
}
@media (max-width: 820px) {
  .event-date span:nth-of-type(2) span {
    display: none;
  }
}
.event-date span:nth-of-type(3) {
  font-size: 32px;
  font-weight: 500;
  color: #F09B74;
}
@media (max-width: 767px) {
  .event-date span:nth-of-type(3) {
    font-size: clamp(16px, 4.1720990874vw, 32px);
  }
}

.event-time {
  line-height: 1;
  margin-left: 27px;
}
@media (max-width: 767px) {
  .event-time {
    margin-top: 8px;
    margin-left: 0;
  }
}
.event-time time {
  font-size: 24px;
  font-family: "Outfit", sans-serif;
  color: #278A68;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .event-time time {
    font-size: clamp(20px, 3.1290743155vw, 24px);
  }
}
@media (max-width: 375px) {
  .event-time time {
    font-size: clamp(12px, 5.3333333333vw, 20px);
  }
}

.event-title {
  font-size: 24px;
  font-weight: 700;
  color: #48362A;
}
@media (max-width: 767px) {
  .event-title {
    display: none;
  }
}

.event-title-sp {
  display: none;
}
@media (max-width: 767px) {
  .event-title-sp {
    display: block;
    color: #48362A;
    font-size: clamp(16px, 3.1290743155vw, 24px);
    font-weight: 700;
  }
}

.event-lantern {
  position: absolute;
  width: 270px;
  aspect-ratio: 255/255;
  height: auto;
  left: 50%;
  transform: translateX(420px);
  bottom: 63px;
}
@media (max-width: 1420px) {
  .event-lantern {
    width: 200px;
  }
}
@media (max-width: 1300px) {
  .event-lantern {
    width: 180px;
    bottom: -100px;
    transform: translateX(23.5384615385vw);
  }
}
@media (max-width: 880px) {
  .event-lantern {
    width: 170px;
    transform: translateX(23.5384615385vw) rotate(5deg);
  }
}
@media (max-width: 767px) {
  .event-lantern {
    width: 120px;
    transform: translateX(20.8604954368vw) rotate(5deg);
    bottom: -66px;
  }
}
@media (max-width: 375px) {
  .event-lantern {
    transform: translateX(45px) rotate(5deg);
  }
}
@media (max-width: 880px) {
  .event-lantern::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/page/top/event/lantern-hover.webp") no-repeat center center/contain;
    z-index: 2;
  }
}
.event-lantern img {
  height: 100%;
  width: 100%;
}
.event-lantern:hover::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 270px;
  aspect-ratio: 255/255;
  height: auto;
  background: url("../img/page/top/event/lantern-hover.webp") no-repeat center center/contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1420px) {
  .event-lantern:hover::before {
    width: 200px;
  }
}
@media (max-width: 1300px) {
  .event-lantern:hover::before {
    width: 180px;
  }
}
.event-lantern::after {
  content: "";
  position: absolute;
  width: 400px;
  aspect-ratio: 400/400;
  height: auto;
  background: url("../img/page/top/event/lantern-deco.gif") no-repeat center center/contain;
  top: -220px;
  left: 56%;
  transform: translateX(-50%);
}
@media (max-width: 1420px) {
  .event-lantern::after {
    width: 300px;
    top: -170px;
  }
}
@media (max-width: 1300px) {
  .event-lantern::after {
    width: 250px;
    top: -140px;
  }
}
@media (max-width: 767px) {
  .event-lantern::after {
    width: 200px;
    top: -105px;
  }
}

:root {
  --gap: 16px;
}

/* ===================== *
 *  Base / Layout (PC)
 * ===================== */
.topics {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 100px;
}
@media (max-width: 1020px) {
  .topics {
    padding-right: 19px;
    padding-left: 19px;
  }
}
@media (max-width: 767px) {
  .topics {
    padding-top: 52px;
  }
}
@media (max-width: 375px) {
  .topics {
    padding-top: 49px;
  }
}

.topics-swiper-wrapper {
  height: 100%;
}

.topics-slider {
  position: relative;
  padding-bottom: 36px; /* pagination 分 */
  margin-top: 35px;
}
@media (max-width: 767px) {
  .topics-slider {
    margin-top: 19px;
  }
}

.topics-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 2fr 1fr; /* 左大・右小×2 */
  grid-auto-rows: 1fr;
  align-items: stretch;
  height: clamp(300px, 53.2vw, 532px);
  gap: 24px;
}
@media (max-width: 767px) {
  .topics-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: auto;
  }
}
@media (max-width: 375px) {
  .topics-list {
    gap: 9px;
  }
}

.topics-item-featured {
  grid-row: 1/span 2;
  grid-column: 1;
}
.topics-item-featured .topics-card-meta {
  font-size: 20px !important;
}
@media (max-width: 767px) {
  .topics-item-featured .topics-card-meta {
    font-size: clamp(16px, 2.6075619296vw, 20px) !important;
  }
}

/* ===================== *
 *  Card
 * ===================== */
.topics-card {
  position: relative;
  background: #FCFCFC;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  height: 100%;
}
@media (max-width: 767px) {
  .topics-card:not(.topics-card-featured) .topics-card-link {
    flex-direction: row;
    height: clamp(97px, 19.556714472vw, 150px);
  }
  .topics-card:not(.topics-card-featured) .topics-card-link .topics-card-thumb {
    flex: 0 0 39.4666666667vw;
  }
}
.topics-card:hover {
  transform: translateY(-4px);
}
.topics-card .topics-card-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.topics-card .topics-card-thumb {
  aspect-ratio: 318/161;
  overflow: hidden;
}
.topics-card .topics-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.topics-card .topics-card-text {
  width: 100%;
  padding: 4px 24px 15px;
  padding-right: 35px;
  position: relative;
}
.topics-card .topics-card-text::after {
  content: "";
  position: absolute;
  width: 20px;
  aspect-ratio: 20/20;
  height: auto;
  background: url("../img/page/top/topics/arrow.svg") no-repeat center center/contain;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .topics-card .topics-card-text::after {
    line-height: 1.2;
    right: 12px;
  }
}
@media (max-width: 375px) {
  .topics-card .topics-card-text::after {
    width: 17px;
    right: 8px;
  }
}
@media (max-width: 375px) {
  .topics-card .topics-card-text {
    padding: 19px 26px 10px 10px;
  }
}

.topics-card-meta {
  font-size: 14px;
  color: #177b5b;
  font-weight: 700;
}
@media (max-width: 375px) {
  .topics-card-meta {
    font-size: 12px;
  }
}

.topics-card-title {
  line-height: 1.5;
  margin: 0;
  position: relative;
  font-weight: 700;
  font-size: clamp(12px, 1.5625vw, 16px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 2行で省略 */
  line-clamp: 2;
  overflow: hidden; /* ←必須！ */
}
@media (max-width: 767px) {
  .topics-card-title {
    font-size: 3.1290743155vw;
  }
}
@media (max-width: 610px) {
  .topics-card-title {
    font-size: 2.6229508197vw;
  }
}
@media (max-width: 420px) {
  .topics-card-title {
    font-size: 14px;
  }
}

/* Featured（大カード用の微調整） */
.topics-card-featured .topics-card-thumb {
  aspect-ratio: 658/371;
}
.topics-card-featured .topics-card-title {
  font-size: clamp(27px, 2.2222222222vw, 32px);
}
@media (max-width: 767px) {
  .topics-card-featured .topics-card-title {
    font-size: 3.9113428944vw;
  }
}
@media (max-width: 375px) {
  .topics-card-featured .topics-card-title {
    font-size: 24px;
  }
}
.topics-card-featured .topics-card-text {
  padding: 10px 24px 15px;
  padding-right: 35px;
}
@media (max-width: 375px) {
  .topics-card-featured .topics-card-text {
    padding: 7px 5px 13px;
    padding-right: 26px;
    min-height: 100px;
  }
}
.topics-card-featured .topics-card-text::after {
  content: "";
  position: absolute;
  width: 27px;
  aspect-ratio: 20/20;
  height: auto;
  background: url("../img/page/top/topics/arrow.svg") no-repeat center center/contain;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 375px) {
  .topics-card-featured .topics-card-text::after {
    width: 17px;
    right: 8px;
  }
}
.topics-card-featured .topics-card-text::after {
  width: 29px;
  height: 29px;
}

/* ===================== *
 *  Swiper UI
 * ===================== */
.swiper-pagination {
  bottom: -5px !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 12px !important;
}
@media (max-width: 375px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.1);
}

/* ※左右の矢印はHTML自体を削除しているため、スタイルは不要 */
/* ===================== *
 *  Responsive (≤767px)
 * ===================== */
@media (max-width: 767px) {
  .topics-item {
    min-height: auto;
    /* 2個目以降（小カード） */
  }
  .topics-item:not(.topics-item-featured) .topics-card-thumb {
    aspect-ratio: 8/3; /* 高さ控えめで差を出す */
  }
  /* 1個目（大カード） */
  .topics-item-featured .topics-card-thumb {
    aspect-ratio: 16/9;
  }
  .topics-card {
    border-radius: 16px;
    border: none;
    transition: transform 0.2s ease;
  }
  .topics-card:hover {
    transform: translateY(-2px);
  }
  .topics-card-meta {
    font-size: 13px;
  }
}
@media (max-width: 767px) and (max-width: 375px) {
  .topics-card-meta {
    padding: 10px 14px 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .swiper-pagination {
    bottom: 6px !important;
    text-align: center;
  }
}
@media (max-width: 767px) and (max-width: 375px) {
  .swiper-pagination {
    bottom: 13px !important;
  }
}
/* ===================== *
 *  Motion preference
 * ===================== */
@media (prefers-reduced-motion: reduce) {
  .topics-card {
    transition: none;
  }
  .topics-card:hover {
    transform: none;
  }
}
.map {
  margin-top: 100px;
  padding-top: 188px;
  padding-bottom: 152px;
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .map {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .map {
    padding-top: 23.4680573664vw;
    padding-bottom: 15.6453715776vw;
  }
}
@media (max-width: 375px) {
  .map {
    padding-top: 77px;
  }
}
.map::after {
  content: "";
  position: absolute;
  width: 1186px;
  aspect-ratio: 1186/94;
  height: auto;
  background: url("../img/page/top/map/deco.gif") no-repeat center center/cover;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .map::after {
    width: 91.6666666667vw;
  }
}

.map-pond {
  position: absolute;
  right: 0;
  top: 45px;
}
@media (min-width: 1441px) {
  .map-pond {
    top: 0;
  }
}
@media (max-width: 375px) {
  .map-pond {
    top: 25px;
  }
}
.map-pond img {
  width: 390px;
  height: auto;
}
@media (max-width: 1440px) {
  .map-pond img {
    width: 23.5416666667vw;
  }
}
@media (max-width: 767px) {
  .map-pond img {
    width: 36.5058670143vw;
  }
}
@media (max-width: 375px) {
  .map-pond img {
    width: 37.3333333333vw;
  }
}
.map-pond::before {
  content: "";
  position: absolute;
  width: 6.25vw;
  aspect-ratio: 100/100;
  height: auto;
  background: url("../img/page/top/map/pond-bird-2.gif") no-repeat center center/contain;
  top: 6.25vw;
  right: 4.8611111111vw;
}
@media (min-width: 1441px) {
  .map-pond::before {
    top: 160px;
    right: 120px;
    width: 65px;
  }
}
@media (max-width: 767px) {
  .map-pond::before {
    width: 7.8226857888vw;
    top: 3.9113428944vw;
    right: 10.4302477184vw;
  }
}
@media (max-width: 375px) {
  .map-pond::before {
    width: 6.9333333333vw;
    top: 6.1333333333vw;
    right: 12vw;
  }
}
.map-pond::after {
  content: "";
  position: absolute;
  width: 7.6388888889vw;
  aspect-ratio: 120/120;
  height: auto;
  background: url("../img/page/top/map/pond-bird-1.gif") no-repeat center center/contain;
  top: 7.9861111111vw;
  right: 9.0277777778vw;
}
@media (min-width: 1441px) {
  .map-pond::after {
    top: 170px;
    right: 180px;
    width: 90px;
  }
}
@media (max-width: 767px) {
  .map-pond::after {
    right: 15.6453715776vw;
    width: 9.1264667536vw;
    top: 6.518904824vw;
  }
}
@media (max-width: 375px) {
  .map-pond::after {
    width: 8vw;
    top: 8vw;
    right: 17.3333333333vw;
  }
}

.map-figure {
  position: relative;
  margin-top: -178px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1204px;
}
@media (max-width: 1200px) {
  .map-figure {
    margin-top: -17.5vw;
  }
}
@media (max-width: 767px) {
  .map-figure {
    margin-top: -29.9869621904vw;
  }
}
@media (max-width: 375px) {
  .map-figure {
    text-align: center;
  }
}
.map-figure::before {
  content: "";
  position: absolute;
  width: 346px;
  height: 346px;
  top: 330px;
  left: 20px;
  background: url("../img/page/top/map/bird.gif") no-repeat center center/contain;
}
@media (max-width: 1200px) {
  .map-figure::before {
    width: 28.8333333333vw;
    height: 28.8333333333vw;
    top: 27.5vw;
    left: 1.6666666667vw;
  }
}
@media (max-width: 767px) {
  .map-figure::before {
    top: 48.2398956975vw;
  }
}
@media (max-width: 375px) {
  .map-figure::before {
    top: 45.3333333333vw;
  }
}
.map-figure img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 375px) {
  .map-figure img {
    width: 93.6vw;
  }
}

.map-hotspot {
  position: absolute;
  z-index: 3;
}
@media (max-width: 767px) {
  .map-hotspot img {
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.25));
  }
}
.map-hotspot.map-hotspot-toba {
  left: 364px;
  bottom: 716px;
}
@media (max-width: 1200px) {
  .map-hotspot.map-hotspot-toba {
    left: 30.3333333333vw;
    bottom: 59.6666666667vw;
  }
}
@media (max-width: 767px) {
  .map-hotspot.map-hotspot-toba {
    left: 31.4666666667vw;
    bottom: 58.1333333333vw;
  }
}
.map-hotspot.map-hotspot-uryu {
  left: 744px;
  bottom: 429px;
}
@media (max-width: 1200px) {
  .map-hotspot.map-hotspot-uryu {
    left: 62vw;
    bottom: 35.75vw;
  }
}
@media (max-width: 767px) {
  .map-hotspot.map-hotspot-uryu {
    left: 66.1333333333vw;
    bottom: 35.2vw;
  }
}
.map-hotspot.map-hotspot-miyake {
  left: 133px;
  bottom: 305px;
}
@media (max-width: 1200px) {
  .map-hotspot.map-hotspot-miyake {
    left: 11.0833333333vw;
    bottom: 25.4166666667vw;
  }
}
@media (max-width: 767px) {
  .map-hotspot.map-hotspot-miyake {
    left: 9.8666666667vw;
    bottom: 27.4666666667vw;
  }
}
.map-hotspot.map-hotspot-kumagawa {
  left: 569px;
  bottom: 113px;
}
@media (max-width: 1200px) {
  .map-hotspot.map-hotspot-kumagawa {
    left: 47.4166666667vw;
    bottom: 9.4166666667vw;
  }
}
@media (max-width: 767px) {
  .map-hotspot.map-hotspot-kumagawa {
    left: 47.2vw;
    bottom: 11.4666666667vw;
  }
}
.map-hotspot img {
  object-fit: contain;
  width: 206px;
  aspect-ratio: 159/132.66;
  height: auto;
}
@media (max-width: 1200px) {
  .map-hotspot img {
    width: 14.5833333333vw;
  }
}
@media (max-width: 767px) {
  .map-hotspot img {
    width: 14.9333333333vw;
  }
}

.map-dialog {
  background: transparent;
  border: none;
  max-width: 800px;
  padding: 0;
  overflow: visible;
  position: fixed;
}
@media (max-width: 1000px) {
  .map-dialog {
    max-width: clamp(337px, 89.8666666667vw, 800px);
  }
}
.map-dialog.map-dialog-toba .map-dialog-frame {
  border: 10px solid #67BDE9;
}
.map-dialog.map-dialog-toba .map-dialog-subtitle {
  background: #67BDE9;
}
.map-dialog.map-dialog-uryu .map-dialog-frame {
  border: 10px solid #6A95EB;
}
.map-dialog.map-dialog-uryu .map-dialog-subtitle {
  background: #6A95EB;
}
.map-dialog.map-dialog-miyake .map-dialog-frame {
  border: 10px solid #F09B74;
}
.map-dialog.map-dialog-miyake .map-dialog-subtitle {
  background: #F09B74;
}
.map-dialog.map-dialog-kumagawa .map-dialog-frame {
  border: 10px solid #F2A2C9;
}
.map-dialog.map-dialog-kumagawa .map-dialog-subtitle {
  background: #F2A2C9;
}

.map-dialog-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -40%);
  z-index: 2;
  background: none;
  cursor: pointer;
}
.map-dialog-close img {
  width: clamp(33px, 8.8vw, 100px);
  height: clamp(33px, 8.8vw, 100px);
}

.map-dialog-frame {
  background: #FFFAE2;
  border-radius: 10px;
  overflow: visible;
}

.map-dialog-content {
  position: relative;
  max-height: 660px;
  overflow: auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .map-dialog-content {
    max-height: 500px;
  }
}

.map-dialog-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.map-dialog-subtitle {
  margin-right: 52.5px;
  margin-left: 52.5px;
  text-align: center;
  height: 54px;
  line-height: 54px;
  color: #FCFCFC;
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .map-dialog-subtitle {
    margin-right: 16.5px;
    margin-left: 16.5px;
    height: 42px;
    line-height: 42px;
    font-size: 26px;
  }
}
@media (max-width: 375px) {
  .map-dialog-subtitle {
    height: 32px;
    line-height: 32px;
    font-size: 20px;
  }
}

.map-shop-list {
  margin-right: 52.5px;
  margin-left: 52.5px;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
  row-gap: 36px;
  padding-bottom: 62px;
}
@media (max-width: 767px) {
  .map-shop-list {
    margin-right: 16.5px;
    margin-left: 16.5px;
    margin-top: 16px;
    column-gap: 8px;
    row-gap: 16px;
  }
}
.map-shop-card figure img {
  object-fit: contain;
  border-radius: 8px;
}
.map-shop-card figure figcaption {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  line-height: 1.3;
  padding-right: 30px;
}
@media (max-width: 660px) {
  .map-shop-card figure figcaption {
    padding-right: 20px;
    font-size: 13px;
  }
  .map-shop-card figure figcaption br {
    display: none;
  }
}
.map-shop-card figure figcaption::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("../img/page/top/map/arrow.svg") no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 767px) {
  .map-shop-card figure figcaption::after {
    width: clamp(20px, 3vw, 30px);
    width: clamp(20px, 3vw, 30px);
  }
}

.dining-guide {
  padding-top: 50px;
  padding-bottom: 200px;
  padding-right: 19px;
  padding-left: 19px;
}
@media (max-width: 767px) {
  .dining-guide {
    padding-top: 40px;
    padding-bottom: 104px;
  }
}
@media (max-width: 375px) {
  .dining-guide {
    padding-top: 32px;
  }
}

.dining-area-list {
  max-width: 912px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 34px;
  display: flex;
  gap: 40px;
  flex-direction: column;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .dining-area-list {
    margin-top: 24px;
    gap: 24px;
    margin-bottom: 44px;
  }
}
@media (max-width: 375px) {
  .dining-area-list {
    margin-top: 21px;
  }
}

.dining-area.dining-area-toba .dining-area-title {
  background: #67BDE9;
}
.dining-area.dining-area-miyake .dining-area-title {
  background: #F09B74;
}
.dining-area.dining-area-uryu .dining-area-title {
  background: #6A95EB;
}
.dining-area.dining-area-kumagawa .dining-area-title {
  background: #F2A2C9;
}

.dining-area-title {
  text-align: center;
  width: 100%;
  height: 54px;
  line-height: 54px;
  color: #FCFCFC;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .dining-area-title {
    height: clamp(32px, 6.518904824vw, 50px);
    line-height: clamp(32px, 6.518904824vw, 50px);
    font-size: clamp(20px, 3.9113428944vw, 30px);
  }
}

.dining-shop-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 8px;
  column-gap: 24px;
  row-gap: 8px;
}
@media (max-width: 767px) {
  .dining-shop-list {
    column-gap: 17px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 355px) {
  .dining-shop-list {
    grid-template-columns: 1fr; /* ← 1列 */
  }
}
.dining-shop-list li a {
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #BCAEA5;
  width: 100%;
  position: relative;
  padding-left: 8px;
}
@media (max-width: 850px) {
  .dining-shop-list li a {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .dining-shop-list li a {
    font-size: clamp(14px, 2.8683181226vw, 22px);
    height: clamp(33px, 5.8670143416vw, 45px);
    line-height: clamp(33px, 5.8670143416vw, 45px);
  }
}
@media (max-width: 375px) {
  .dining-shop-list li a {
    padding-left: 4px;
  }
}
.dining-shop-list li a::after {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  background: url("../img/page/top/dining-guide/arrow.svg") no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
}
@media (max-width: 767px) {
  .dining-shop-list li a::after {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 375px) {
  .dining-shop-list li a::after {
    right: 4px;
  }
}
.dining-shop-list li a:has(> br) {
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .dining-shop-list li a:has(> br) {
    font-size: clamp(12px, 1.9556714472vw, 15px);
    line-height: 1.1;
  }
}
@media (max-width: 375px) {
  .dining-shop-list li a:has(> br) {
    font-size: 12px;
  }
}

.dining-guide-link {
  text-align: center;
  margin-top: 80px;
}

.gallery {
  height: 448px;
  overflow: hidden;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .gallery {
    height: clamp(206px, 54.9333333333vw, 300px);
    margin-bottom: 150px;
  }
}
@media (max-width: 375px) {
  .gallery {
    margin-bottom: 67px;
  }
}

.gallery-track {
  display: flex;
  height: 100%;
  /* 枚数 × 100% にしても良いが、可変なら max-content が安全 */
  gap: 0;
  width: max-content;
  animation: scroll 80s linear infinite;
  will-change: transform;
}

.gallery-track img {
  flex: 0 0 100vw;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* 全体幅の半分だけ動かせば継ぎ目が一致する */
@keyframes scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
.page-top picture img {
  height: 455px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .page-top picture img {
    height: clamp(151px, 39.1134289439vw, 300px);
  }
}

.about-us {
  margin-top: -92px;
  padding-left: clamp(100px, 15.2777777778vw, 220px);
  overflow: hidden;
  padding-bottom: 100px;
}
@media (max-width: 1000px) {
  .about-us {
    padding-left: 19px;
    padding-right: 19px;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .about-us {
    padding-bottom: clamp(0px, 6.7796610169vw, 52px);
  }
}

.about-us-content {
  display: flex;
  max-width: 1300px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: visible;
}
@media (max-width: 1000px) {
  .about-us-content {
    flex-direction: column-reverse;
    max-width: 600px;
  }
}

.about-us-text {
  margin-top: clamp(80px, 9.6527777778vw, 139px);
  padding-right: 70px;
  max-width: 500px;
}
@media (max-width: 1000px) {
  .about-us-text {
    max-width: none;
    padding-right: 0;
    margin-top: 24px;
  }
}
@media (max-width: 375px) {
  .about-us-text {
    margin-top: 12px;
    position: relative;
    z-index: 3;
  }
}
.about-us-text > p {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 1000px) {
  .about-us-text > p {
    font-size: 16px;
    margin-top: 24px;
  }
  .about-us-text > p br {
    display: none;
  }
  .about-us-text > p br.about-us-br {
    display: block;
  }
}
@media (max-width: 375px) {
  .about-us-text > p {
    margin-top: 15px;
  }
}

.about-us-gif-wrap {
  position: relative;
  width: clamp(200px, 24.2361111111vw, 349px);
  margin-left: auto;
  margin-top: clamp(30px, 5.7vw, 57px);
  margin-right: -17px;
}
@media (max-width: 1000px) {
  .about-us-gif-wrap {
    width: 24vw;
    height: 24vw;
    margin-right: auto;
    margin-left: 10.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
@media (max-width: 375px) {
  .about-us-gif-wrap {
    margin-top: 3px;
  }
}
.about-us-gif-wrap::before, .about-us-gif-wrap::after {
  content: "";
  position: absolute;
  width: 75px;
  height: 114px;
  background: url("../img/page/about/about-us/wood.svg") no-repeat center center/contain;
}
.about-us-gif-wrap::before {
  right: -50px;
  top: 46px;
}
@media (max-width: 1000px) {
  .about-us-gif-wrap::before {
    width: 6.6266666667vw;
    height: 10.064vw;
    right: -6.6666666667vw;
    top: 4.8vw;
    background: url("../img/page/about/about-us/wood-sp-right.svg") no-repeat center center/contain;
  }
}
.about-us-gif-wrap::after {
  left: -65px;
  top: 153px;
}
@media (max-width: 1000px) {
  .about-us-gif-wrap::after {
    width: 12.3013333333vw;
    height: 18.9466666667vw;
    left: -12vw;
    top: 4vw;
    background: url("../img/page/about/about-us/wood-sp-left.svg") no-repeat center center/contain;
  }
}
@media (max-width: 375px) {
  .about-us-gif-wrap::after {
    left: -39px;
    top: 14px;
  }
}
.about-us-gif-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1000px) {
  .about-us-img {
    text-align: center;
  }
}
.about-us-img img {
  width: 800px;
  object-fit: cover;
}
@media (max-width: 375px) {
  .about-us-img img {
    width: 297px;
    margin-top: -3px;
  }
}

.highlights {
  padding-top: 53px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1000px) {
  .highlights {
    padding-right: 19px;
    padding-left: 19px;
  }
}
@media (max-width: 767px) {
  .highlights {
    padding-top: clamp(16px, 4.2666666667vw, 100px);
    padding-bottom: 52px;
  }
}
@media (max-width: 375px) {
  .highlights {
    margin-top: -34px;
  }
}
.highlights::after {
  content: "";
  position: absolute;
  aspect-ratio: 977/1856;
  width: clamp(500px, 67.8472222222vw, 977px);
  height: auto;
  background: url("../img/page/about/highlights/bg.webp") no-repeat center center/contain;
  top: 217px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 1000px) {
  .highlights::after {
    width: clamp(274px, 73.0666666667vw, 600px);
    height: auto;
    aspect-ratio: 274/274;
    background: url("../img/page/about/highlights/bg-sp.webp") no-repeat center center/contain;
    left: initial;
    transform: initial;
    top: clamp(-300px, -26.6666666667vw, -100px);
    right: clamp(-300px, -9.3333333333vw, -35px);
  }
}

.highlights-top {
  margin-top: 33px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .highlights-top {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
  }
}
@media (max-width: 375px) {
  .highlights-top {
    margin-top: 19px;
  }
}

.highlights-list {
  position: relative;
  z-index: 2;
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 92px;
}
@media (min-width: 1441px) {
  .highlights-list {
    align-items: center;
  }
}
@media (max-width: 1000px) {
  .highlights-list {
    max-width: 600px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 375px) {
  .highlights-list {
    margin-top: 32px;
    gap: 52px;
  }
}
@media (max-width: 300px) {
  .highlights-list {
    gap: 110px;
  }
}
.highlights-list li:nth-of-type(1) .highlights-item {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .highlights-list li:nth-of-type(1) .highlights-item {
    flex-direction: column-reverse;
  }
}
.highlights-list li:nth-of-type(1) .highlights-item .highlights-info::after {
  background: url("../img/page/about/highlights/uriwarinotaki/illustration-uriwarinotaki.svg") no-repeat center center/contain;
  top: 132px;
  right: -124px;
}
@media (max-width: 1200px) {
  .highlights-list li:nth-of-type(1) .highlights-item .highlights-info::after {
    right: -30px;
  }
}
@media (max-width: 1000px) {
  .highlights-list li:nth-of-type(1) .highlights-item .highlights-info::after {
    right: 0;
  }
}
@media (max-width: 767px) {
  .highlights-list li:nth-of-type(1) .highlights-item .highlights-info::after {
    top: initial;
    right: 0;
    bottom: -16.9491525424vw;
  }
}
.highlights-list li:nth-of-type(2) .highlights-item {
  justify-content: end;
}
.highlights-list li:nth-of-type(2) .highlights-item .highlights-info::after {
  background: url("../img/page/about/highlights/kumagawajuku/illustration-kumagawajuku.svg") no-repeat center center/contain;
  left: 79px;
  top: 139px;
}
@media (max-width: 1200px) {
  .highlights-list li:nth-of-type(2) .highlights-item .highlights-info::after {
    left: 175px;
  }
}
@media (max-width: 1000px) {
  .highlights-list li:nth-of-type(2) .highlights-item .highlights-info::after {
    right: 0;
    left: initial;
  }
}
@media (max-width: 767px) {
  .highlights-list li:nth-of-type(2) .highlights-item .highlights-info::after {
    top: initial;
    width: clamp(130px, 46.9333333333vw, 270px);
    height: clamp(130px, 46.9333333333vw, 270px);
    bottom: -20.8604954368vw;
  }
}
@media (max-width: 375px) {
  .highlights-list li:nth-of-type(2) .highlights-item .highlights-info::after {
    bottom: -58px;
  }
}
.highlights-list li:nth-of-type(3) .highlights-item {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .highlights-list li:nth-of-type(3) .highlights-item {
    flex-direction: column-reverse;
  }
}
.highlights-list li:nth-of-type(3) .highlights-item .highlights-info {
  margin-top: clamp(30px, 2.9166666667vw, 42px) !important;
}
@media (max-width: 1000px) {
  .highlights-list li:nth-of-type(3) .highlights-item .highlights-info {
    margin-top: 0 !important;
  }
}
.highlights-list li:nth-of-type(3) .highlights-item .highlights-info:after {
  background: url("../img/page/about/highlights/rekishibunka/illustration-rekishibunka.svg") no-repeat center center/contain;
  right: -124px;
  top: 202px;
}
@media (max-width: 1200px) {
  .highlights-list li:nth-of-type(3) .highlights-item .highlights-info:after {
    right: -45px;
  }
}
@media (max-width: 1000px) {
  .highlights-list li:nth-of-type(3) .highlights-item .highlights-info:after {
    right: 0;
    left: initial;
  }
}
@media (max-width: 767px) {
  .highlights-list li:nth-of-type(3) .highlights-item .highlights-info:after {
    width: clamp(130px, 46.9333333333vw, 270px);
    height: clamp(130px, 46.9333333333vw, 270px);
    top: initial;
    bottom: -20.8604954368vw;
  }
}

.highlights-item {
  display: flex;
  gap: 4.8611111111vw;
  position: relative;
  justify-content: start;
}
@media (max-width: 1000px) {
  .highlights-item {
    flex-direction: column-reverse;
    align-items: center;
    gap: 16px;
  }
}
@media (max-width: 375px) {
  .highlights-item {
    gap: 0;
  }
}
.highlights-item img {
  max-width: clamp(400px, 49.0277777778vw, 706px);
  aspect-ratio: 706/560;
  height: auto;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 1000px) {
  .highlights-item img {
    max-width: none;
    width: 100%;
  }
}

.highlights-info {
  margin-top: clamp(30px, 6.1111111111vw, 88px);
  position: relative;
  flex: 0 0 444px;
}
@media (max-width: 1000px) {
  .highlights-info {
    flex: initial;
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 375px) {
  .highlights-info {
    margin-top: -6px;
  }
}
.highlights-info::after {
  content: "";
  position: absolute;
  width: clamp(270px, 27.7777777778vw, 400px);
  aspect-ratio: 270/270;
  height: auto;
}
@media (max-width: 767px) {
  .highlights-info::after {
    width: clamp(130px, 41.0666666667vw, 270px);
  }
}
@media (max-width: 375px) {
  .highlights-info::after {
    width: 43.3333333333vw;
  }
}
@media (max-width: 300px) {
  .highlights-info::after {
    left: 0 !important;
    bottom: -115px !important;
  }
}
.highlights-info h3 {
  font-size: 32px;
  font-weight: 700;
  color: #278A68;
}
@media (max-width: 767px) {
  .highlights-info h3 {
    font-size: clamp(20px, 5.3333333333vw, 32px);
  }
}
.highlights-info p {
  margin-top: 15px;
  width: 100%;
}
@media (max-width: 375px) {
  .highlights-info p {
    margin-top: 17px;
  }
}
.highlights-info a {
  margin-top: 46px;
  font-size: 20px;
  font-weight: 700;
  color: #278A68;
  padding-left: 38px;
  position: relative;
}
@media (max-width: 767px) {
  .highlights-info a {
    font-size: clamp(16px, 4.2666666667vw, 20px);
    padding-left: clamp(32px, 8.5333333333vw, 38px);
  }
}
@media (max-width: 375px) {
  .highlights-info a {
    margin-top: 38px;
  }
}
.highlights-info a::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("../img/page/about/highlights/google-map-pin.svg") no-repeat center center/contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .highlights-info a::before {
    width: clamp(24px, 3vw, 30px);
    height: clamp(24px, 3vw, 30px);
  }
}
@media (max-width: 300px) {
  .highlights-info a::before {
    left: 0;
  }
}

.our-story {
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
}
@media (max-width: 1000px) {
  .our-story {
    padding-right: 19px;
    padding-left: 19px;
  }
}
@media (max-width: 767px) {
  .our-story {
    padding-top: 52px;
  }
}
@media (max-width: 375px) {
  .our-story {
    padding-top: 47px;
    padding-bottom: 52px;
  }
}
.our-story::after {
  content: "";
  position: absolute;
  width: clamp(300px, 36.3888888889vw, 524px);
  height: auto;
  aspect-ratio: 524/348;
  background: url("../img/page/about/our-story/bird.svg") no-repeat center center/contain;
  bottom: -140px;
  left: 0;
}
@media (min-width: 1920px) {
  .our-story::after {
    width: 1506px;
    height: 348px;
    left: 50%;
    transform: translateX(calc(-50% - 850px));
    background: url("../img/page/about/our-story/bird-wide.svg") no-repeat center center/contain;
    bottom: -137px;
  }
}
@media (max-width: 1000px) {
  .our-story::after {
    background: url("../img/page/about/our-story/bird-sp.svg") no-repeat center center/contain;
    width: clamp(401px, 106.9333333333vw, 800px);
    height: auto;
    aspect-ratio: 401/99;
    left: 50%;
    transform: translateX(calc(-50% - 225px));
    bottom: clamp(-60px, -14.6666666667vw, -55px);
  }
}
@media (max-width: 767px) {
  .our-story::after {
    transform: translateX(calc(-50% - 225px));
    width: clamp(700px, 80vw, 800px);
  }
}
@media (max-width: 375px) {
  .our-story::after {
    width: 401px;
    bottom: -48px;
  }
}

.our-story-content {
  width: 100%;
  display: flex;
  gap: 26px;
  justify-content: end;
}
@media (min-width: 1740px) {
  .our-story-content {
    position: relative;
  }
}

.our-story-info {
  max-width: 664px;
  width: 100%;
}
@media (max-width: 1250px) {
  .our-story-info {
    padding-left: 19px;
  }
}
@media (max-width: 1000px) {
  .our-story-info {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
  }
}
@media (min-width: 1740px) {
  .our-story-info {
    margin-right: auto;
    margin-left: auto;
  }
}

.our-story-text {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 375px) {
  .our-story-text {
    margin-top: 21px;
  }
}
.our-story-text p em {
  font-weight: 700;
  color: #017186;
}

.our-story-img {
  width: clamp(300px, 36.5277777778vw, 526px);
  aspect-ratio: 526/501;
  height: auto;
  margin-top: 15px;
  position: relative;
}
@media (max-width: 1000px) {
  .our-story-img {
    display: none;
  }
}
@media (min-width: 1740px) {
  .our-story-img {
    position: absolute;
  }
}
@media (min-width: 1921px) {
  .our-story-img {
    width: 1216px;
    aspect-ratio: 1216/501;
    height: auto;
    left: 50%;
    transform: translateX(calc(-50% + 1000px));
  }
}
.our-story-img::after {
  content: "";
  position: absolute;
  width: clamp(60px, 8.75vw, 126px);
  height: auto;
  aspect-ratio: 126/126;
  background: url("../img/page/about/our-story/boat.gif") no-repeat center center/contain;
  top: 250px;
  left: 13.6111111111vw;
}
@media (min-width: 1441px) {
  .our-story-img::after {
    left: 50%;
    transform: translateX(calc(-50% - 20px));
  }
}
@media (min-width: 1921px) {
  .our-story-img::after {
    left: 50%;
    transform: translateX(calc(-50% - 376px));
  }
}
.our-story-img img {
  height: 100%;
  object-fit: contain;
}
@media (min-width: 1921px) {
  .our-story-img img {
    width: 100%;
  }
}

.our-story-img-sp {
  display: none;
}
@media (max-width: 1000px) {
  .our-story-img-sp {
    display: block;
    width: clamp(408px, 108.8vw, 600px);
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(calc(-50% + 175px));
  }
}
@media (max-width: 1000px) and (max-width: 375px) {
  .our-story-img-sp {
    margin-top: -23px;
    margin-bottom: -17px;
  }
}
@media (max-width: 1000px) {
  .our-story-img-sp:after {
    content: "";
    position: absolute;
    width: clamp(44px, 11.7333333333vw, 70px);
    height: clamp(44px, 11.7333333333vw, 70px);
    background: url("../img/page/about/our-story/boat.gif") no-repeat center center/contain;
    left: clamp(59px, 15.7333333333vw, 90px);
    top: clamp(83px, 22.1333333333vw, 110px);
  }
  .our-story-img-sp img {
    width: 100%;
    height: 100%;
  }
}

.message {
  padding-top: 98px;
  padding-bottom: 200px;
  padding-right: 19px;
  padding-left: 19px;
}
@media (max-width: 1000px) {
  .message {
    padding-bottom: 104px;
  }
}
@media (max-width: 375px) {
  .message {
    padding-top: 51px;
    padding-bottom: 66px;
  }
}

.message-content {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 38px;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .message-content {
    flex-direction: column-reverse;
    max-width: 600px;
  }
}

.message-img {
  flex: 0 0 380px;
}
@media (max-width: 1000px) {
  .message-img {
    flex: initial;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .message-img {
    margin-top: -17px;
  }
}
.message-img img {
  object-fit: contain;
}
@media (max-width: 1000px) {
  .message-img img {
    width: 350px;
  }
}
.message-img figcaption {
  margin-top: 7px;
}
@media (max-width: 375px) {
  .message-img figcaption {
    margin-top: 3px;
  }
}
.message-img figcaption p {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .message-img figcaption p {
    line-height: 1.3;
  }
}
.message-img figcaption p:nth-of-type(1) {
  font-size: clamp(14px, 3.7333333333vw, 16px);
}
.message-img figcaption p:nth-of-type(2) {
  font-size: 20px;
  margin-top: -6px;
}
@media (max-width: 1000px) {
  .message-img figcaption p:nth-of-type(2) {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .message-img figcaption p:nth-of-type(2) {
    font-size: clamp(14px, 3.7333333333vw, 20px);
  }
}
@media (max-width: 375px) {
  .message-img figcaption p:nth-of-type(2) {
    margin-top: 3px;
  }
}
.message-img figcaption p:nth-of-type(2) strong {
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .message-img figcaption p:nth-of-type(2) strong {
    font-size: clamp(24px, 4.1720990874vw, 32px);
  }
}

.message-text {
  margin-top: 69px;
  padding: 32px;
  background: #FCFCFC;
  border-radius: 8px;
  margin-left: -18px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 1000px) {
  .message-text {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media (max-width: 375px) {
  .message-text {
    padding: 16px;
    padding-top: 5px;
  }
}
.message-text p em {
  color: #F28F38;
  font-weight: 700;
}
@media (max-width: 375px) {
  .message-text p:nth-of-type(3) {
    margin-top: -28px;
  }
}

.archive-shop {
  padding-top: 56px;
  padding-bottom: 254px;
  padding-right: 19px;
  padding-left: 19px;
}
@media (max-width: 650px) {
  .archive-shop {
    padding-top: 32px;
    padding-bottom: 104px;
  }
}
@media (max-width: 375px) {
  .archive-shop {
    padding-top: 24px;
    padding-bottom: 67px;
  }
}

.archive-shop-guide-sp {
  display: none;
}
@media (max-width: 650px) {
  .archive-shop-guide-sp {
    display: block;
    margin-top: 24px;
    max-width: 450px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
  }
}
@media (max-width: 375px) {
  .archive-shop-guide-sp {
    margin-top: 16px;
    row-gap: 10px;
  }
}
.archive-shop-guide-sp li {
  padding-right: 18px;
}
.archive-shop-guide-sp li a {
  font-size: clamp(12px, 3.2vw, 18px);
  color: #7FBEA8;
  border-bottom: 1px solid #CEE8DF;
  display: block;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 375px) {
  .archive-shop-guide-sp li a {
    padding-left: 24px;
  }
}
.archive-shop-guide-sp li a::before {
  content: "";
  position: absolute;
  width: clamp(15px, 4vw, 20px);
  height: clamp(15px, 4vw, 20px);
  background: url("../img/page/archive-shop/archive-shop/shop-guide-arrow.svg") no-repeat center center/contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.archive-shop-content {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  margin-bottom: 80px;
}
@media (max-width: 950px) {
  .archive-shop-content {
    max-width: 600px;
  }
}
@media (max-width: 650px) {
  .archive-shop-content {
    margin-top: 16px;
    max-width: 450px;
  }
}
@media (max-width: 375px) {
  .archive-shop-content {
    margin-bottom: 48px;
  }
}

.archive-shop-area:not(:first-of-type) {
  margin-top: 40px;
}
@media (max-width: 375px) {
  .archive-shop-area:not(:first-of-type) {
    margin-top: 43px;
  }
}

.archive-shop-area-title {
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #FCFCFC;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .archive-shop-area-title {
    font-size: clamp(20px, 5.3333333333vw, 32px);
    height: clamp(32px, 8.5333333333vw, 54px);
    line-height: clamp(32px, 8.5333333333vw, 54px);
  }
}
.archive-shop-area-title.archive-shop-area-title-toba {
  background: #67BDE9;
}
.archive-shop-area-title.archive-shop-area-title-miyake {
  background: #F09B74;
}
.archive-shop-area-title.archive-shop-area-title-uryu {
  background: #6A95EB;
}
.archive-shop-area-title.archive-shop-area-title-kumagawa {
  background: #F2A2C9;
}

.archive-shop-list {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 16px;
}
@media (max-width: 950px) {
  .archive-shop-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
  }
}
@media (max-width: 650px) {
  .archive-shop-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 375px) {
  .archive-shop-list {
    margin-top: 32px;
    row-gap: 35px;
  }
}

.archive-shop-item {
  width: 100%;
  position: relative;
}

@media (max-width: 950px) {
  .archive-shop-img-link {
    pointer-events: none;
  }
}

.archive-shop-img {
  object-fit: contain;
  border-radius: 8px;
}

.archive-shop-text {
  margin-top: 8px;
}
@media (max-width: 375px) {
  .archive-shop-text {
    margin-top: 2px;
  }
}

.archive-shop-category {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 2px;
  color: #7FBEA8;
}
.archive-shop-category li {
  border: 1px solid #7FBEA8;
  padding: 0 8px;
}
@media (max-width: 375px) {
  .archive-shop-category li {
    font-size: 12px;
    line-height: 1;
    padding: 1px 4px;
  }
}

.archive-shop-name {
  margin-top: 8px;
}
@media (max-width: 950px) {
  .archive-shop-name {
    margin-top: 0;
  }
}
.archive-shop-name a {
  font-size: 24px;
  font-weight: 700;
  color: #278A68;
  line-height: 1.2;
  position: static;
  height: 64px;
}
@media (max-width: 950px) {
  .archive-shop-name a {
    position: relative;
    display: block;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 21px;
    padding-right: clamp(18px, 4.8vw, 25px);
  }
  .archive-shop-name a::before {
    content: "";
    position: absolute;
    width: clamp(18px, 4.8vw, 25px);
    height: clamp(18px, 4.8vw, 25px);
    background: url("../img/page/archive-shop/archive-shop/arrow-sp.svg") no-repeat center center/contain;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 650px) {
  .archive-shop-name a {
    font-size: clamp(20px, 5.3333333333vw, 22px);
  }
  .archive-shop-name a br {
    display: none;
  }
}
@media (max-width: 375px) {
  .archive-shop-name a {
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.archive-shop-info {
  margin-top: 8px;
}
@media (max-width: 950px) {
  .archive-shop-info {
    margin-top: 0;
  }
}
.archive-shop-info div {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E7D9C4;
  gap: 8px;
}
@media (max-width: 650px) {
  .archive-shop-info div {
    padding-bottom: 0;
    border-bottom: none;
    line-height: 1;
  }
}
@media (max-width: 375px) {
  .archive-shop-info div {
    gap: 0;
    padding-top: 10px;
  }
}
.archive-shop-info div:nth-of-type(1) {
  border-top: 1px solid #E7D9C4;
}
.archive-shop-info div:nth-of-type(1) dt::before {
  background: url("../img/page/archive-shop/archive-shop/time.svg") no-repeat center center/contain;
}
.archive-shop-info div:nth-of-type(2) dt::before {
  background: url("../img/page/archive-shop/archive-shop/calendar.svg") no-repeat center center/contain;
}
.archive-shop-info div:nth-of-type(2) dd {
  font-size: 15px;
}
.archive-shop-info div:nth-of-type(3) dt::before {
  background: url("../img/page/archive-shop/archive-shop/tel.svg") no-repeat center center/contain;
}
.archive-shop-info div dt {
  flex: 0 0 94px;
  padding-left: 28px;
  position: relative;
  color: #BCAEA5;
}
@media (max-width: 375px) {
  .archive-shop-info div dt {
    font-size: 12px;
    flex: 0 0 87px;
    padding-left: 22px;
  }
}
.archive-shop-info div dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
@media (max-width: 375px) {
  .archive-shop-info div dt::before {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 375px) {
  .archive-shop-info div dd {
    font-size: 14px;
  }
}
.archive-shop-info div dd br {
  display: none;
}
@media (max-width: 280px) {
  .archive-shop-info div dd br {
    display: block;
  }
}

.single-shop {
  padding-top: 56px;
  padding-bottom: 100px;
  width: 100%;
  padding-right: 19px;
  padding-left: 19px;
}
@media (max-width: 767px) {
  .single-shop {
    padding-top: 32px;
    padding-bottom: 52px;
  }
}
@media (max-width: 375px) {
  .single-shop {
    padding-top: 44px;
  }
}
.single-shop img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.single-shop-category {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
  flex-direction: column;
}
@media (max-width: 767px) {
  .single-shop-category {
    flex-direction: row;
  }
}
.single-shop-category li {
  border: 1px solid #7FBEA8;
  font-size: 20px;
  font-weight: 500;
  color: #7FBEA8;
  border-radius: 2px;
  padding: 0 6px;
  display: inline-block;
}
@media (max-width: 767px) {
  .single-shop-category li {
    font-size: 16px;
    padding: 2px 4px;
  }
}
@media (max-width: 375px) {
  .single-shop-category li {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .single-shop-category {
    font-size: 12px;
    line-height: 1;
    padding: 2px 4px;
  }
}

/* タイトル */
.single-shop-title {
  font-size: 40px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  color: #278A68;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 767px) {
  .single-shop-title {
    font-size: clamp(20px, 4.9543676662vw, 767px);
    gap: 15px;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .single-shop-title {
    gap: 0;
    line-height: 1.5;
  }
}
.single-shop-title br {
  display: none;
}
@media (max-width: 375px) {
  .single-shop-title br {
    display: block;
  }
}
.single-shop-title span {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #7FBEA8;
  padding: 0 8px;
  border-radius: 2px;
  border: 1px solid #7FBEA8;
}
@media (max-width: 767px) {
  .single-shop-title span {
    font-size: clamp(14px, 3.7333333333vw, 20px);
  }
}
@media (max-width: 375px) {
  .single-shop-title span {
    line-height: 1;
    padding: 2px 2px;
  }
}
@media (max-width: 375px) {
  .single-shop-title span {
    font-size: 14px;
  }
}

/* メインスライダー（中央800px・左右チラ見せ） */
.single-shop-main-swiper {
  margin-bottom: clamp(12px, 1.5vw, 16px);
  position: relative;
  overflow: visible;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .single-shop-main-swiper {
    margin-top: 30px;
  }
}
@media (max-width: 375px) {
  .single-shop-main-swiper {
    margin-top: 18px;
  }
}
.single-shop-main-swiper .swiper-wrapper {
  align-items: center;
}
.single-shop-main-swiper .swiper-slide {
  width: clamp(337px, 80vw, 800px);
  display: grid;
  place-items: center;
  border-radius: 12px;
  overflow: hidden;
  background: #f7f7f7;
}
.single-shop-main-swiper img {
  aspect-ratio: 800/600;
  height: auto;
}
.single-shop-main-swiper .swiper-pagination {
  bottom: -25px !important;
}
@media (max-width: 375px) {
  .single-shop-main-swiper .swiper-pagination {
    bottom: -31px !important;
  }
}
.single-shop-main-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.6;
  transition: transform 0.2s ease, opacity 0.2s ease;
  width: 10px;
  height: 10px;
  margin: 0 12px;
}
@media (max-width: 375px) {
  .single-shop-main-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px !important;
  }
}
.single-shop-main-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
}

/* サムネイルスライダー */
.single-shop-thumbs-swiper {
  margin: 58px auto 0;
  max-width: 800px;
  /* ここはSwiperに任せるので display:flex; は不要 */
}
@media (max-width: 375px) {
  .single-shop-thumbs-swiper {
    margin: 40px auto 0;
  }
}
.single-shop-thumbs-swiper .swiper-slide {
  height: clamp(64px, 12vw, 96px);
  border-radius: 6px;
  overflow: hidden;
  background: #eee;
  transition: opacity 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}
.single-shop-thumbs-swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 188/142;
  height: auto;
  object-fit: cover;
  opacity: 0.6;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.single-shop-thumbs-swiper .swiper-slide:focus-visible {
  outline: 2px solid #0b5fff;
  outline-offset: 2px;
}
.single-shop-thumbs-swiper .swiper-slide-thumb-active {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08) inset;
}
.single-shop-thumbs-swiper .swiper-slide-thumb-active img {
  opacity: 1;
  transform: scale(1.02);
}

/* ▼ SP時（375px想定）はコンテナ幅を 288px に固定 */
@media (max-width: 480px) {
  .single-shop-thumbs-swiper {
    width: 288px;
    max-width: 288px;
    margin-left: auto;
    margin-right: auto;
  }
}
.information {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 19px;
  padding-left: 19px;
}
@media (max-width: 767px) {
  .information {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
@media (max-width: 375px) {
  .information {
    padding-top: 46px;
  }
}

.information-content {
  margin-top: 40px;
  max-width: 800px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 375px) {
  .information-content {
    margin-top: 21px;
  }
}

.information-row {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E7D9C4;
}
@media (max-width: 375px) {
  .information-row {
    line-height: 1.1;
  }
}
.information-row:nth-of-type(3) dd a {
  text-decoration: none;
}
@media (max-width: 950px) {
  .information-row:nth-of-type(3) dd a {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .information-row {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.3;
  }
}
@media (max-width: 375px) {
  .information-row {
    padding: 8px 0;
  }
}
.information-row:nth-of-type(7) {
  padding-top: 74px;
  padding-bottom: 74px;
}
@media (max-width: 767px) {
  .information-row:nth-of-type(7) {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 375px) {
  .information-row:nth-of-type(7) {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.information-row dt {
  flex: 0 0 198px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .information-row dt {
    flex: 0 0 140px;
  }
}
@media (max-width: 375px) {
  .information-row dt {
    flex: 0 0 116px;
    font-size: 12px;
  }
}
.information-row dd {
  font-size: 20px;
  flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 375px) {
  .information-row dd {
    font-size: 16px;
  }
}
.information-row dd time {
  overflow-wrap: anywhere;
  word-break: break-all;
}
.information-row dd a {
  text-decoration: underline;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.acf-map {
  margin-top: 40px;
  width: 100%;
  height: 400px;
}
@media (max-width: 767px) {
  .acf-map {
    height: 300px;
    margin-top: 30px;
  }
}
@media (max-width: 375px) {
  .acf-map {
    margin-top: 22px;
  }
}
@media (max-width: 375px) {
  .acf-map {
    height: 169px;
  }
}

.acf-map img {
  max-width: inherit !important;
}

.information-sns-list {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 375px) {
  .information-sns-list {
    gap: 32px;
  }
}
.information-sns-list img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media (max-width: 375px) {
  .information-sns-list img {
    width: 24px;
    height: 24px;
  }
}

.information-map-link-wrap {
  text-align: right;
  margin-top: 10px;
  margin-right: 10px;
}

.information-map-link {
  font-size: 20px;
  font-weight: 700;
  padding-left: 38px;
  position: relative;
  color: #278A68;
  text-decoration: underline;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 767px) {
  .information-map-link {
    font-size: 16px;
    padding-left: 30px;
  }
}
.information-map-link::after {
  content: "";
  position: absolute;
  width: 30px;
  aspect-ratio: 30/30;
  height: auto;
  background: url("../img/page/single-shop/information/map-pin.svg") no-repeat center center/contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .information-map-link::after {
    width: 23px;
  }
}

.point {
  padding-top: 85px;
  padding-bottom: 100px;
  padding-right: 19px;
  padding-left: 19px;
}
@media (max-width: 767px) {
  .point {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
@media (max-width: 375px) {
  .point {
    padding-top: 47px;
  }
}

.point-content {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  background: #FCFCFC;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .point-content {
    padding: 16px;
  }
}
@media (max-width: 375px) {
  .point-content {
    margin-top: 22px;
  }
}

.point-img {
  text-align: center;
}
.point-img img {
  width: clamp(350px, 36.1111111111vw, 520px);
  border-radius: 8px;
}
@media (max-width: 767px) {
  .point-img img {
    width: clamp(250px, 45.6323337679vw, 350px);
    border-radius: 4px;
  }
}

.point-qa {
  margin-top: 58px;
  max-width: 800px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .point-qa {
    margin-top: 30px;
  }
}
@media (max-width: 375px) {
  .point-qa {
    margin-top: 8px;
  }
}

.point-qa-row:nth-of-type(1) dt::before {
  background: url("../img/page/single-shop/point/number/number-1.svg") no-repeat center center/contain;
}
.point-qa-row:nth-of-type(2) dt::before {
  background: url("../img/page/single-shop/point/number/number-2.svg") no-repeat center center/contain;
}
.point-qa-row:nth-of-type(3) dt::before {
  background: url("../img/page/single-shop/point/number/number-3.svg") no-repeat center center/contain;
}
.point-qa-row:nth-of-type(4) dt::before {
  background: url("../img/page/single-shop/point/number/number-4.svg") no-repeat center center/contain;
}
.point-qa-row:nth-of-type(5) dt::before {
  background: url("../img/page/single-shop/point/number/number-5.svg") no-repeat center center/contain;
}
.point-qa-row dt {
  font-size: 20px;
  color: #48362A;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #278A68;
  padding-right: 80px;
  padding-left: 80px;
  position: relative;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .point-qa-row dt {
    padding-right: 0;
    padding-left: 55px;
  }
}
@media (max-width: 375px) {
  .point-qa-row dt {
    padding-left: 48px;
    font-size: 16px;
    padding-bottom: 7px;
  }
}
.point-qa-row dt::before {
  content: "";
  position: absolute;
  width: 50px;
  aspect-ratio: 50/50;
  height: auto;
  left: 0;
  bottom: 8px;
}
@media (max-width: 767px) {
  .point-qa-row dt::before {
    width: 40px;
  }
}
@media (max-width: 375px) {
  .point-qa-row dt::before {
    width: 35px;
  }
}
.point-qa-row dd {
  padding-right: 80px;
  padding-left: 80px;
  padding-top: 24px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .point-qa-row dd {
    padding-right: 0;
    padding-left: 0;
    padding-top: 10px;
  }
}
@media (max-width: 375px) {
  .point-qa-row dd {
    padding-top: 3px;
  }
}

.recommend {
  padding-top: 100px;
  padding-bottom: 200px;
  padding-right: 19px;
  padding-left: 19px;
}
@media (max-width: 767px) {
  .recommend {
    padding-top: 52px;
    padding-bottom: 104px;
  }
}
@media (max-width: 375px) {
  .recommend {
    padding-top: 37px;
    padding-bottom: 68px;
  }
}

.recommend-content {
  margin-top: 40px;
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .recommend-content {
    max-width: 450px;
  }
}
@media (max-width: 375px) {
  .recommend-content {
    margin-top: 22px;
  }
}

.recommend-list {
  display: flex;
  gap: 23px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .recommend-list {
    flex-direction: column;
  }
}
@media (max-width: 375px) {
  .recommend-list {
    margin-bottom: 46px;
    gap: 41px;
  }
}
.recommend-card {
  position: relative;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .recommend-card-img-link {
    pointer-events: none;
  }
}

.recommend-img img {
  object-fit: contain;
  border-radius: 8px;
  max-width: 318px;
  width: 100%;
  aspect-ratio: 318/212;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .recommend-img img {
    aspect-ratio: 337/189;
    max-width: 600px;
  }
}

.recommend-category {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
}
.recommend-category li {
  border: 1px solid #7FBEA8;
  font-size: 14px;
  font-weight: 500;
  color: #7FBEA8;
  border-radius: 2px;
  padding: 0 6px;
  display: inline-block;
}
@media (max-width: 375px) {
  .recommend-category li {
    padding: 2px 4px;
  }
}
@media (max-width: 375px) {
  .recommend-category {
    font-size: 12px;
    line-height: 1;
  }
}

.recommend-link {
  display: block;
  position: static;
}
.recommend-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .recommend-link::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .recommend-link {
    position: relative;
  }
  .recommend-link::after {
    content: "";
    position: absolute;
    right: 0;
    width: 25px;
    height: 25px;
    background: url("../img/page/single-shop/recommend/aroow-sp.svg") no-repeat center center/contain;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) and (max-width: 375px) {
  .recommend-link::after {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 375px) {
  .recommend-link {
    line-height: 1.3;
  }
}

.recommend-name {
  font-size: 24px;
  font-weight: 700;
  color: #278A68;
  line-height: 1.2;
}
@media (max-width: 375px) {
  .recommend-name {
    font-size: 16px;
  }
}

.single-news {
  padding-top: 49px;
  padding-bottom: 200px;
  padding-right: 19px;
  padding-left: 19px;
}
@media (max-width: 767px) {
  .single-news {
    padding-top: 32px;
    padding-bottom: 104px;
  }
}
@media (max-width: 375px) {
  .single-news {
    padding-top: 21px;
    padding-bottom: 67px;
  }
}

.single-news-card {
  max-width: 800px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.single-news-meta {
  display: flex;
  gap: 24px;
  font-family: "Outfit", sans-serif;
  color: #278A68;
}

.single-news-title {
  font-size: 32px;
  font-weight: 700;
  color: #278A68;
}
@media (max-width: 767px) {
  .single-news-title {
    font-size: clamp(24px, 6.4vw, 32px);
  }
}

.single-news-img {
  margin-top: 33px;
}
@media (max-width: 767px) {
  .single-news-img {
    margin-top: 16px;
  }
}
@media (max-width: 375px) {
  .single-news-img {
    margin-top: 9px;
  }
}
.single-news-img img {
  border-radius: 32px;
}
@media (max-width: 767px) {
  .single-news-img img {
    border-radius: 16px;
  }
}

.single-news-text {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .single-news-text {
    margin-top: 16px;
  }
}
@media (max-width: 375px) {
  .single-news-text {
    margin-top: 8px;
  }
}

.single-news-nav {
  margin-top: 80px;
  display: flex;
  gap: 56px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .single-news-nav {
    flex-direction: column;
    margin-top: 40px;
    gap: 24px;
  }
}