@charset "UTF-8";
@font-face {
  font-family: "Bakerie Rough Bold";
  src: url("../fonts/BakerieRoughBold.woff") format("woff"), url("../fonts/BakerieRoughBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Variable Concept";
  src: url("../../fonts/AcuminVariableConcept.woff") format("woff"), url("../../fonts/AcuminVariableConcept.woff2") format("woff2");
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}
/* ::::::::::  レストランTOP  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (max-width: 767px) {
  .breakfast .wrapper {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  #slideList {
    margin-inline: -5.5%;
  }
}

@media (max-width: 767px) {
  .breakfast .anchorList, .breakfast .textWrap, .breakfast .tableWrap, .breakfast .btn {
    max-width: none;
  }
}
.foodName {
  margin-top: 5px;
  text-align: center;
  font-size: 1.3rem;
}
.breakfast .breakfastInner .foodName span.foodTitle {
  margin-right: 1em;
  color: #c1272d;
}

.foodTitle {
  color: #c1272d;
  font-family: "Bakerie Rough Bold";
  font-size: 1.7rem;
}

.restWrap {
  justify-content: space-between;
}
.restWrap .restBlock01 {
  width: 54%;
}
@media (max-width: 767px) {
  .restWrap .restBlock01 {
    width: 100%;
  }
}
.restWrap .restBlock01 .tableWrap {
  margin-top: 40px;
}
.restWrap .restBlock02 {
  width: 36%;
}
@media (max-width: 767px) {
  .restWrap .restBlock02 {
    width: 100%;
  }
}
.restWrap .foodPhoto img {
  width: 100%;
  height: auto;
}

.menuBlock {
  position: relative;
  background: #fff;
  padding: 30px 35px;
}
.menuBlock::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border: 1px solid #162233;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  margin: auto;
}
.menuBlock .menuWrap {
  display: flex;
  flex-direction: column;
}
.menuBlock .title {
  text-decoration: underline;
  font-family: "Bakerie Rough Bold";
  font-size: 2.2rem;
}
.menuBlock small {
  display: inline-block;
  line-height: 1.4;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .menuBlock small {
    font-size: 1.2rem;
  }
}
.menuBlock .menuList {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .menuBlock .menuList {
    font-size: 1.3rem;
  }
}
.menuBlock .menuList li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #162233;
}
.menuBlock .menuList li small {
  margin-left: auto;
}
.menuBlock .menuList.mark li::before {
  content: "●";
  color: #c1272d;
  margin-right: 5px;
  font-size: 0.85em;
}

.bnr a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
@media (max-width: 767px) {
  .bnr a {
    border-radius: 6px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  }
}
.bnr .photo {
  display: block;
  border-radius: 0;
  margin-bottom: 0;
}
.bnr .photo img {
  width: 100%;
  height: auto;
}
.bnr .textBlock {
  position: relative;
  background: #fff;
  padding: 15px 20px;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 767px) {
  .bnr .textBlock {
    padding: 10px 15px;
  }
}
.bnr .textBlock .title {
  font-family: "Acumin Variable Concept";
  font-weight: 700;
  font-style: italic;
  font-variation-settings: "ital" 1;
  font-size: 1.7rem;
  font-synthesis: none;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .bnr .textBlock .title {
    font-size: 1.5rem;
  }
}
.bnr .textBlock .title02 + p {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .bnr .textBlock .title02 + p {
    font-size: 1.3rem;
  }
}
.bnr .textBlock .btn {
  position: absolute;
  top: 15px;
  right: 15px;
  margin-top: 0;
  padding-right: 25px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .bnr .textBlock .btn {
    top: 10px;
    right: 10px;
    font-size: 1.3rem;
  }
}
.bnr .textBlock .btn::before, .bnr .textBlock .btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bnr .textBlock .btn::before {
  border-radius: 50%;
  background: #fff;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .bnr .textBlock .btn::before {
    width: 18px;
    height: 18px;
  }
}
.bnr .textBlock .btn::after {
  right: 2px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #000;
}
@media (max-width: 767px) {
  .bnr .textBlock .btn::after {
    border-width: 3px;
    border-left-width: 5px;
  }
}

/* =========================================================
lunch
========================================================= */
.lunch .foodPhoto {
  display: block;
}
@media (max-width: 767px) {
  .lunch .foodPhoto {
    margin-inline: -5.5%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .lunch .restBlock02 {
    display: flex;
    flex-direction: column;
  }
  .lunch .restBlock02 .foodPhoto {
    margin-top: 20px;
    order: -1;
  }
  .lunch .restBlock02 .foodPhoto + p {
    order: -1;
  }
}
.lunchMenuBlock {
  margin-top: -135px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .lunchMenuBlock {
    margin: 30px 20px 0;
  }
}
.lunchMenuBlock .menuWrap {
  width: 55%;
}
@media (max-width: 767px) {
  .lunchMenuBlock .menuWrap {
    width: 100%;
  }
}
.lunchMenuBlock .menuWrap + .menuWrap {
  width: 35%;
}
@media (max-width: 767px) {
  .lunchMenuBlock .menuWrap + .menuWrap {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
  .lunchMenuBlock .menuWrap + .menuWrap .menuList li {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .lunchMenuBlock .menuList {
    width: fit-content;
  }
}
.lunchMenuBlock .menuList + p {
  margin-top: auto;
}
@media (max-width: 767px) {
  .lunchMenuBlock .menuList + p {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.lunchBnr {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .lunchBnr {
    margin-block: 30px 40px;
  }
}
.lunchBnr .title {
  color: #fff;
}
.lunchBnr .textBlock {
  position: relative;
  background: #fed325;
  margin-top: -5px;
}
.lunchBnr .textBlock::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -5px;
  background: url(../img/restaurant/bg_lunch_bnr.svg) repeat-x;
  width: 100%;
  height: 5px;
}
.lunchBnr .btn {
  color: #fff;
}

/* =========================================================
dinner
========================================================= */
.dinner {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .dinner {
    margin-bottom: 40px;
  }
}
.dinner .restBlock01 {
  width: 57%;
}
@media (max-width: 767px) {
  .dinner .restBlock01 {
    width: 100%;
  }
}
.dinnerMenuBlock {
  padding: 30px 40px 40px;
}
@media (max-width: 767px) {
  .dinnerMenuBlock {
    margin: 0 20px 40px;
  }
}
@media (min-width: 1025px) {
  .dinnerMenuBlock .flex:has(.foodPhoto) .foodPhoto {
    width: 62%;
  }
  .dinnerMenuBlock .flex:has(.foodPhoto) .menuWrap {
    width: 33%;
  }
}
.dinnerMenuBlock .flex + .flex {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .dinnerMenuBlock .flex + .flex {
    margin-top: 20px;
  }
}
.dinnerMenuBlock .flex:last-child {
  position: relative;
}
@media (min-width: 1025px) {
  .dinnerMenuBlock .flex:last-child .foodPhoto {
    width: 70%;
  }
  .dinnerMenuBlock .flex:last-child .menuWrap {
    width: 25%;
  }
}
.dinnerMenuBlock .foodPhoto {
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .dinnerMenuBlock .foodPhoto {
    margin-top: 20px;
    margin-inline: -15px;
  }
}
.dinnerMenuBlock .foodPhoto .image {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 1.4rem;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.dinnerMenuBlock .menuList {
  line-height: 1.5;
}
.dinnerMenuBlock .menuList li {
  padding-block: 5px;
}
.dinnerMenuBlock .foodTitle:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .dinnerMenuBlock .foodTitle:not(:first-child) {
    margin-top: 15px;
  }
}
.dinnerMenuBlock .foodTitle + .menuList {
  margin-top: -5px;
}
@media (min-width: 1025px) {
  .dinnerMenuBlock .menuWrap {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .dinnerMenuBlock .menuWrap + .menuWrap {
    margin-top: 15px;
  }
}
.dinnerMenuBlock .bgBlock {
  position: relative;
  background: #f7e2dd;
  padding: 15px 15px;
  line-height: 1.7;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .dinnerMenuBlock .bgBlock {
    width: fit-content;
    margin-left: -15px;
    margin-top: 20px;
    padding: 10px 15px;
    font-size: 1.1rem;
  }
}
.dinnerMenuBlock .bgBlock::before, .dinnerMenuBlock .bgBlock::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
}
.dinnerMenuBlock .bgBlock::before {
  top: -10px;
  left: -10px;
  rotate: -135deg;
}
.dinnerMenuBlock .bgBlock::after {
  right: -10px;
  bottom: -10px;
  rotate: 45deg;
}
.dinnerMenuBlock .fukidashi {
  position: absolute;
  bottom: -10px;
  right: -50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../img/restaurant/fukidashi.svg) no-repeat center/100% auto;
  width: 167px;
  height: 163px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .dinnerMenuBlock .fukidashi {
    right: -60px;
    bottom: -60px;
    width: 134px;
    height: 130px;
    font-size: 1rem;
  }
}
.dinnerMenuBlock .fukidashi .foodTitle {
  margin-bottom: 5px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: inherit;
  font-size: 2.1rem;
}
@media (max-width: 767px) {
  .dinnerMenuBlock .fukidashi .foodTitle {
    font-size: 1.5rem;
  }
}
.dinnerBnr + .bnr {
  margin-top: 30px;
}
.dinnerBnr .title {
  color: #c1272d;
}
.dinnerBnr .textBlock {
  position: relative;
}
.dinnerBnr .textBlock .btn {
  color: #c1272d;
}
.dinnerBnr .textBlock .btn::before {
  background: #c1272d;
}
.dinnerBnr .textBlock .btn::after {
  border-left-color: #fff;
}
/*# sourceMappingURL=map/maihama_restaurant.css.map */
