﻿@charset "utf-8";
/*--------------------------------------------------------------------------------

  breakfast

--------------------------------------------------------------------------------*/
.mv {
  width: 100%;
}


/*--------------------------------------------------------------------------------

  breakfast

--------------------------------------------------------------------------------*/

.breakfast .catch {
  background: #f3f3f3;
  margin: calc(var(--main-pdt, var(--space-l)) * -1) 0 0 0;
  padding: 84px 0;
}
.breakfast .catch .l-container {
  display: flex;
  /*flex-direction: row-reverse;*/
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.breakfast .catch img {
  width: 100%;
  max-width: 580px;
  height: auto;
  aspect-ratio: 580 / 327;
}
/*.breakfast .catch p {
  display: block;
}
*/
.breakfast .catch p:first-child {
  margin: 0;
}
.breakfast .catch p strong {
  display: block;
  color: #122266;
  margin-bottom: 30px;
  font-size: var(--fs-5l);
  font-family: var(--ff-min);
  line-height: 1.6;
}

@media (max-width: 760px) {
.breakfast .catch {
  padding: 42px 0;
}
.breakfast .catch {
  flex-direction: column-reverse;
}
  .breakfast .catch .l-container {
  display: block;
  /*flex-direction: row-reverse;*/
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.breakfast .catch img {
  width: 100%;
  max-width: initial;
  height: auto;
  aspect-ratio: 580 / 327;
  margin-top: 30px;
}
.breakfast .catch p strong {
  font-size: calc(var(--fs-5l) * 0.75);
}
.breakfast .catch p strong br.pc {
  display: none;
}
}

.breakfast .breakfast-box {
  border-bottom: 1px solid #cccccc;
  padding: 84px 0;
}
.breakfast .breakfast-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  row-gap: 50px;
  column-gap: 40px;
}
.breakfast .breakfast-box {
  width: 100%;
}

@media (max-width: 760px) {
.breakfast .breakfast-box {
  padding: 42px 0;
}
.breakfast .breakfast-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  column-gap: auto;
}
.breakfast .breakfast-box img {
  width: 100%;
}
}