@charset "UTF-8";
body {
  background-color: var(--color-beige);
}

/* ==============================
      FV セクション
============================== */
.cafe-fv {
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.cafe-fv .cafe-fv__left {
  width: 50%;
  position: relative;
}
.cafe-fv .cafe-fv__left::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 16vw;
  height: 16vw;
  background-image: url(../images/cafe-logo.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cafe-fv .cafe-fv__left img {
  width: 100%;
}
.cafe-fv .cafe-fv__right {
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding: 40px 0;
}
.cafe-fv .cafe-fv__right .cafe-fv__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cafe-fv .cafe-fv__right .cafe-fv__title h1 {
  font-family: var(--font-family-cormorant);
}
.cafe-fv .cafe-fv__right .cafe-fv__title h1 .cafe-fv__title-main {
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 5%;
}
.cafe-fv .cafe-fv__right .cafe-fv__title h1 .cafe-fv__title-amp {
  font-size: 4rem;
  font-weight: 400;
}
.cafe-fv .cafe-fv__right .cafe-fv__title::after {
  display: block;
  width: 1px;
  height: 33vh;
  content: "";
  background-color: #000;
}
.cafe-fv .cafe-fv__right p {
  margin-top: 24px;
  letter-spacing: 1.28px;
  font-weight: 500;
}

/* ==============================
      Welcome セクション
============================== */
.cafe-welcome {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
  padding: 160px 5%;
}
.cafe-welcome .cafe-welcome__img {
  width: 25%;
}
.cafe-welcome .cafe-welcome__img img {
  width: 100%;
}
.cafe-welcome .cafe-welcome__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 50%;
}
.cafe-welcome .cafe-welcome__label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}
.cafe-welcome .cafe-welcome__label::before, .cafe-welcome .cafe-welcome__label::after {
  display: block;
  content: "";
  width: 1vw;
  height: 1px;
  background-color: #ffffff;
}
.cafe-welcome .cafe-welcome__label-text {
  font-family: var(--font-family-zen);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 3.2px;
}
.cafe-welcome .cafe-welcome__title {
  font-family: var(--font-family-cormorant);
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-primary);
  margin-bottom: 24px;
}
.cafe-welcome .cafe-welcome__catch {
  font-family: var(--font-family-zen);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 2.4px;
  color: var(--color-primary);
  margin-bottom: 32px;
}
.cafe-welcome .cafe-welcome__desc {
  text-align: left;
  font-family: var(--font-family-zen);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.28px;
  color: var(--color-primary);
  margin-bottom: 48px;
}
.cafe-welcome .cafe-welcome__btn {
  display: inline-block;
  padding: 12px 40px;
  border: 1px solid var(--color-secondary);
  border-radius: 50px;
  font-family: var(--font-family-robot);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  color: var(--color-secondary);
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.cafe-welcome .cafe-welcome__btn:hover {
  background-color: var(--color-secondary);
  color: #fff;
}

/* ==============================
      Picture セクション
============================== */
.cafe-picture {
  width: 100%;
  display: flex;
  gap: 8px;
  padding: 0 8px;
  height: 70vh;
}
.cafe-picture .cafe-picture__col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cafe-picture .cafe-picture__col--1 {
  flex-shrink: 0;
  width: 12.5%;
}
.cafe-picture .cafe-picture__col--2 {
  flex-shrink: 0;
  width: 12.5%;
}
.cafe-picture .cafe-picture__col--3 {
  flex: 1;
}
.cafe-picture .cafe-picture__col--4 {
  width: 12.5%;
  flex-shrink: 0;
}
.cafe-picture .cafe-picture__col--5 {
  width: 12.5%;
  flex-shrink: 0;
}
.cafe-picture .cafe-picture__item {
  overflow: hidden;
}
.cafe-picture .cafe-picture__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cafe-picture .cafe-picture__item--tall {
  height: 100%;
}
.cafe-picture .cafe-picture__item--short {
  height: 168px;
  flex-shrink: 0;
}
.cafe-picture .cafe-picture__item--fill {
  flex: 1;
}
.cafe-picture .cafe-picture__item--large {
  height: 100%;
}

/* ==============================
      Profile セクション
============================== */
.cafe-profile {
  display: flex;
  align-items: center;
  gap: 96px;
  padding: 160px 96px;
}
.cafe-profile .cafe-profile__photo {
  flex: 1;
  overflow: hidden;
}
.cafe-profile .cafe-profile__photo img {
  width: 100%;
  aspect-ratio: 576/439;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cafe-profile .cafe-profile__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cafe-profile .cafe-profile__title {
  font-family: var(--font-family-cormorant);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-primary);
}
.cafe-profile .cafe-profile__body {
  display: flex;
  gap: 56px;
  padding-left: 56px;
  margin-left: 56px;
}
.cafe-profile .cafe-profile__line {
  display: block;
  width: 1px;
  flex-shrink: 0;
  background-color: #ffffff;
}
.cafe-profile .cafe-profile__text {
  font-family: var(--font-family-zen);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 4px;
  color: var(--color-primary);
  position: relative;
}
.cafe-profile .cafe-profile__text p + p {
  margin-top: 0;
}
.cafe-profile .cafe-profile__text::before {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 30%;
  background-color: #fff;
  top: 0;
  left: -56px;
}

/* ==============================
      Introduction セクション
============================== */
.cafe-intro .cafe-intro__row {
  display: flex;
  align-items: center;
  width: 100%;
}
.cafe-intro .cafe-intro__row .cafe-intro__photo {
  background-size: cover;
  background-position: center;
}
.cafe-intro .cafe-intro__row--lunch .cafe-intro__photo {
  background-image: url(../images/page-cafebistro__lunch.jpg);
}
.cafe-intro .cafe-intro__row--dinner .cafe-intro__photo {
  background-image: url(../images/page-cafebistro__dinner.jpg);
}
.cafe-intro .cafe-intro__row--table .cafe-intro__photo {
  background-image: url(../images/page-cafebistro__table.jpg);
}
.cafe-intro .cafe-intro__row--counter .cafe-intro__photo {
  background-image: url(../images/page-cafebistro__counter.jpg);
}
.cafe-intro .cafe-intro__row--terrace .cafe-intro__photo {
  background-image: url(../images/page-cafebistro__terrace.jpg);
}
.cafe-intro .cafe-intro__row--art .cafe-intro__photo {
  background-image: url(../images/page-cafebistro__art.jpg);
}
.cafe-intro .cafe-intro__photo {
  flex: 1;
  overflow: hidden;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}
.cafe-intro .cafe-intro__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cafe-intro .cafe-intro__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 80px;
  justify-content: center;
}
.cafe-intro .cafe-intro__row--narrow {
  height: 360px;
}
.cafe-intro .cafe-intro__row--narrow .cafe-intro__content {
  padding: 24px 80px;
}
.cafe-intro .cafe-intro__row--narrow:last-child {
  height: 400px;
}
.cafe-intro .cafe-intro__title {
  font-family: var(--font-family-cormorant);
  font-size: 80px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-primary);
}
.cafe-intro .cafe-intro__heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cafe-intro .cafe-intro__subtitle {
  font-family: var(--font-family-zen);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 2.4px;
  color: var(--color-primary);
}
.cafe-intro .cafe-intro__row--narrow .cafe-intro__subtitle {
  font-size: 25px;
  letter-spacing: 2.5px;
}
.cafe-intro .cafe-intro__line {
  display: block;
  width: 32px;
  height: 1px;
  background-color: var(--color-primary);
}
.cafe-intro .cafe-intro__time {
  font-family: var(--font-family-zen);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 3.5px;
  color: var(--color-primary);
}
.cafe-intro .cafe-intro__desc {
  font-family: var(--font-family-zen);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 4px;
  color: var(--color-primary);
}
.cafe-intro .cafe-intro__link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-secondary);
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
.cafe-intro .cafe-intro__link-text {
  font-family: var(--font-family-zen);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.7px;
  color: var(--color-secondary);
}
.cafe-intro .cafe-intro__link-arrow {
  display: block;
  width: 32px;
  height: 8px;
  position: relative;
}
.cafe-intro .cafe-intro__link-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-secondary);
}
.cafe-intro .cafe-intro__link-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-secondary);
  border-right: 1px solid var(--color-secondary);
  transform: translateY(-50%) rotate(45deg);
}

/* ==============================
      Menu セクション
============================== */
.cafe-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 80px 24px;
}
.cafe-menu .cafe-menu__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 20%;
  padding: 16px 32px;
  border: 1px solid var(--color-primary);
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.cafe-menu .cafe-menu__item:hover {
  background-color: var(--color-primary);
}
.cafe-menu .cafe-menu__item:hover .cafe-menu__name-text,
.cafe-menu .cafe-menu__item:hover .cafe-menu__time {
  color: #fff;
}
.cafe-menu .cafe-menu__item:hover .cafe-menu__icon-window::before, .cafe-menu .cafe-menu__item:hover .cafe-menu__icon-window::after {
  background-color: #fff;
}
.cafe-menu .cafe-menu__item:hover .cafe-menu__icon-window span {
  background-color: #fff;
}
.cafe-menu .cafe-menu__name {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cafe-menu .cafe-menu__name-text {
  font-family: var(--font-family-cormorant);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: var(--color-primary);
  transition: color 0.3s;
}
.cafe-menu .cafe-menu__icon-window {
  display: block;
  width: 11px;
  height: 11px;
  position: relative;
}
.cafe-menu .cafe-menu__icon-window::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  border: 1px solid var(--color-primary);
  transition: border-color 0.3s;
}
.cafe-menu .cafe-menu__icon-window::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 7px;
  border: 1px solid var(--color-primary);
  background-color: var(--color-beige, #e6dfbe);
  transition: border-color 0.3s, background-color 0.3s;
}
.cafe-menu .cafe-menu__time {
  font-family: var(--font-family-zen);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 3.5px;
  color: var(--color-primary);
  transition: color 0.3s;
}

/* ==============================
      Photo Gallery セクション
============================== */
.cafe-gallery {
  background-color: var(--color-primary);
  overflow: hidden;
  padding-top: 104px;
  position: relative;
  height: 803px;
}
.cafe-gallery .cafe-gallery__slider {
  width: 100%;
  overflow: hidden;
}
.cafe-gallery .cafe-gallery__track {
  display: flex;
  gap: 57px;
  align-items: flex-start;
  animation: gallery-scroll 30s linear infinite;
  width: -moz-max-content;
  width: max-content;
}
.cafe-gallery .cafe-gallery__item {
  flex-shrink: 0;
  overflow: hidden;
}
.cafe-gallery .cafe-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cafe-gallery .cafe-gallery__item--tall {
  width: 351px;
  height: 528px;
}
.cafe-gallery .cafe-gallery__item--small {
  width: 177px;
  height: 264px;
}
.cafe-gallery .cafe-gallery__item--wide {
  width: 526px;
  height: 397px;
}
.cafe-gallery .cafe-gallery__text {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-family-cormorant);
  font-size: 160px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
}

@keyframes gallery-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ==============================
      Instagram セクション
============================== */
.cafe-instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding: 80px;
  background-color: #dedede;
}
.cafe-instagram .cafe-instagram__account {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}
.cafe-instagram .cafe-instagram__icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
.cafe-instagram .cafe-instagram__name {
  font-family: var(--font-family-zen);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
  color: var(--color-primary);
  white-space: nowrap;
}
.cafe-instagram .cafe-instagram__grid {
  display: flex;
  gap: 28px;
}
.cafe-instagram .cafe-instagram__item {
  width: 164px;
  height: 158px;
  overflow: hidden;
  flex-shrink: 0;
}
.cafe-instagram .cafe-instagram__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (max-width: 1024px) {
  .cafe-instagram {
    gap: 40px;
    padding: 60px 40px;
  }
  .cafe-instagram .cafe-instagram__item {
    width: 130px;
    height: 125px;
  }
  .cafe-instagram .cafe-instagram__grid {
    gap: 16px;
  }
  .cafe-gallery {
    height: 600px;
    padding-top: 80px;
  }
  .cafe-gallery .cafe-gallery__item--tall {
    width: 250px;
    height: 380px;
  }
  .cafe-gallery .cafe-gallery__item--small {
    width: 130px;
    height: 190px;
  }
  .cafe-gallery .cafe-gallery__item--wide {
    width: 380px;
    height: 285px;
  }
  .cafe-gallery .cafe-gallery__track {
    gap: 40px;
  }
  .cafe-gallery .cafe-gallery__text {
    font-size: 100px;
  }
  .cafe-menu .cafe-menu__item {
    width: calc(50% - 4px);
  }
  .cafe-intro .cafe-intro__title {
    font-size: 56px;
  }
  .cafe-intro .cafe-intro__content {
    padding: 48px;
    gap: 20px;
  }
  .cafe-intro .cafe-intro__row--narrow .cafe-intro__content {
    padding: 24px 48px;
  }
  .cafe-intro .cafe-intro__subtitle {
    font-size: 20px;
  }
  .cafe-intro .cafe-intro__desc {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .cafe-profile {
    gap: 48px;
    padding: 100px 48px;
  }
  .cafe-profile .cafe-profile__body {
    padding-left: 32px;
    gap: 32px;
  }
  .cafe-profile .cafe-profile__title {
    font-size: 32px;
  }
  .cafe-profile .cafe-profile__text {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .cafe-picture {
    height: 400px;
  }
  .cafe-picture .cafe-picture__col--1,
  .cafe-picture .cafe-picture__col--5 {
    width: 15%;
  }
  .cafe-picture .cafe-picture__col--2,
  .cafe-picture .cafe-picture__col--4 {
    width: 15%;
  }
  .cafe-picture .cafe-picture__item--short {
    height: 130px;
  }
  .cafe-welcome {
    gap: 30px;
    padding: 100px 5%;
  }
  .cafe-welcome .cafe-welcome__img {
    width: 200px;
  }
  .cafe-welcome .cafe-welcome__img img {
    height: 300px;
  }
  .cafe-welcome .cafe-welcome__title {
    font-size: 56px;
  }
  .cafe-welcome .cafe-welcome__catch {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .cafe-instagram {
    flex-direction: column;
    gap: 32px;
    padding: 48px 24px;
  }
  .cafe-instagram .cafe-instagram__grid {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cafe-instagram .cafe-instagram__item {
    width: calc(50% - 6px);
    height: auto;
    aspect-ratio: 1;
  }
  .cafe-gallery {
    height: 400px;
    padding-top: 60px;
  }
  .cafe-gallery .cafe-gallery__item--tall {
    width: 180px;
    height: 270px;
  }
  .cafe-gallery .cafe-gallery__item--small {
    width: 100px;
    height: 150px;
  }
  .cafe-gallery .cafe-gallery__item--wide {
    width: 270px;
    height: 200px;
  }
  .cafe-gallery .cafe-gallery__track {
    gap: 24px;
    animation-duration: 20s;
  }
  .cafe-gallery .cafe-gallery__text {
    font-size: 48px;
    bottom: 24px;
  }
  .cafe-menu {
    padding: 60px 16px;
  }
  .cafe-menu .cafe-menu__item {
    width: 100%;
  }
  .cafe-menu .cafe-menu__name-text {
    font-size: 20px;
  }
  .cafe-intro .cafe-intro__row {
    flex-direction: column;
  }
  .cafe-intro .cafe-intro__row--reverse {
    flex-direction: column-reverse;
  }
  .cafe-intro .cafe-intro__row--narrow {
    height: auto;
  }
  .cafe-intro .cafe-intro__row--narrow:last-child {
    height: auto;
  }
  .cafe-intro .cafe-intro__photo {
    width: 100%;
    height: 250px;
    flex: none;
  }
  .cafe-intro .cafe-intro__content {
    padding: 40px 5%;
    gap: 16px;
  }
  .cafe-intro .cafe-intro__row--narrow .cafe-intro__content {
    padding: 40px 5%;
  }
  .cafe-intro .cafe-intro__title {
    font-size: 40px;
  }
  .cafe-intro .cafe-intro__subtitle {
    font-size: 18px;
  }
  .cafe-intro .cafe-intro__desc {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
  .cafe-intro .cafe-intro__desc br {
    display: none;
  }
  .cafe-profile {
    flex-direction: column;
    gap: 40px;
    padding: 80px 5%;
  }
  .cafe-profile .cafe-profile__photo img {
    aspect-ratio: 16/9;
  }
  .cafe-profile .cafe-profile__body {
    padding-left: 0;
    gap: 24px;
  }
  .cafe-profile .cafe-profile__title {
    font-size: 28px;
  }
  .cafe-picture {
    height: auto;
    flex-wrap: wrap;
  }
  .cafe-picture .cafe-picture__col {
    width: calc(50% - 4px) !important;
    flex-shrink: 0;
    flex: none;
  }
  .cafe-picture .cafe-picture__col--3 {
    width: 100% !important;
    flex: none;
  }
  .cafe-picture .cafe-picture__item--tall,
  .cafe-picture .cafe-picture__item--large {
    height: 250px;
  }
  .cafe-picture .cafe-picture__item--short {
    height: 120px;
  }
  .cafe-picture .cafe-picture__item--fill {
    height: 130px;
    flex: none;
  }
  .cafe-welcome {
    flex-direction: column;
    gap: 40px;
    padding: 80px 5%;
  }
  .cafe-welcome .cafe-welcome__img {
    width: 80%;
    max-width: 400px;
  }
  .cafe-welcome .cafe-welcome__img img {
    height: 250px;
    width: 100%;
  }
  .cafe-welcome .cafe-welcome__img--left {
    order: -1;
  }
  .cafe-welcome .cafe-welcome__title {
    font-size: 48px;
  }
  .cafe-welcome .cafe-welcome__catch {
    font-size: 18px;
  }
  .cafe-welcome .cafe-welcome__desc br {
    display: none;
  }
}/*# sourceMappingURL=page-cafe-bistro.css.map */