@charset "UTF-8";
/* --------------------
common
--------------------*/

.p-mv {
  position: relative;
  margin-top: var(--pageHeaderHeight);
  height: 50vh;
}

@media screen and (min-width:992px) {
  .p-mv {
    height: 70vh;
  }
}

.p-mv-text {
  position: absolute;
  font-weight: 900;
  color:var(--color-accent);
  font-size: clamp(1.25rem, 5vw, 3rem);
  background-color: var(--color-main);
  line-height: 1.5;
  padding: 0 0.5em;
}

.p-mv-text.-text01 {
  top: 1em;
  left: 1em;
  rotate: -10deg;
}
.p-mv-text.-text02 {
  top: 2em;
  right: 1em;
  rotate: 10deg;
}
.p-mv-text.-text03 {
  bottom: 0em;
  left: 0.2em;
  rotate: 5deg;
}
.p-mv-text.-text04 {
  bottom: 2.5em;
  right: 0.5em;
  rotate: -10deg;
}

.p-mv-picture::after {
  content: '';
	position: absolute;
	inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: radial-gradient(#111 30%, transparent 31%),
    radial-gradient(#111 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}

.p-mv-img {
  position: fixed;
  top: var(--pageHeaderHeight);
  object-fit: cover;
  height: 50vh;
  z-index: -1;
}
.p-mv-img.-active {
  height: 100vh;
}
@media screen and (min-width:992px) {
  .p-mv-img {
    height: 70vh;
  }
}
.p-text--small {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1.5;
}

.p-text--small.-L {
  font-size: 0.8em;
}

.p-footer {
  margin-top: 12em;
}

@media screen and (min-width:768px) {
  .p-footer {
    margin-top: 24em;
  }
}

/* --------------------
menu
--------------------*/
.p-option__title {
  background-color: var(--color-accent);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  padding: 0.6em 0.8em;
}

.p-option__title.-change-alcohol {
  font-size: 1.1em;
  background-color: var(--color-main);
  padding: 0.3em 0.4em;
  color: var(--color-white);
}

.p-option__supplement-wrap {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width:768px) {
  .p-option__supplement-wrap {
    flex-direction: row;
    gap: 2em;
  }
}

.p-option__supplement {
  line-height: 1.2;
  font-size: 0.9em;
}

.p-price {
  font-family: var(--font-number);
}

.p-price::before {
  content: " ¥";
}

.p-price.-plus::before {
  content: " +¥";
}

.p-size{
  font-family: var(--font-number);
}

.p-size::after {
  content: "g";
}

.p-option-item {
  max-width: 350px;
}
.p-option-item::before {
  content: "・";
}

.p-menu-category {
  align-items: center;
  display: flex;
  gap: 0.5em;
}

.p-menu-category-icon {
  max-width: 45px;
}

.p-menu-category-name {
  font-size: clamp(1.5rem,5vw,2.5rem);
}

/* menu__food-area */
.p-food-list {
  align-items: start;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2em 1em;
  margin-top: 2em;
}

.p-food-item {
  background-color: var(--color-accent);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  padding: 1.5em;
  width: min(100%,300px);
}
.p-food-item.-large {
  width: min(100%,500px);
}
@media screen and (min-width:768px) {
  .p-food-list {
    justify-content: start;
    gap: 4em 2em;
  }
  .p-food-item {
    padding: 2em;
  }
}

@media screen and (min-width:1110px) {
  .p-food-item {
    width: min(100%,400px);
  }
}

@media screen and (min-width: 1870px) {
  .p-food-item {
    width: min(100%,500px);
  }
}

.p-food-img-with-date {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-top: 0.7em;
  height: auto;
}

.p-food-image {
  max-width: 400px;
}

.p-food-img {
  aspect-ratio: 16/12;
  object-fit: cover;
}

.p-food-name {
  color: var(--color-main);
  font-size: clamp(1.375rem, 3vw , 2rem);
  letter-spacing: 0;
  background-color: var(--color-white);
  padding: 0.1em 0.2em;
}

.p-food-name small {
  font-size: 0.7em;
}

.p-food-date-list {
  flex-shrink: 0;
}

.p-food-date {
  display: flex;
  justify-content: space-between;
  font-size: clamp(1rem, 3vw, 1.35rem);
  gap: 1em;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.p-food-date.-underline {
  border-bottom: 1px solid var(--color-text);
}

.p-food-soup-icon {
  background-color: #ddd;
  border-radius: 100vh;
  padding: 0 2px;
  font-size: 0.8em;
}

.p-food-soup-icon::before {
  content: "あさり汁つき";
}

.p-w-set-icon {
  background-color: var(--color-main);
  border-radius: 100vh;
  color: var(--color-white);
  font-weight: 500;
  font-size: 0.8em;
  padding: 2px 8px;
}

.p-w-set-icon::before {
  content: "Wセットお肉追加";
}

.p-plate-sarasupa-icon {
  background-color: #ccc;
  border-radius: 100vh;
  font-weight: 500;
  font-size: 0.8em;
  padding: 2px 8px;
}

.p-plate-sarasupa-icon::before {
  content: "サラダスパ付き";
}