.heroArea {
  background-image: url("/ginza/assets/img/main_22floor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 340px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .heroArea {
    background-image: url("/ginza/assets/img/main_22floor_sp.png");
    height: 184px;
  }
}
.heroArea__titleBox {
  background: #000;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heroArea__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: normal;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .heroArea__title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1281px) {
  .l-wrapper--catering-service {
    overflow: visible;
  }
}
.catering-page {
  background: #F5F1EE;
}

.catering-layout {
  display: grid;
  grid-template-columns: 1fr minmax(0, 960px) 1fr;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .catering-layout {
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding: 0 16px;
  }
}

.catering-sidebar {
  width: 280px;
  flex-shrink: 0;
  grid-column: 1;
  justify-self: end;
}
@media screen and (max-width: 1280px) {
  .catering-sidebar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .catering-sidebar {
    width: 100%;
    grid-column: 1;
    justify-self: stretch;
  }
}

.catering-content {
  grid-column: 2;
  background: #fff;
  padding: 40px 50px 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .catering-content {
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .catering-content {
    grid-column: 1;
    padding: 28px 16px 40px;
    gap: 30px;
  }
}

.serviceCard[id],
.optionCard[id] {
  scroll-margin-top: 120px;
}

@media screen and (max-width: 768px) {
  section[id] {
    scroll-margin-top: 61px;
  }
  .serviceCard[id],
  .optionCard[id] {
    scroll-margin-top: 61px;
  }
}
.sidebarNav {
  background: #faf9f7;
  padding: 64px 16px;
  position: sticky;
  top: 0px;
  border-radius: 4px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  overscroll-behavior: contain;
}
@media screen and (max-width: 768px) {
  .sidebarNav {
    position: static;
  }
}
.sidebarNav__section {
  margin-bottom: 0;
}
.sidebarNav__section + .sidebarNav__section {
  margin-top: 16px;
}
.sidebarNav__header {
  width: 100%;
  background: #916c52;
  color: #fff;
  border: none;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  transition: opacity 0.3s;
}
.sidebarNav__header:hover {
  opacity: 0.9;
}
.sidebarNav__caret {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
  flex-shrink: 0;
}
.sidebarNav__caret svg {
  display: block;
  width: 13px;
  height: 8px;
}
.sidebarNav__header.is-active .sidebarNav__caret {
  transform: rotate(0deg);
}
.sidebarNav__header:not(.is-active) .sidebarNav__caret {
  transform: rotate(180deg);
}
.sidebarNav__content {
  padding: 8px 0;
}
.sidebarNav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebarNav__item {
  margin: 0;
  padding: 0;
}
.sidebarNav__link {
  display: block;
  padding: 6px 8px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  transition: color 0.3s, background 0.3s;
}
.sidebarNav__link:hover {
  color: #916c52;
  background: rgba(145, 108, 82, 0.05);
}
.sidebarNav__footer {
  margin-top: 24px;
}
.sidebarNav__footerLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  color: #916c52;
  text-decoration: none;
  font-size: 32px;
  font-weight: 700;
  border-bottom: 2px solid #916c52;
  letter-spacing: 0.02em;
}
.sidebarNav__footerLink span {
  color: var(--tya, #916C52);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.sidebarNav__footerLink:last-of-type {
  margin-top: 24px;
}
.sidebarNav__externalIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #916c52;
}
.sidebarNav__externalIcon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.serviceNav {
  background: transparent;
  padding: 0;
}
.serviceNav__lead {
  margin: 0 auto 40px;
  max-width: 920px;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .serviceNav__lead {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 28px;
  }
}
.serviceNav__grid {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 242px);
  gap: 22px 28px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .serviceNav__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 576px) {
  .serviceNav__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.serviceNav__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  padding: 14px 12px;
  border: 1px solid #916c52;
  color: #916c52;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  background: #fff;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.serviceNav__button:hover, .serviceNav__button:focus-visible {
  background: #916c52;
  color: #fff;
  border-color: #916c52;
}
@media screen and (max-width: 768px) {
  .serviceNav__button {
    min-height: 58px;
    font-size: 14px;
  }
}

.serviceSection__titleBar {
  background: #916c52;
  padding: 10px 16px;
}
.serviceSection__title {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .serviceSection__title {
    font-size: 18px;
  }
}
.serviceSection__inner {
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .serviceSection__inner {
    padding: 20px 0 0;
  }
}
.serviceSection__description {
  margin: 0 0 18px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .serviceSection__description {
    font-size: 14px;
  }
}
.serviceSection__deadlines {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 24px;
}
.serviceSection__note {
  margin: 18px 0 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
}

.serviceDeadline__label {
  margin: 0;
  background: #f6ece5;
  border-left: 4px solid #916c52;
  padding: 10px 14px;
  font-weight: 500;
  color: #916c52;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .serviceDeadline__label {
    font-size: 18px;
  }
}
.serviceDeadline__value {
  margin: 16px 0 0;
  color: #333;
  font-weight: 500;
}

.serviceCardGrid {
  display: grid;
  grid-template-columns: repeat(3, 280px);
  gap: 26px 30px;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .serviceCardGrid {
    grid-template-columns: repeat(2, 280px);
  }
}
@media screen and (max-width: 576px) {
  .serviceCardGrid {
    grid-template-columns: 100%;
  }
}

.serviceCard {
  display: flex;
  flex-direction: column;
  width: 280px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .serviceCard {
    width: 100%;
  }
}
.serviceCard__image {
  width: 100%;
  aspect-ratio: 4/3;
  background: white;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .serviceCard__image {
    display: flex;
    justify-content: center;
  }
}
.serviceCard__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .serviceCard__image img {
    max-width: 280px;
  }
}
.serviceCard__image--placeholder {
  background: #cfcfcf;
}
.serviceCard__title {
  margin: 14px 0 12px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
.serviceCard__title.small {
  font-size: 18px;
}
.serviceCard__list {
  list-style: none;
  margin: 0;
  padding: 12px 0 0;
  border-top: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  flex: 1;
}
.serviceCard__list li {
  display: grid;
  grid-template-columns: 144px 1fr;
  column-gap: 9px;
  align-items: start;
}
.serviceCard__list li > * {
  min-width: 0;
}
@media screen and (max-width: 576px) {
  .serviceCard__list li {
    grid-template-columns: 144px 1fr;
    column-gap: 12px;
  }
}
.serviceCard__label {
  position: relative;
  padding-left: 16px;
  white-space: nowrap;
  font-weight: 500;
}
.serviceCard__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #916c52;
  position: absolute;
  left: 0;
  top: 0.55em;
}
.serviceCard__value {
  font-weight: 500;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-break: strict;
}
@media screen and (max-width: 576px) {
  .serviceCard__value {
    white-space: normal;
  }
}
.serviceCard__value--wrap {
  white-space: normal;
}
.serviceCard__button {
  margin-top: 22px;
  border: 1px solid #916c52;
  color: #916c52;
  text-decoration: none;
  text-align: center;
  padding: 12px 10px;
  font-weight: 500;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.serviceCard__button:hover, .serviceCard__button:focus-visible {
  background: #916c52;
  color: #fff;
  border-color: #916c52;
}

.optionCardGrid {
  display: grid;
  grid-template-columns: repeat(3, 280px);
  gap: 26px 30px;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .optionCardGrid {
    grid-template-columns: repeat(2, 280px);
  }
}
@media screen and (max-width: 576px) {
  .optionCardGrid {
    grid-template-columns: 280px;
  }
}

.optionCard {
  width: 280px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.optionCard__image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #fff;
}
.optionCard__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.optionCard__title {
  margin: 14px 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.optionCard__text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  flex: 1;
}
.optionCard__button {
  margin-top: 18px;
  border: 1px solid #916c52;
  color: #916c52;
  text-decoration: none;
  text-align: center;
  padding: 12px 10px;
  font-weight: 500;
}

body.is-modal-open {
  overflow: hidden;
}

.serviceModal {
  position: fixed;
  inset: 0;
  z-index: 1000;
}

.serviceModal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.serviceModal__dialog {
  position: relative;
  margin: 80px auto;
  width: min(694px, 100% - 40px);
  background: #fff;
  padding: 24px 24px 28px;
}

.serviceModal__close {
  position: absolute;
  top: 0px;
  right: 4px;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.serviceModal__close::before, .serviceModal__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #333;
  transform-origin: center;
}
.serviceModal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.serviceModal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.serviceModal__title {
  margin: 0 0 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.serviceModal__top {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  align-items: start;
}

.serviceModal__image {
  width: 280px;
}

.serviceModal__image img {
  width: 100%;
  height: auto;
  display: block;
}

.serviceModal__imagePlaceholder {
  width: 280px;
  aspect-ratio: 4/3;
  background: #cfcfcf;
}

.serviceModal__list {
  align-self: center;
}
.serviceModal__list .serviceCard__list {
  border-top: none;
  padding-top: 0;
}

.serviceModal__content {
  margin-top: 18px;
}

.serviceModal__text p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
}

.serviceModal__action {
  display: block;
  width: 100%;
  margin-top: 22px;
  border: 1px solid #916c52;
  color: #916c52;
  text-decoration: none;
  text-align: center;
  padding: 16px 10px;
  font-weight: 500;
  font-size: 16px;
  background: #fff;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.serviceModal__action:hover, .serviceModal__action:focus-visible {
  background: #916c52;
  color: #fff;
  border-color: #916c52;
}

.serviceModal__action--campaign {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .serviceModal__dialog {
    margin: 0;
    padding: 30px 16px 22px;
    max-height: calc(100dvh - 80px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .serviceModal__top {
    grid-template-columns: 1fr;
  }
  .serviceModal__body {
    overflow: auto;
    min-height: 0;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .serviceModal__content {
    padding-bottom: 1px;
  }
}
.catering__outer--bgColor {
  background-color: #F5F1EE;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .catering__outer--bgColor {
    padding: 28px 0 40px;
  }
}
.catering__container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .catering__container {
    flex-direction: column;
    padding: 0 16px;
  }
}
.catering__inner {
  width: 100%;
  max-width: 100%;
  background: #fff;
  padding: 80px 30px;
}
@media screen and (max-width: 768px) {
  .catering__inner {
    padding: 40px 16px;
  }
}
.catering__topSection {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .catering__topSection {
    margin-bottom: 40px;
  }
}
.catering__topSubtitle {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}
.catering__topTitle {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .catering__topTitle {
    font-size: 24px;
  }
}
.catering__topDescription {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .catering__topDescription {
    font-size: 14px;
    line-height: 1.8;
  }
}
.catering__categoryFilters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 30px;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .catering__categoryFilters {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 24px;
  }
}
.catering__categoryBtn {
  padding: 12px 20px;
  border: 1px solid #d0d0d0;
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
  text-align: center;
}
.catering__categoryBtn:hover {
  background: #e8e8e8;
}
.catering__categoryBtn--active {
  background: #666;
  color: #fff;
  border-color: #666;
}
.catering__categoryBtn--active:hover {
  background: #555;
}
@media screen and (max-width: 768px) {
  .catering__categoryBtn {
    padding: 10px 16px;
    font-size: 12px;
  }
}
.catering__divider {
  height: 1px;
  background: #d4c4b0;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .catering__divider {
    margin: 24px 0;
  }
}
.catering__flowSteps {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .catering__flowSteps {
    gap: 24px;
    margin-top: 24px;
  }
}
.catering__flowStep {
  padding-left: 20px;
}
.catering__flowStepTitle {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .catering__flowStepTitle {
    font-size: 18px;
  }
}
.catering__flowStepText {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .catering__flowStepText {
    font-size: 14px;
    line-height: 1.8;
  }
}
.catering__content {
  display: block;
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .catering__content {
    padding: 0 0 40px;
  }
}
.catering__sectionTitle {
  background: #916c52;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 16px 24px;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .catering__sectionTitle {
    font-size: 20px;
    padding: 12px 20px;
    margin-bottom: 20px;
  }
}
.catering__description {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .catering__description {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 24px;
  }
}
.catering__cardGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 44px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .catering__cardGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 576px) {
  .catering__cardGrid {
    grid-template-columns: 1fr;
  }
}
.catering__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .catering__card {
    gap: 12px;
  }
}
.catering__cardImage {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f5f5f5;
}
.catering__cardImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.catering__cardContent {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.catering__cardTitle {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .catering__cardTitle {
    font-size: 16px;
  }
}
.catering__cardDescription {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  margin: 0;
  flex: 1;
}
.catering__cardButton {
  margin-top: auto;
}
.catering__cardLink {
  display: inline-block;
  padding: 10px 20px;
  background: #d4c4b0;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 4px;
  width: 100%;
}
.catering__cardLink:hover {
  background: #c4b4a0;
}
@media screen and (max-width: 768px) {
  .catering__cardLink {
    padding: 8px 16px;
    font-size: 12px;
  }
}
.catering__card--meetingRoom .catering__cardDetails {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 12px 0;
}
.catering__card--meetingRoom .catering__cardDetailRow {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.catering__card--meetingRoom .catering__cardDetailLabel {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  width: 80px;
  flex-shrink: 0;
}
.catering__card--meetingRoom .catering__cardDetailValue {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  flex: 1;
}/*# sourceMappingURL=style.css.map */