/* =========================================================
common
========================================================= */
@media (max-width: 1024px) {
  .tabArea.pageTop ul li {
    width: 100%;
  }
}

/* =========================================================
.breakfast
========================================================= */
.breakfast h2.white {
  background: #fff;
  text-align: center;
  margin-top: 60px;
  padding: 22px 0;
  margin-bottom: 40px;
  text-transform: capitalize;
  font-size: 1.9rem;
}
@media (max-width: 1024px) {
  .breakfast h2.white {
    padding: 17px 0;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 1.5rem;
  }
}
.breakfast + .breakfast .wrapper {
  padding-top: 0;
}
.breakfast + .breakfast h2.white {
  margin-top: 0;
}
.breakfast .breakfastInner .tableWrap dl.w100 {
  width: 100%;
}
.breakfast .breakfastInner .tableWrap dl.w100 dt {
  width: 12%;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .breakfast .breakfastInner .tableWrap dl.w100 dt {
    width: 100%;
    justify-content: center;
  }
}
.breakfast .breakfastInner .tableWrap dl.w100 dd {
  width: 88%;
}
@media (max-width: 1024px) {
  .breakfast .breakfastInner .tableWrap dl.w100 dd {
    width: 100%;
  }
}
.breakfast .breakfastInner .openDay {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .breakfast .breakfastInner .openDay {
    font-size: 1.8rem;
  }
}
.breakfast .breakfastInner .secTitle01 {
  margin: 80px 0 30px;
  color: #132234;
  font-size: 1.9rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .breakfast .breakfastInner .secTitle01 {
    margin: 40px 0 20px;
    font-size: 1.5rem;
  }
}
.breakfast .breakfastInner .secTitle01 .en {
  display: block;
  line-height: 1;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 6.5rem;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .breakfast .breakfastInner .secTitle01 .en {
    font-size: 3.6rem;
  }
}

.pizza {
  display: flex;
  justify-content: space-between;
  padding: 52px 45px;
  border: 1px solid #c2c2c2;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .pizza {
    flex-direction: column;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 45px;
  }
}
.pizza .image {
  display: flex;
  gap: 15px;
  width: 65%;
}
@media (max-width: 767px) {
  .pizza .image {
    flex-direction: column;
    width: 100%;
  }
}
.pizza .image .photo {
  margin-bottom: 0;
  border-radius: 0;
}
.pizza .image .photoInner {
  display: flex;
  flex-direction: column;
  gap: 13px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pizza .image .photoInner {
    flex-direction: row;
    gap: 19px;
    padding: 0 25px 25px;
  }
}
@media (max-width: 767px) {
  .pizza .image .photoInner .photo {
    border-radius: 8px;
  }
}
.pizza .text {
  width: 29.5%;
}
@media (max-width: 767px) {
  .pizza .text {
    width: 100%;
    padding: 0 25px 25px;
  }
}
.pizza .text h3 {
  margin-bottom: 20px;
}

.detailOuter {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .detailOuter {
    margin-bottom: 25px;
  }
}
.detailOuter .detailList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 33px;
}
@media (max-width: 767px) {
  .detailOuter .detailList {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}
.detailOuter .detailList .secTitle02 {
  margin-bottom: 8px;
  text-transform: capitalize;
}/*# sourceMappingURL=restaurant_maihama_common.css.map */