@charset "UTF-8";
/* ===== リセット ===== */
.footer:not(.brandTop-footer) {
  margin-block-start: 0;
}

.breadcrumb {
  font-family: var(--font-gothic);
  inline-size: 100%;
  margin-inline: auto;
}

/* ===== 共通 ===== */
:root {
  --font-gothic: "Noto Sans JP", sans-serif;
  --font-serif: "Noto Serif JP", serif;
  --font-en: "Pinyon Script", cursive;
  --color-typo: #786346;
  --color-brown: #A58D5F;
  --color-brown-50: rgba(165, 141, 95, .5);
  --color-white: #FFFFFF;
  --font-10: 0.85em;
  --font-12: 1.02em;
  --font-13: 1.07em;
  --font-14: 1.2em;
  --font-18: 1.54em;
  --font-24: 1.96em;
}

.afternoon-cont {
  color: var(--color-typo);
  font-family: var(--font-serif);
}
.afternoon-cont p {
  line-height: 2.4;
}
.afternoon-cont button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  text-align: inherit;
}

:is(.afternoon-header, .afternoon-section) .__inner {
  inline-size: 100%;
  margin-inline: auto;
}

.afternoon-mv {
  position: relative;
  font-family: var(--font-serif);
  font-weight: 700;
}
.afternoon-mv span {
  position: absolute;
  inset-inline: 0;
  inset-block-start: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  inline-size: 100%;
  block-size: 100%;
  color: var(--color-white);
  text-align: center;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

.afternoon-intro {
  font-weight: 500;
}

/* ----- button ----- */
.afternoon-button {
  display: flex;
  padding: min(6px, 1.6vmin);
  margin-inline: auto;
  background: var(--color-brown);
  inline-size: 100%;
  color: var(--color-white);
  font-weight: 500;
}
.afternoon-button span {
  display: flex;
  justify-content: center;
  align-items: center;
  max-inline-size: 100%;
  inline-size: 100%;
  padding: min(12px, 3.2vmin);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.afternoon-button.__border {
  background: var(--color-white);
  color: var(--color-brown);
  border: 1px solid var(--color-brown);
}
.afternoon-button.__border span {
  border-color: rgba(165, 141, 95, 0.5);
}
.afternoon-button:is(.__copy, .__return) {
  position: relative;
  align-items: center;
}
.afternoon-button:is(.__copy, .__return)::before {
  position: absolute;
  content: "";
  aspect-ratio: 1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.afternoon-button:is(.__copy, .__return) span {
  border: hidden;
}
.afternoon-button.__copy {
  font-family: var(--font-serif);
  transition: all 0.3s ease 0s;
}
.afternoon-button.__copy::before {
  background-image: url(https://gigaplus.makeshop.jp/laduree01/img/contents/freepage/afternoon/img_copy.svg);
}
.afternoon-button.__copy .__success {
  display: none;
}
.afternoon-button.__return::before {
  background-image: url(https://gigaplus.makeshop.jp/laduree01/img/contents/freepage/afternoon/img_arrow.svg);
}

/* ===== index ===== */
.afternoon-index-section .__inner {
  border-block-start: 1px solid rgba(120, 99, 70, 0.3);
}

.afternoon-section__heading {
  font-weight: 700;
  line-height: 1.4;
}

.afternoon-list__date {
  font-weight: 700;
  line-height: 2;
  border-block: 1px solid var(--color-typo);
}

.afternoon-list__description {
  font-weight: 500;
}

.afternoon-section.afternoon-index-footer .__inner {
  padding-block-start: 0;
}

/* ===== lower ===== */
.afternoon-section.afternoon-lower-section .__inner {
  padding-block-start: 0;
}

.afternoon-title {
  line-height: 1.4;
  font-weight: 700;
}

/* ----- slider ----- */
.swiper-slide__text {
  display: flex;
  justify-content: center;
  align-items: center;
  block-size: 100%;
  inline-size: 100%;
  line-height: 2;
}

.thumbnail-slider {
  border-block-start: 1px solid rgba(120, 99, 70, 0.3);
}
.thumbnail-slider .swiper-slide {
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

/* ----- afternoon-detail ----- */
.afternoon-detail-wrap {
  background: #FAF7F1;
}

.afternoon-detail-heading {
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

.afternoon-detail {
  text-align: start;
}

.afternoon-detail__item {
  border-block-start: 1px solid var(--color-brown);
}
.afternoon-detail__item:first-child {
  border-block-start-width: 2px;
}
.afternoon-detail__item:last-child {
  border-block-end: 2px solid var(--color-brown);
}

.afternoon-detail__title {
  padding-inline-start: min(20px, 5.3333333333vmin);
  font-weight: 700;
  line-height: 2;
  border-inline-start: min(5px, 1.3333333333vmin) solid rgba(120, 99, 70, 0.7);
}

.afternoon-detail__text {
  font-weight: 500;
  line-height: 2.4;
}

.afternoon-detail-sub__title {
  font-weight: 700;
  line-height: 2;
}

.afternoon-detail-sub__item {
  font-weight: 500;
  line-height: 2.4;
}

@media (hover: hover) {
  .thumbnail-slider .swiper-slide:hover {
    opacity: 0.7;
  }
  .afternoon-button.__copy:hover {
    opacity: 0.7;
  }
}
@media screen and (width < 769px) {
  /* ===== 共通 ===== */
  .pc-only {
    display: none !important;
  }
  .breadcrumb.freepage-breadcrumb {
    padding-inline: 3.2%;
  }
  :is(.afternoon-header, .afternoon-section) .__inner {
    padding-block: 40px;
  }
  .afternoon-mv span {
    font-size: 2.2em;
  }
  .afternoon-intro {
    padding-inline: 3.2%;
    font-size: var(--font-13);
  }
  /* ----- button ----- */
  .afternoon-button {
    min-block-size: 60px;
    font-size: var(--font-13);
  }
  /* ===== index ===== */
  .afternoon-section__heading {
    margin-block-end: 28px;
    font-size: var(--font-24);
  }
  .afternoon-index-section .__inner > * + * {
    margin-block-start: 28px;
  }
  .afternoon-section__heading {
    padding-inline: 3.2%;
  }
  .afternoon-list__info {
    padding-inline: 3.2%;
  }
  .afternoon-list__info > * + * {
    margin-block-start: 24px;
  }
  .afternoon-list__date {
    padding-block: 12px;
    font-size: var(--font-13);
  }
  .afternoon-list__description {
    font-size: var(--font-13);
  }
  .afternoon-index-footer .__inner {
    padding-inline: 3.2%;
  }
  /* ===== lower ===== */
  .afternoon-title {
    margin-block-end: 28px;
    font-size: var(--font-24);
  }
  .afternoon-lower-section {
    padding-inline: 3.2%;
  }
  /* ----- slider ----- */
  .swiper-slide__text {
    padding-block: 12px;
    font-size: var(--font-12);
  }
  .thumbnail-slider {
    padding-block-start: 12px;
  }
  /* ----- afternoon-detail ----- */
  .afternoon-detail-wrap {
    margin-block-start: 28px;
    padding: 20px min(12px, 3.2vmin);
  }
  .afternoon-detail-heading {
    margin-block-end: 16px;
    font-size: var(--font-18);
  }
  .afternoon-detail__item {
    padding-block: 24px;
  }
  .afternoon-detail__title {
    padding-inline-start: min(16px, 4.2666666667vmin);
    font-size: var(--font-14);
  }
  .afternoon-detail__text {
    margin-block-start: 16px;
    font-size: var(--font-13);
  }
  .afternoon-detail__text .attention-list {
    margin-block-start: 15px;
    font-size: 0.9em;
  }
  .afternoon-detail-sub__item + .afternoon-detail-sub__item {
    margin-block-start: 20px;
  }
  .afternoon-button.__reservation {
    margin-block-start: 28px;
  }
  .afternoon-button.__reservation:is(.__copy, .__return)::before {
    inset-inline-start: min(16px, 4.2666666667vmin);
    inline-size: min(24px, 6.4vmin);
  }
  .afternoon-section__bottom {
    margin-block-start: 28px;
  }
  .afternoon-section__bottom > * + * {
    margin-block-start: 16px;
  }
}
@media screen and (769px <= width) {
  /* ===== 共通 ===== */
  .sp-only {
    display: none !important;
  }
  .breadcrumb {
    max-inline-size: 1024px;
  }
  :is(.afternoon-header, .afternoon-section) .__inner {
    max-inline-size: 1024px;
    padding-block: 72px;
  }
  .afternoon-mv span {
    font-size: 3.5em;
  }
  .afternoon-intro {
    font-size: 1.125em;
  }
  /* ----- button ----- */
  .afternoon-button {
    min-block-size: 72px;
    font-size: 1.125em;
  }
  .afternoon-button:is(.__copy, .__return)::before {
    inset-inline-start: 24px;
    inline-size: 32px;
  }
  /* ===== index ===== */
  .afternoon-section__heading {
    margin-block-end: 64px;
    font-size: 2em;
  }
  .afternoon-index-section .__inner > * + * {
    margin-block-start: 64px;
  }
  .afternoon-list__info > * + * {
    margin-block-start: 32px;
  }
  .afternoon-list__date {
    padding-block: 16px;
    font-size: 1.125em;
  }
  .afternoon-list__description {
    font-size: 1.125em;
  }
  /* ===== lower ===== */
  .afternoon-title {
    margin-block-end: 56px;
    font-size: 2em;
  }
  /* ----- slider ----- */
  .swiper-slide__text {
    padding-block: 32px;
    font-size: 1em;
  }
  .thumbnail-slider {
    padding-block-start: 32px;
  }
  /* ----- afternoon-detail ----- */
  .afternoon-detail-wrap {
    margin-block-start: 64px;
    padding: 28px 32px;
  }
  .afternoon-detail-heading {
    margin-block-end: 24px;
    font-size: 1.5em;
  }
  .afternoon-detail__item {
    padding-block: 28px;
  }
  .afternoon-detail__title {
    font-size: 1.2em;
  }
  .afternoon-detail__text {
    margin-block-start: 20px;
    font-size: 1.125em;
  }
  .afternoon-detail-sub__item + .afternoon-detail-sub__item {
    margin-block-start: 20px;
  }
  .afternoon-detail__text .attention-list {
    margin-block-start: 4px;
    font-size: 0.9em;
  }
  .afternoon-button.__reservation {
    margin-block-start: 64px;
  }
  .afternoon-section__bottom {
    margin-block-start: 64px;
    max-inline-size: 500px;
    margin-inline: auto;
  }
  .afternoon-section__bottom > * + * {
    margin-block-start: 24px;
  }
}
/* ===== 260330_キャスキッドソン アフタヌーンティー ===== */
.afternoon-detail-wrap:has(.__reservation) .afternoon-detail .afternoon-detail__item:last-child {
  border-block-end: 0;
}

/* -- ご予約について -- */
.afternoon-detail__item:is(.__reservation, .__period) {
  display: grid;
  justify-content: center;
}

.afternoon-detail__item.__reservation {
  text-align: center;
}

.afternoon-detail__heading {
  font-weight: 700;
  text-align: center;
}

.reservation-text {
  line-height: 2.4;
  font-weight: 500;
}

/* -- 期間 -- */
.afternoon-detail__item.__period {
  border-block-end: 1px solid var(--color-typo);
  line-height: 2.4;
}
.afternoon-detail__item.__period p {
  text-align: start;
}

.cathkidston-button {
  max-inline-size: 800px;
}

@media screen and (width < 769px) {
  /* -- ご予約について -- */
  .afternoon-detail__heading {
    font-size: 1.25em;
  }
  .afternoon-detail__item.__reservation {
    gap: min(16px, 4.266667vmin);
  }
  .reservation-text {
    font-size: var(--font-13);
  }
  /* -- 期間 -- */
  .afternoon-detail__item.__period {
    grid-template-columns: 57% 34.3333333333%;
    gap: 4.8333333333%;
  }
}
@media screen and (769px <= width) {
  /* -- ご予約について -- */
  .afternoon-detail__heading {
    font-size: 1.25em;
  }
  .afternoon-detail__item.__reservation {
    gap: 20px;
  }
  .reservation-text {
    font-size: 1.125em;
  }
  /* -- 期間 -- */
  .afternoon-detail__item.__period {
    grid-template-columns: 241px 142px;
    gap: 40px;
  }
}/*# sourceMappingURL=afternoon.css.map */