@charset "UTF-8";

/*--------------------------------------------------
  Base
--------------------------------------------------*/
html {
  font-size: 100%;
}

#main {
  font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif !important;
}

/*--------------------------------------------------
  Components
--------------------------------------------------*/
/* pill-button
-------------------------*/
.pill-button {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  padding: 14px 1rem;
  background-color: #fff;
  border: 1px solid #9F7442;
  border-radius: 60px;
  transition: all .3s;
}

.pill-button--icon-instagram {
  gap: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  position: relative;
}

.pill-button--icon-instagram::before {
  flex-shrink: 0;
  content: '';
  width: 24px;
  height: 24px;
  background: url('https://www.his-j.com/cmn/n-headfoot/images/icon_instagram.svg') no-repeat center / cover;
}

@media not all and (min-width: 769px) {
  .pill-button--icon-instagram {
    gap: 10px;
  }

  .pill-button--icon-instagram .pill-button__text {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 769px) {
  .pill-button--icon-instagram {
    gap: 16px;
  }

  .pill-button--icon-instagram .pill-button__text {
    font-size: 1rem;
  }
}

.pill-button--small {
  padding: 8px 14px;
}

.pill-button__text {
  color: #333;
  font-size: 0.875rem;
  transition: color .3s;
}

@media (hover: hover) {
  .pill-button:hover {
    background-color: #9F7442;
    opacity: 1;
  }

  .pill-button:hover .pill-button__text {
    color: #fff;
  }
}

.pill-button--work-shop {
  padding: 8px 16px;
  background-color: #fff;
  border: 1px solid #F08333;
  border-radius: 50px;
  transition: all .3s;
}

.pill-button--work-shop .pill-button__text {
  color: #F08333;
}

@media (hover: hover) {
  .pill-button--work-shop:hover {
    background-color: #F08333;
  }

  .pill-button--work-shop:hover .pill-button__text {
    color: #fff;
  }
}

@media (hover: hover) {
  .pill-button--to-top:hover {
    background-color: #E2E2E2;
  }

  .pill-button--to-top:hover .pill-button__text {
    color: #000;
  }
}


/*--------------------------------------------------
  Plugin
--------------------------------------------------*/
/* slick-list
-------------------------*/
@media not all and (min-width: 769px) {
  .domestic-store-list>.slick-list {
    padding: 0 20px 0 0 !important;
  }

  .online-store-list>.slick-list {
    padding: 0 20px 0 0 !important;
  }
}

.store-image-slider__slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 296 / 196;
  object-fit: cover;
}


/* slick-dots
-------------------------*/
.store-image-slider .slick-dots {
  bottom: 15px !important;
}

.store-image-slider .slick-dots li button:before {
  opacity: 0.75;
  color: #697180;
}

.store-image-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}


/*--------------------------------------------------
  PageSpecific
--------------------------------------------------*/
/* parallax-bg
-------------------------*/
.parallax-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-position: top 0 center;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.parallax-bg--red::before {
  background-image: url("../images/thanksgiving/bg_red.png");
}

.parallax-bg--green::before {
  background-image: url("../images/thanksgiving/bg_green.png");
}

@media not all and (min-width: 769px) {
  .parallax-bg--snow::before {
    background-image: none;
  }
}

@media screen and (min-width: 769px) {
  .parallax-bg--snow::before {
    background-image: url("../images/thanksgiving/bg_snow.png");
  }
}


/* mv
-------------------------*/
.mv {
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

@media not all and (min-width: 769px) {
  .mv {
    aspect-ratio: 375 / 500;
    width: 100%;
    max-height: 500px;
    background-size: cover;
    background-position: bottom 0 center;
    background-image: url('../images/thanksgiving/mv_sp.jpg');
    padding-inline: calc(20 / 375 * 100%);
  }
}

@media screen and (min-width: 769px) {
  .mv {
    aspect-ratio: 1920 / 600;
    width: 100%;
    min-height: 600px;
    text-align: center;
    background-size: cover;
    background-position: top 0 center;
    background-image: url('../images/thanksgiving/mv_pc.jpg');
    padding-inline: 20px;
  }
}

.mv__title {
  display: block;
  padding-top: 64px;
}

@media screen and (min-width: 769px) {
  .mv__title {
    padding-top: 120px;
  }
}

@media not all and (min-width: 769px) {
  .mv__image {
    display: block;
    width: calc(310 / 335 * 100%);
    max-width: 400px !important;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .mv__image {
    max-width: 717px;
    object-fit: contain;
    margin: 0 auto;
  }
}

.mv__contents {
  display: block;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 769px) {
  .mv__contents {
    max-width: 1168px;
    width: 100%;
    margin: 24px auto 0;
  }
}

.mv__lead {
  color: #333;
  font-weight: bold;
}

@media not all and (min-width: 769px) {
  .mv__lead {
    font-size: 0.875rem;
    padding: 24px;
  }
}

@media screen and (min-width: 769px) {
  .mv__lead {
    font-size: 1.125rem;
    padding-inline: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1168px) {
  .mv__lead {
    font-size: 1rem;
    padding-inline: calc(219 / 1168 * 100%);
  }

  .mv__lead .pc-only {
    display: none;
  }
}

.mv__button {
  background-image: url('../images/thanksgiving/mv_btn.png');
  background-size: cover;
}

@media not all and (min-width: 769px) {
  .mv__button {
    width: 137px;
    height: 137px;
    position: absolute;
    top: calc(100% + 16px);
    right: 30px;
  }
}

@media screen and (min-width: 769px) {
  .mv__button {
    display: block;
    width: calc(219 / 1168 * 100%);
    height: 0;
    padding-top: calc(219 / 1168 * 100%);
    margin-top: -90px;
    margin-left: auto;
    position: relative;
    z-index: 1;
  }
}

/* section
-------------------------*/
.section {
  position: relative;
}

#overview.section {
  padding-bottom: 80px;
}

@media not all and (min-width: 769px) {
  #overview.section {
    margin-top: 30px;
  }

  #thanksgiving-sale.section {
    padding: 80px 0;
  }

  #target-stores.section {
    padding: 60px 0;
  }

  #work-shop.section {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 769px) {
  .section {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
  }

  #overview.section {
    margin-top: 80px;
  }

  #thanksgiving-sale.section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  #target-stores.section {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  #work-shop.section {
    padding-top: 160px;
    padding-bottom: 120px;
  }
}

/* section-inner
-------------------------*/
.section-inner {
  width: 100%;
  transform: translate3d(0, 0, 0);
  margin: 0 auto;
}

@media not all and (min-width: 769px) {
  .section-inner {
    padding: 0 calc(20 / 375 * 100%);
  }
}

@media screen and (min-width: 769px) {
  .section-inner {
    max-width: 994px;
    padding-bottom: 0;
  }

  .section-inner+.section-inner {
    padding-top: 120px;
  }
}

/* section-heading
-------------------------*/
.section-heading {
  display: block;
  text-align: center;
}

/* section-lead
-------------------------*/
.section-lead {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  display: block;
}

.section-lead__sub {
  display: block;
  font-size: 0.875rem;
  margin-top: 10px;
}

.workshop-section-lead__sub {
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 24px;
}

@media not all and (min-width: 769px) {
  #thanksgiving-sale .section-lead {
    margin-top: 24px;
  }
}

@media screen and (min-width: 769px) {
  #thanksgiving-sale .section-lead {
    margin-top: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .workshop-section-lead__sub {
    font-size: 16px;
    font-weight: bold;
    margin-top: 16px;
  }
}

/* section-contents
-------------------------*/
@media not all and (min-width: 769px) {
  .section-contents {
    margin-top: 32px;
  }
}

@media screen and (min-width: 769px) {
  .section-contents {
    margin-top: 40px;
  }
}

/* overview-title
-------------------------*/
.overview-title__image {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

@media not all and (min-width: 769px) {
  .overview-title {
    padding-top: 8px;
  }

  .overview-title__image {
    width: 100%;
    max-width: 335px !important;
  }
}

@media screen and (min-width: 769px) {
  .overview-title {
    padding-top: 40px;
  }

  .overview-title__image {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* thanksgiving-sale-title
-------------------------*/
.thanksgiving-sale-title {
  width: 100%;
  max-width: 618px;
  margin-inline: auto;
  margin-top: 80px;
}

.thanksgiving-sale-title__image {
  aspect-ratio: 618 / 70;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thanksgiving-recommend-title {
  width: 100%;
  max-width: 892px;
  margin-inline: auto;
}

.thanksgiving-recommend-title__image {
  aspect-ratio: 890 / 92;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* target-stores-title
-------------------------*/
.target-stores-title {
  color: #F08333;
  font-size: 1.5rem;
}

/* work-shop-title
-------------------------*/
.work-shop-title {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

.work-shop-title__sub {
  width: 100%;
  font-size: 0.875rem;
  font-weight: normal;
}



/* enjoying
-------------------------*/
.enjoying {
  display: flex;
  gap: 0 24px;
}

@media not all and (min-width: 769px) {
  .enjoying {
    flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  .enjoying {
    gap: 0 24px;
  }
}


.enjoying-item__heading {
  font-size: 1.25rem;
  font-weight: bold;
  color: #f08233;
  line-height: 33.80px;
  text-align: center;
  padding: 24px 0 16px;
}

.enjoying-item__img img {
  width: 100%;
}

.enjoying-item__text {
  font-size: 0.875rem;
  margin-top: 16px;
}

@media not all and (min-width: 769px) {
  .enjoying-item {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .enjoying-item {
    width: calc((100% - 48px) / 3);
  }
}



/* event
-------------------------*/
.event {
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.event__contents {
  font-weight: bold;
  margin-top: 8px;
}

@media not all and (min-width: 769px) {
  .event {
    max-width: 335px;
    background-image: url('../images/thanksgiving/event_about_sp.png');
    padding: 34px 8px 25px;
    margin: 0 auto;
  }

  .event__heading {
    font-size: 0.75rem;
  }

  .event__contents+.event__heading {
    margin-top: 8px;
  }

  .event__text {
    font-size: 0.75rem;
    margin-top: 24px;
  }
}

@media screen and (min-width: 769px) {
  .event {
    max-width: 784px;
    background-image: url('../images/thanksgiving/event_about_pc.png');
    padding: 34px 32px 32px;
    margin: 0 auto;
  }

  .event__heading {
    font-size: 1rem;
  }

  .event__contents+.event__heading {
    margin-top: 24px;
  }

  .event__text {
    font-size: 1rem;
    margin-top: 32px;
  }
}


/* event-schedule
-------------------------*/
@media not all and (min-width: 769px) {
  .event-schedule {
    font-size: 0.75rem;
  }

  .event-schedule span {
    font-size: 1.25rem;
  }

  .event-schedule__time {
    font-size: 1rem !important;
  }
}

@media screen and (min-width: 769px) {
  .event-schedule {
    font-size: 1rem;
  }

  .event-schedule span {
    font-size: 1.5rem;
  }

  .event-schedule__time {
    font-size: 1.25rem !important;
  }
}


/* event-location
-------------------------*/
.event-location {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.event-location__link {
  display: flex;
  align-items: center;
}

.event-location__link::after {
  content: '';
  display: block;
  width: 8px;
  height: 13px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  background-color: #DAB878;
  mask-image: url('../images/arrow_g.svg');
  -webkit-mask-image: url('../images/arrow_g.svg');
  margin-left: 10px;
}

.event-location__link span {
  color: #333;
  font-weight: normal;
}

@media not all and (min-width: 769px) {
  .event-location {
    width: fit-content;
    flex-direction: column;
    font-size: 1rem;
    margin: 8px auto 0;
  }

  .event-location__link {
    margin-top: 8px;
    margin-left: auto;
  }

  .event-location__link span {
    font-size: 0.625rem;
    padding-bottom: 3px;
  }

  .event-location__link::after {
    width: 6px;
    height: 10px;
  }
}

@media screen and (min-width: 769px) {
  .event-location {
    font-size: 1.25rem;
  }

  .event-location__link {
    margin-left: 16px;
  }

  .event-location__link::after {
    width: 8px;
    height: 13px;
  }

  .event-location__link span {
    font-size: 0.75rem;
  }
}


/* Project about-shop
-------------------------*/
.point {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, min(100%, 380px));
  gap: 24px;
  margin-top: 36px;
}

.point__item {
  display: flex;
}

.point-item__img {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
}

.point-item__textarea {
  margin-left: 16px;
}

.point-item__heading {
  margin-bottom: 8px;
  margin-left: -4px;
}

.point-item__heading-text {
  display: inline;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  z-index: 0;
  background: linear-gradient(transparent 50%, #F4EAD7 0%);
  padding: 0 4px 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.point-item__list,
.point-item__contents {
  margin-top: 16px;
}

.point-item__list-item {
  line-height: 2;
}

.point-item__attention {
  font-size: 12px;
}

/* time-table
-------------------------*/
.time-table {
  margin-top: 80px;
}

.time-table__header {
  text-align: center;
}

.time-table__contents {
  position: relative;
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
  margin-top: 24px;
}

.time-table__contents::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 5px;
  height: 100%;
  background-color: #DAB878;
}

@media not all and (min-width: 950px) {

  /*  .time-table__header img {
    width: 140px;
  }*/
  .time-table__contents::after {
    display: none;
  }
}

@media screen and (min-width: 950px) {
  .time-table__contents::after {
    display: flex;
  }
}


/* event-item
-------------------------*/
.event-item {
  position: relative;
  background-color: #f4ead7;
  padding: 16px 17px;
}

.event-item::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}

.event-item--above-arrow::before {
  top: 40px;
}

.event-items:nth-child(1) .event-item::before {
  right: -17px;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #f4ead7;
}

.event-items:nth-child(2) .event-item::before {
  left: -17px;
  border-width: 12px 18px 12px 0;
  border-color: transparent #f4ead7 transparent transparent;
}

.event-item::after {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  transform: rotateZ(45deg);
  width: 12px;
  height: 12px;
  background-color: #DAB878;
  border: 2px solid #fff;
  z-index: 2;
}

.event-item--above-arrow::after {
  top: 32px;
}

.event-items:nth-child(1) .event-item::after {
  right: calc((-45 / 460) * 100%);
}

.event-items:nth-child(2) .event-item::after {
  left: calc((-45 / 460) * 100%);
}

.event-item+.event-item {
  margin-top: 8px;
}

.event-items:nth-child(1) .event-item:nth-child(1)::before {
  top: 15%;
}

.event-items:nth-child(1) .event-item:nth-child(1)::after {
  top: calc(15% - 8px);
}

.event-items:nth-child(2) .event-item:nth-child(1)::before {
  top: 70%;
}

.event-items:nth-child(2) .event-item:nth-child(1)::after {
  top: calc(70% - 8px);
}

@media not all and (min-width: 950px) {
  .event-items {
    width: 100%;
  }

  .event-items:nth-child(2),
  .event-item::before,
  .event-item::after {
    display: none;
  }

  .event-item.sp-only {
    display: block;
  }
}

@media screen and (min-width: 950px) {
  .event-items {
    width: calc((460 / 994) * 100%);
  }

  .event-items:nth-child(2),
  .event-item::before,
  .event-item::after {
    display: block;
  }
}

.event-item__header {
  display: flex;
  column-gap: 24px;
}

.event-item__time {
  font-size: 1rem;
  color: #000;
}

.event-item__label {
  font-size: 0.75rem;
  color: #000;
  background-color: #DAB878;
  border-radius: 4px;
  padding: 3px 8px;
}

.event-item__title {
  font-weight: 700;
  color: #000;
  margin-top: 8px;
}

.event-item__sub-title {
  font-weight: 700;
  color: #000;
  margin-top: 8px;
}

.event-item__info {
  margin-top: 8px;
}

.event-item__contents {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-template-rows: auto 1fr;
  margin-top: 16px;
}

.event-item__image {
  width: 120px;
  grid-area: image;
}

.event-item__image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.event-item__text {
  grid-area: text;
}

.event-item__bottom {
  display: flex;
  gap: 8px;
  align-items: center;
  grid-area: bottom;
  justify-content: flex-end;
}

.event-item__note {
  flex-shrink: 0;
  font-size: 0.625rem;
  padding-top: 3px;
}

.event-item__price {
  font-size: 1rem;
  word-break: break-all;
}

.event-item__button {
  flex-shrink: 0;
  width: auto;
  margin-left: auto;
}

.event-item__button+.event-item__button {
  margin-left: 8px;
}

@media not all and (min-width: 769px) {
  .event-item__title {
    font-size: 0.875rem;
  }

  .event-item__sub-title {
    font-size: 0.75rem;
  }

  .event-item__info {
    font-size: 0.75rem;
  }

  .event-item__contents {
    gap: 8px 16px;
    grid-template-areas:
      "image text"
      "bottom  bottom";
  }

  .event-item__text {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 769px) {
  .event-item__title {
    font-size: 1rem;
  }

  .event-item__sub-title {
    font-size: 0.875rem;
  }

  .event-item__info {
    font-size: 0.875rem;
  }

  .event-item__contents {
    gap: 16px 24px;
    grid-template-areas:
      "image text"
      "image bottom";
  }

  .event-item__text {
    font-size: 0.875rem;
  }
}


.event-contents {
  margin-top: 16px;
}


.event-contents {
  margin-top: 24px;
}

/* =============================================
   food-drink セクション全体設定
   ============================================= */
.food-drink__header {
  text-align: center;
}

.food-drink__contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  list-style: none;
  padding: 0;
}

.food-drink-item {
  background-color: #F3C7A7;
  padding: 16px;
  box-sizing: border-box;
}

.food-drink-item__title {
  font-weight: 700;
  display: block;
  /* タイトルを独立した一行にする */
}

.food-drink-item__body {
  display: flex;
  flex-direction: row;
  /* 基本は画像とテキストを横並び */
  align-items: flex-start;
}

.food-drink-item__image {
  flex-shrink: 0;
}

.food-drink-item__image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

/* =============================================
   SPの設定 (768px以下)
   ============================================= */
@media not all and (min-width: 769px) {
  .food-drink {
    margin-top: 40px;
  }

  .food-drink__contents {
    flex-direction: column;
    row-gap: 16px;
  }

  .food-drink-item__title {
    margin-bottom: 12px;
    font-size: 0.95rem;
  }

  .food-drink-item__body {
    column-gap: 12px;
    /* 画像とテキストの間の隙間 */
  }

  .food-drink-item__image {
    width: 80px;
    /* SPで理想的な画像サイズ */
  }

  .food-drink-item__text {
    flex: 1;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

/* =============================================
   PCの設定 (769px以上)
   ============================================= */
@media screen and (min-width: 769px) {
  .food-drink {
    margin-top: 80px;
  }

  .food-drink__contents {
    justify-content: space-between;
    column-gap: 16px;
    row-gap: 24px;
  }

  .food-drink-item__title {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  /* --- 1. 上の1列ぶち抜き (LeaLea) --- */
  .food-drink-item.is-full {
    width: 100%;
  }

  .food-drink-item.is-full .food-drink-item__body {
    column-gap: 24px;
  }

  .food-drink-item.is-full .food-drink-item__image {
    width: 120px;
  }

  .food-drink-item.is-full .food-drink-item__text {
    flex: 1;
  }

  /* --- 2. 下の3列並び --- */
  .food-drink-item:not(.is-full) {
    width: calc((100% - 32px) / 3);
    /* 隙間16px×2を引いて3等分 */
  }

  .food-drink-item:not(.is-full) .food-drink-item__body {
    column-gap: 10px;
  }

  .food-drink-item:not(.is-full) .food-drink-item__image {
    width: 120px;
  }

  .food-drink-item:not(.is-full) .food-drink-item__text {
    flex: 1;
  }
}

/* workshop
-------------------------*/
.workshop__header {
  text-align: center;
}

.workshop__contents {
  display: flex;
  margin-top: 40px;
}

.workshop-item {
  background-color: #F3C7A7;
  padding: 16px 17px;
}

@media not all and (min-width: 769px) {
  .workshop {
    margin-top: 24px;
  }

  /*.workshop__header img {
    width: 140px;
  }*/
  .workshop__contents {
    flex-direction: column;
    row-gap: 8px;
  }
}

@media screen and (min-width: 769px) {
  .workshop {
    margin-top: 80px;
  }

  .workshop__contents {
    column-gap: 16px;
  }

}



@media screen and (min-width: 950px) {
  .workshop-item {
    width: calc(50% - 8px);
  }

}

.workshop-item__title {
  font-weight: 700;
  color: #000;
  margin-top: 8px;
}

.workshop-item__info {
  margin-top: 8px;
}

.workshop-item__contents {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-template-rows: auto 1fr;
  margin-top: 16px;
}

.workshop-item__image {
  width: 120px;
  grid-area: image;
}

.workshop-item__image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.workshop-item__text {
  grid-area: text;
}

.workshop-item__bottom {
  display: flex;
  gap: 8px;
  align-items: center;
  grid-area: bottom;
  justify-content: flex-end;
}

.workshop-item__note {
  flex-shrink: 0;
  font-size: 0.625rem;
  padding-top: 3px;
}

.workshop-item__price {
  font-size: 1rem;
  word-break: break-all;
}

.workshop-item__button {
  flex-shrink: 0;
  width: auto;
  margin-left: auto;
}

.workshop-item__button+.workshop-item__button {
  margin-left: 8px;
}

@media not all and (min-width: 769px) {
  .workshop-item__title {
    font-size: 0.875rem;
  }

  .workshop-item__info {
    font-size: 0.75rem;
  }

  .workshop-item__contents {
    gap: 8px 16px;
    grid-template-areas:
      "image text"
      "bottom  bottom";
  }

  .workshop-item__text {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 769px) {
  .workshop-item__title {
    font-size: 1rem;
  }

  .workshop-item__info {
    font-size: 0.875rem;
  }

  .workshop-item__contents {
    gap: 16px 24px;
    grid-template-areas:
      "image text"
      "image bottom";
  }

  .workshop-item__text {
    font-size: 0.875rem;
  }
}




/* thanksgiving-sale-cards
-------------------------*/
.thanksgiving-sale-cards {
  display: flex;
}

@media not all and (min-width: 769px) {
  .thanksgiving-sale-cards {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    gap: 18px;
    padding: 5px calc(20 / 375 * 100%);
    margin: 0 calc(-20 / 375 * 100%);
  }
}

@media screen and (min-width: 769px) {
  .thanksgiving-sale-cards {
    gap: 30px 18px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media not all and (min-width: 769px) {
  .thanksgiving-sale-cards__item {
    scroll-snap-align: center;
    width: calc((320 / 375) * 100%);
    flex-shrink: 0;
  }
}

@media screen and (min-width: 769px) {
  .thanksgiving-sale-cards__item {
    width: calc((100% - 36px) /3);
  }
}

/* product-card
-------------------------*/
.product-card {
  display: block;
  max-width: 320px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
  overflow: hidden;
}

.product-card__img {
  overflow: hidden;
}

.product-card__img img {
  aspect-ratio: 304 / 160;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card__text-container {
  padding: 16px 16px 24px;
}

.product-card__heading {
  font-size: 1.25rem;
  color: #333333;
}

.product-card__text {
  font-size: 0.875rem;
  color: #333333;
  margin-top: 8px;
}

.product-card__link {
  display: flex;
  gap: 8px;
  align-items: center;
  grid-area: bottom;
  justify-content: flex-end;
}

.product-card__link {
  flex-shrink: 0;
  width: auto;
  margin-left: auto;
  margin-top: 8px;
}

.product-card__link+.product-card__link {
  margin-left: 8px;
}

/* store-nav-list
-------------------------*/
@media screen and (min-width: 769px) {
  .store-nav-list {
    display: none
  }
}

@media not all and (min-width: 769px) {
  .store-nav-list {
    display: flex;
    width: 100%;
    overflow-x: auto;
  }

  .store-nav-list__item {
    display: inline-flex;
    justify-content: center;
    white-space: nowrap;
    width: 100%;
    font-size: 0.875rem;
    font-weight: bold;
    color: #9F7442;
    padding: 10px 14px;
    border: 1px solid #9F7442;
    border-radius: 6px 6px 0 0;
  }

  .store-nav-list__item.is-active {
    color: #fff;
    background-color: #9F7442;
    border: 0;
  }

  .store-nav-list__item+.store-nav-list__item {
    margin-left: 12px;
  }
}


/* domestic-store-list
-------------------------*/
.domestic-store-list {
  display: flex;
  row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .domestic-store-list {
    column-gap: 16px;
  }
}

@media not all and (min-width: 769px) {
  .domestic-store-list {
    margin-right: calc(-20 / 375 * 100%);
    column-gap: 16px;
  }
}

@media screen and (min-width: 769px) {
  .domestic-store-list__item {
    width: calc((100% - 32px) / 3);
  }
}

@media not all and (min-width: 769px) {
  .domestic-store-list__item:not(:last-of-type) {
    margin-right: 16px;
  }
}


/* store-card
-------------------------*/
.store-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}

.store-card__image-wrap {
  width: 100%;
}

@media not all and (min-width: 769px) {
  .store-card__image-wrap {
    height: 200px;
  }
}

@media screen and (min-width: 769px) {
  .store-card__image-wrap {
    height: 300px;
  }
}

.store-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-card__image-wrap+.store-card__contents {
  margin-top: 24px;
}

.store-card__slide {
  margin-bottom: 24px !important;
}

.store-card__contents {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.store-card__about-store {
  font-size: 0.875rem;
  margin-top: 16px;
}

.store-card__item {
  margin-top: 16px;
}

.store-card__item-heading {
  font-size: 0.875rem;
  font-weight: bold;
}

.store-card__item-contents {
  font-size: 0.875rem;
  margin-top: 8px;
}

.store-card__button-wrapper {
  text-align: center;
  padding-top: 24px;
  margin-top: auto;
}

.store-card__button {
  width: 100%;
  max-width: 280px;
}

@media screen and (min-width: 769px) {
  .store-card__slide {
    cursor: pointer;
  }
}


/* info-panel
-------------------------*/
.info-panel {
  border-left: 4px solid #9F7442;
  padding-left: 16px;
}

.info-panel__head {
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
}

.info-panel__heading {
  font-size: 1rem;
  font-weight: bold;
  overflow-wrap: break-word;
}

.info-panel__sns-links {
  flex-shrink: 0;
}

.info-panel__text {
  font-size: 0.875rem;
  color: #666;
  overflow-wrap: break-word;
  margin-top: 6px;
}


/* sns-link
-------------------------*/
.sns-links {
  display: flex;
  gap: 8px;
}

.sns-links__link {
  width: 24px;
  height: 24px;
}

.sns-links__image {
  width: 100%;
  height: auto;
  max-width: none !important;
}


/* product-list
-------------------------*/
.product-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 10px;
}

.product-list__item {
  width: 60px;
}


/* products-handled
-------------------------*/
.products-handled {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  text-align: center;
  color: #9F7442;
  padding-top: 38px;
  background-image: url('../images/icon_sweets.svg');
  background-repeat: no-repeat;
  background-position: top 0 center;
  background-size: 36px;
}

.products-handled--sundries {
  background-image: url('../images/icon_goody.svg');
}

.products-handled--made-in-Hawaii {
  background-image: url('../images/icon_mih.svg');
}

.products-handled--cosmetics {
  background-image: url('../images/icon_cosme.svg');
}

@media screen and (min-width: 769px) {
  .products-handled--flex {
    display: flex;
    background-position: left 0 center;
    padding-top: 0;
    padding-left: 42px;
    height: 36px;
  }
}


/* service-list
-------------------------*/
.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}


/* tag
-------------------------*/
.tag {
  display: inline-flex;
  font-size: 0.75rem;
  color: #000;
  padding: 3px 8px 5px;
  background-color: #F7EBDE;
  border-radius: 4px;
}


/* campaign-card
-------------------------*/
.page-overview__text {
  text-align: center;
  margin-top: 16px;
}

.campaign-card {
  background-color: #FFFFFF;
  margin-top: 80px;
  margin-bottom: 40px;
}

.campaign-card:last-child {
  margin-bottom: 0;
}

@media not all and (min-width: 769px) {
  .campaign-card {
    display: flex;
    gap: 8px;
    flex-direction: column;
    border: 2px solid F08333;
    padding: 24px calc(18 / 375 * 100%);
  }
}

@media screen and (min-width: 769px) {
  .campaign-card {
    display: grid;
    gap: 8px 24px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "thumb lead"
      "thumb heading"
      "thumb text"
      "thumb button";
    border: 3px solid #F08333;
    padding: 24px;
    position: relative;
  }
}

@media not all and (min-width: 769px) {
  .campaign-card__label {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .campaign-card__label {
    width: 90px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    line-height: 1.2;
    text-align: center;
    word-break: break-all;
    padding: 12px 1rem 30px;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 1;
  }

  .campaign-card__label::before {
    content: '';
    width: 100%;
    height: 100%;
    aspect-ratio: 103 / 102;
    background-image: url('../images/thanksgiving/label.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    top: -3px;
    left: 0;
    z-index: -1;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
  }
}

.campaign-card__thumb {
  margin: 0;
}

@media not all and (min-width: 769px) {
  .campaign-card__thumb {
    margin-top: 16px;
  }
}

@media screen and (min-width: 769px) {
  .campaign-card__thumb {
    grid-area: thumb;
    max-width: 335px;
    max-height: 220px;
  }
}

.campaign-card__image {
  aspect-ratio: 335 / 220;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.campaign-card__lead {
  font-size: 0.875rem;
  font-weight: bold;
  color: #F08333;
}

@media screen and (min-width: 769px) {
  .campaign-card__lead {
    grid-area: lead;
    padding-right: 106px;
  }
}

.campaign-card__heading {
  font-size: 1.25rem;
  font-weight: bold;
  color: #F08333;
}

@media screen and (min-width: 769px) {
  .campaign-card__heading {
    grid-area: heading;
    padding-right: 106px;
  }
}

.campaign-card__text {
  font-size: 0.75rem;
}

@media not all and (min-width: 769px) {
  .campaign-card__text {
    margin-top: 8px;
  }
}

@media screen and (min-width: 769px) {
  .campaign-card__text {
    grid-area: text;
    margin-top: auto;
  }
}


.campaign-card__button {
  margin: 0 auto;
}

@media not all and (min-width: 769px) {
  .campaign-card__button {
    max-width: 335px;
    margin-top: 16px;
  }
}

@media screen and (min-width: 769px) {
  .campaign-card__button {
    grid-area: button;
    max-width: 372px;
    margin-top: 8px;
  }
}


/* work-shop-card
-------------------------*/
.work-shop-cards {
  display: flex;
}

@media not all and (min-width: 769px) {
  .work-shop-cards {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding: 5px calc(20 / 375 * 100%);
    margin: 0 calc(-20 / 375 * 100%);
  }
}

@media screen and (min-width: 769px) {
  .work-shop-cards {
    gap: 32px 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.work-shop-card {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 4px;
  position: relative;
}

.work-shop-card.work-shop-card--benefit .work-shop-card__thumb {
  position: relative;
}

.work-shop-card.work-shop-card--benefit .work-shop-card__thumb::after {
  content: '';
  width: 40px;
  height: 54px;
  background: url('../images/thanksgiving/label_apdx.png') no-repeat center / cover;
  position: absolute;
  bottom: -10px;
  right: 8px;
}

@media not all and (min-width: 769px) {
  .work-shop-card {
    scroll-snap-align: center;
    width: calc((320 / 375) * 100%);
    flex-shrink: 0;
  }
}

@media screen and (min-width: 769px) {
  .work-shop-card {
    width: calc((100% - 48px) / 4);
  }
}

.work-shop-card__tag {
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  background-color: #F3C7A7;
  padding: 3px 12px 5px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.work-shop-card__thumb img {
  aspect-ratio: 236 / 140;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-shop-card__info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 16px;
  position: relative;
}

.work-shop-card__schedule {
  display: flex;
  gap: 4px;
  justify-content: space-between;
  align-items: baseline;
  letter-spacing: -0.05em;
}

.work-shop-card__schedule-date {
  font-size: 0.875rem;
}

.work-shop-card__schedule-date span {
  font-size: 1.5rem;
  font-weight: bold;
}

.work-shop-card__schedule-time {
  font-size: 1rem;
  font-weight: bold;
}

.work-shop-card__title {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 8px;
}

.work-shop-card__detail {
  display: inline-flex;
  width: 100%;
  gap: 8px;
  align-items: baseline;
  font-size: 0.75rem;
  margin-top: 4px;
}

.work-shop-card__detail::before {
  flex-shrink: 0;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #697180;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: top 0 center;
  -webkit-mask-position: top 0 center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.work-shop-card__detail.work-shop-card__detail--time::before {
  mask-image: url("../images/thanksgiving/field_time.svg");
  -webkit-mask-image: url("../images/thanksgiving/field_time.svg");
}

.work-shop-card__detail.work-shop-card__detail--place::before {
  mask-image: url("../images/thanksgiving/map_pin.svg");
  -webkit-mask-image: url("../images/thanksgiving/map_pin.svg");
}

.work-shop-card__bottom {
  text-align: center;
  padding-top: 16px;
  margin-top: auto;
}

.work-shop-card__amount {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  align-items: baseline;
}

.work-shop-card__tax-text {
  flex-shrink: 0;
  font-size: 0.75rem;
}

.work-shop-card__price {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: right;
  word-break: break-all;
  color: #D63333;
}

.work-shop-card__price span {
  font-size: 0.75rem;
}

.work-shop-card__button {
  max-width: 335px;
  margin: 16px auto 0;
}


/* more-event-button
-------------------------*/
.more-event-button {
  width: 280px;
}

@media not all and (min-width: 769px) {
  .more-event-button {
    margin: 40px auto 0;
  }
}

@media screen and (min-width: 769px) {
  .more-event-button {
    margin: 56px auto 0;
  }
}


/* button-container
-------------------------*/
.button-container {
  width: 280px;
  margin: 40px auto 0;
}





/* page-bottom
-------------------------*/
.page-bottom {
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #BEA78C;
}

.page-bottom .button-container {
  margin-top: 0;
}

@media not all and (min-width: 769px) {
  .page-bottom .button-container {
    padding: 90px 1rem;
  }
}

@media screen and (min-width: 769px) {
  .page-bottom .button-container {
    padding: 56px 1rem;
  }
}


/* venue
-------------------------*/
.venue__tab-switchers {
  display: flex;
  gap: 16px 8px;
  padding-bottom: 8px;
  margin-top: 32px;
}

.venue__tab-switcher {
  flex-shrink: 0;
  font-size: 0.875rem;
  color: #4C2501;
  line-height: 0.7;
  padding: 16px;
  background-color: #FAF6EF;
  border-radius: 4px;
  cursor: pointer;
  transition: all .3s;
  width: calc(50% - 4px);
  text-align: center;
}

.venue__tab-switcher.is-active {
  color: #FFFFFF;
  background-color: #f08233;
  position: relative;
  cursor: default;
}

.venue__tab-switcher.is-active::after {
  display: block;
  content: '';
  width: 16px;
  height: 8px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #f08233;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}

.venue__tab-contents {
  margin-top: 32px;
}

@media not all and (min-width: 769px) {
  .venue__tab-switchers {
    overflow-x: auto;
    padding-inline: calc(20 / 375 * 100%);
    margin-inline: calc(-20 / 375 * 100%);
  }

  .venue__tab-switcher {
    flex-shrink: 0;
  }
}

@media screen and (min-width: 769px) {
  .venue__tab-switchers {
    flex-wrap: wrap;
  }
}

@media (hover: hover) {
  .venue__tab-switcher:hover {
    color: #ffffff;
    background-color: #f08233;
  }
}

/* venue-contents
-------------------------*/
.venue-contents {
  display: none;
}

.venue-contents.is-active {
  display: block;
}

.venue-contents__info {
  display: grid;
  color: #4C2501;
}

.venue-contents__image {
  grid-area: image;
}

.venue-contents__date {
  grid-area: date;
  font-size: 1.625rem;
}

.venue-contents__place {
  grid-area: place;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: auto;
}

.venue-contents__program {
  grid-area: program;
  font-size: 0.875rem;
  font-weight: bold;
}

.venue-contents__detail {
  grid-area: detail;
  font-size: 0.875rem;
}

.venue-contents__access {
  grid-area: access;
  width: 100%;
  max-width: 160px;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  color: #f08233;
  padding: 8px 1rem;
  border: 1px solid #f08233;
  border-radius: 100px;
  background-color: #ffffff;
  margin-inline: auto;
  transition: all .3s;
}

.venue-contents__seminar {
  margin-top: 112px;
}

.venue-contents__workshop {
  margin-top: 80px;
}

.venue-contents__souvenir {
  margin-top: 80px;
}

@media not all and (min-width: 769px) {
  .venue-contents__info {
    gap: 8px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas:
      "image"
      "date"
      "place"
      "program"
      "detail"
      "access";
  }

  .venue-contents__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 335 / 200;
  }

  .venue-contents__date {
    margin-top: 16px;
  }

  .venue-contents__place {
    margin-top: 24px;
  }

  .venue-contents__detail {
    margin-top: 10px;
  }

  .venue-contents__access {
    margin-top: 22px;
  }

  .venue-contents__campaigns {
    margin-top: 50px;
  }

}

@media screen and (min-width: 769px) {
  .venue-contents__info {
    gap: 8px 24px;
    grid-template-rows: auto 1fr auto auto auto;
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "image date"
      "image place"
      "image program"
      "image detail"
      "image access";
  }

  .venue-contents__campaigns {
    margin-top: 60px;
  }

  .venue-contents__image {
    max-width: 434px;
  }

  .venue-contents__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 434 / 260;
  }

  .venue-contents__access {
    margin-top: 24px;
  }
}

@media (hover: hover) {
  .venue-contents__access:hover {
    color: #ffffff;
    background-color: #f08233;
  }
}

/* 202510/30追加 */
@media (max-width: 767px) {
  .guest-main-card {
    /* flex-direction: column を適用するために display: flex が必要です */
    display: flex;
    flex-direction: column;
    /* 要素を縦方向に並べる */
    align-items: center;
    /* カード内の要素（画像と詳細）を中央に寄せる */
    text-align: center;
    /* カード内のテキストを中央揃えにする（タイトルなど） */
    padding: 20px;
    /* 必要に応じてパディングを設定 */
  }

  /* 画像コンテナのスタイル調整 */
  .guest-main-card .ui-static-image {
    width: 100%;
    /* 親要素に合わせて幅を100%にする */
    max-width: 300px;
    /* 画像の最大幅を設定し、大きくなりすぎないように制御 */
    margin-bottom: 20px;
    /* 画像と下のテキストの間隔 */
  }

  /* 画像のアスペクト比を維持しつつ、上部に表示 */
  .guest-main-card .ui-static-image-aspect-ratio-3x2 {
    /* アスペクト比3:2のまま、画像が枠に収まるように調整 */
    height: auto;
    /* widthとmax-widthでサイズは制御済み */
  }

  /* 画像の下のタイトルと詳細のコンテナ */
  .guest-main-card .ui-static-item-card-details {
    width: 100%;
    /* 幅をいっぱいに使う */
    /* text-align: center; は .guset-main-card に設定済み */
    padding-left: 0;
    padding-right: 0;
  }

  /* タイトルを中央揃えにする（既存クラスを上書き） */
  .gest-main-card .ui-static-heading {
    text-align: center !important;
    /* 中央寄せを強制 */
    margin-bottom: 10px;
    /* タイトルと説明文の間隔 */
  }

  /* 説明文（Kumu Hula Kawena Mann の部分）のスタイル */
  .guest-main-card .ui-static-item-card-description {
    text-align: left;
    /* 説明文は読みやすさのため左揃えに戻しても良い */
    margin-top: 10px;
    line-height: 1.6;
  }

}

.event__detail-box {
  display: flex;
  margin: 16px 0;
}

.event__detail-box .event__detail-img {
  display: flex;
  align-items: center;
  width: 20%;
  /* 画像の横幅専有パーセンテージ */
  margin: 0 auto;
}

.event__detail-box .event__detail-text {
  flex: 1;
  min-width: 0;
  margin: 0 0 0 20px;
  padding: 0;
}


@media screen and (max-width: 767px) {
  .event__detail-box {
    display: block;
  }

  .event__detail-box .event__detail-img {
    width: 100%;
  }

  .event__detail-box .event__detail-text {
    margin: 16px 0;
    padding: 0;
  }


}