@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@400;500;600&family=Noto+Sans+JP:wght@400;500;600;700&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');


/* dinner
------------------------------------------ */
.sns_fix03 {
  display: none;
}

.p-dinner,
.p-dinner *,
.p-dinner *::before,
.p-dinner *::after {
  box-sizing: border-box;
}

.p-dinner {
  background-color: #ffffff;
  color: #5A5129;
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  overflow: hidden;
}

.p-dinner img {
  display: block;
  height: auto;
  max-width: 100%;
}

.p-dinner a {
  color: inherit;
  text-decoration: none;
}

.p-dinner h1,
.p-dinner h2,
.p-dinner h3,
.p-dinner h4,
.p-dinner h5,
.p-dinner h6,
.p-dinner p,
.p-dinner dt,
.p-dinner dd,
.p-dinner li,
.p-dinner span,
.p-dinner small,
.p-dinner em,
.p-dinner strong {
  color: inherit;
}

.p-dinner button,
.p-dinner input,
.p-dinner select,
.p-dinner textarea {
  font: inherit;
}

.p-dinner .pc {
  display: block;
}

.p-dinner .sp {
  display: none;
}

.l-dinner-inner {
  margin: 0 auto;
  max-width: 1200px;
}

.p-dinner-fixed-cta {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 100;
}

.p-dinner-fixed-cta__link {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 16px;
  justify-content: center;
  letter-spacing: 0.16em;
  line-height: 1.7;
  padding: 18px 14px;
  text-align: center;
  width: 50px;
  writing-mode: vertical-rl;
}

.p-dinner-fixed-cta__link:hover,
.p-dinner-fixed-cta__link:focus {
  color: #ffffff;
  opacity: 0.8;
}

.p-dinner .p-dinner-fixed-cta__link,
.p-dinner .p-dinner-fixed-cta__link:hover,
.p-dinner .p-dinner-fixed-cta__link:focus {
  color: #ffffff;
}

.p-dinner-fixed-cta__link--reserve {
  background-color: #111827;
}

.p-dinner-fixed-cta__link--stay {
  background-color: #B49531;
  margin-top: 15px;
}

.p-dinner-mv {
  height: 700px;
  position: relative;
}

.p-dinner-mv__slider {
  height: 100%;
  position: relative;
}

.p-dinner-mv__slide {
  height: 100%;
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 1400ms ease;
  width: 100%;
}

.p-dinner-mv__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.p-dinner-mv__slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-dinner-mv__title {
  bottom: 66px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  left: 84px;
  letter-spacing: 0.14em;
  line-height: 1.75;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.p-dinner .p-dinner-mv__title {
  color: #ffffff;
}

.p-dinner-tel {
  background-color: #ffffff;
  padding: 40px 0;
}

.p-dinner-tel__box {
  border: 1px solid #5A5129;
  margin: 0 auto;
  max-width: 520px;
  padding: 18px 24px 20px;
  text-align: center;
  width: calc(100% - 80px);
}

.p-dinner-tel__lead {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 4px;
}

.p-dinner-tel__number {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

.p-dinner-tel__number a {
  text-decoration: underline;
}

.p-dinner-intro {
  background-color: #F3F2EA;
  padding: 90px 0 96px;
}

.p-dinner-intro__inner {
  align-items: center;
  column-gap: 56px;
  display: grid;
  grid-template-columns: 1.03fr 1fr;
}

.p-dinner-intro__image {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.p-dinner-intro__image img {
  object-fit: cover;
  width: 100%;
}

.p-dinner-intro__title {
  align-self: end;
  font-size: 20px;
  font-weight: 600;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  letter-spacing: 0.12em;
  line-height: 1.75;
  margin: 0;
}

.p-dinner-intro__list {
  align-self: start;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  margin: 34px 0 0;
}

.p-dinner-intro__item {
  border-bottom: 1px solid #d4c89a;
  display: grid;
  gap: 28px;
  grid-template-columns: 44px 1fr;
  padding: 18px 0;
}

.p-dinner-intro__item dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
}

.p-dinner-intro__item dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
}

.p-dinner-intro__item dd a {
  font-weight: 500;
  text-decoration: underline;
}

.p-dinner-menu {
  background-color: #ffffff;
  padding: 106px 0 160px;
}

.p-dinner-menu__head {
  text-align: center;
}

.p-dinner-menu__catch {
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 1.4;
  margin: 0 0 18px;
  text-align: center;
}

.p-dinner-heading {
  color: #5A5129;
  font-family: "Cormorant", serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin: 0;
  position: relative;
  text-align: center;
}

.p-dinner-heading::after {
  background-image: url("/upload/tenant_1/line_l.svg"), linear-gradient(#927D35, #927D35), url("/upload/tenant_1/line_r.svg");
  background-position: left top, center bottom, right top;
  background-repeat: no-repeat;
  background-size: 64px 22px, 100% 1px, 64px 22px;
  content: "";
  display: block;
  height: 23px;
  margin: 0 auto;
  max-width: 660px;
  width: 100%;
}

.p-dinner-menu__sub {
  font-size: 18px;
  letter-spacing: 0.16em;
  line-height: 1.5;
  margin: 22px 0 0;
}

.p-dinner-menu__text {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2;
  margin: 35px 0 0;
}

.p-dinner-menu__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
}

.p-dinner-menu-card {
  color: #ffffff;
  display: block;
  height: 38vw;
  overflow: hidden;
  position: relative;
}

.p-dinner-menu-card:hover,
.p-dinner-menu-card:focus {
  color: #ffffff;
}

.p-dinner .p-dinner-menu-card,
.p-dinner .p-dinner-menu-card:hover,
.p-dinner .p-dinner-menu-card:focus,
.p-dinner .p-dinner-menu-card *,
.p-dinner .p-dinner-menu-card:hover *,
.p-dinner .p-dinner-menu-card:focus * {
  color: #ffffff;
}

.p-dinner-menu-card picture {
  display: block;
  height: 100%;
}

.p-dinner-menu-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
  width: 100%;
}

.p-dinner-menu-card:hover img {
  transform: scale(1.08);
}

.p-dinner-menu-card__overlay {
  background-color: rgba(0, 0, 0, 0.4);
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 500ms ease;
  z-index: 1;
}

.p-dinner-menu-card:hover .p-dinner-menu-card__overlay {
  opacity: 1;
}

.p-dinner-menu-card__body {
  left: 50%;
  position: absolute;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.p-dinner-menu-card__title {
  align-items: center;
  display: flex;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.45));
  font-family: "Cormorant", serif;
  font-size: 32px;
  gap: 8px;
  justify-content: center;
  line-height: 1.1;
}

.p-dinner-menu-card__title::before,
.p-dinner-menu-card__title::after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 1px;
  width: 12px;
}

.p-dinner-menu-card__text {
  display: block;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.45));
  font-size: 16px;
  letter-spacing: 0.12em;
  margin-top: 10px;
}

.p-dinner-menu-card__arrow {
  background-image: url("/upload/tenant_1/arrow.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  display: block;
  height: 20px;
  margin: 180px auto 0;
  transform: none;
  width: 38px;
}

.p-dinner-salad {
  background-color: #F3F2EA;
  padding: 160px 0 92px;
}

.p-dinner-salad__main {
  align-items: start;
  display: grid;
  gap: 56px;
  grid-template-columns: 52vw 1fr;
}

.p-dinner-salad__image img {
  height: 32vw;
  min-height: 510px;
  object-fit: cover;
  width: 100%;
}

.p-dinner-salad__content {
  padding: 12px max(0px, calc((100vw - 1200px) / 2)) 0 0;
}

.p-dinner-salad__title-row {
  align-items: center;
  display: flex;
  gap: 22px;
}

.p-dinner-salad__badge {
  align-items: center;
  border: 1px solid #5A5129;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  height: 104px;
  justify-content: center;
  line-height: 1.1;
  margin: 0;
  width: 104px;
}

.p-dinner-salad__badge span {
  font-size: 32px;
}

.p-dinner-section-title {
  color: #5A5129;
  font-family: "Cormorant", serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
}

.p-dinner-section-title::after {
  background-image: linear-gradient(#5A5129, #5A5129), url("/upload/tenant_1/line_r.svg");
  background-position: center bottom, right top;
  background-repeat: no-repeat;
  background-size: 100% 1px, 64px 22px;
  content: "";
  display: block;
  height: 23px;
  margin-top: -10px;
  width: 390px;
}

.p-dinner-section-title--white {
  color: #ffffff;
}

.p-dinner-section-title--white::after {
  background-image: linear-gradient(#ffffff, #ffffff), url("/upload/tenant_1/line_r_w.svg");
}

.p-dinner-section-kana {
  font-size: 18px;
  letter-spacing: 0.12em;
  margin: 10px 0 0;
}

.p-dinner-salad__catch {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 0 0 22px;
}

.p-dinner-salad__text {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 2;
  margin: 50px 0 0;
}

.p-dinner-price-list__title {
  margin: 40px 0 0;
}

.p-dinner-price-list {
  margin: 0;
}

.p-dinner-price-list div {
  display: grid;
  gap: 20px;
  grid-template-columns: 120px 1fr;
  margin-top: 12px;
}

.p-dinner-price-list dt {
  border: 1px solid #5A5129;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.p-dinner-price-list dd {
  font-size: 16px;
  margin: 0;
}

.p-dinner-salad__grid {
  display: grid;
  gap: 32px 26px;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 64px 0 0;
  padding: 0;
}

.p-dinner-salad__grid img {
  border-bottom-left-radius: 32px;
  border-top-right-radius: 32px;
  height: 187px;
  object-fit: cover;
  width: 100%;
}

.p-dinner-salad__grid p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  margin: 10px 0 0;
}

.p-dinner-salad__note {
  font-size: 13px;
  margin: 28px 0 0;
  text-align: right;
}

.p-dinner-specialty {
  background-color: #ffffff;
}

.p-dinner-specialty__hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("/upload/tenant_1/dinner-specialty-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  min-height: 390px;
  padding: 96px 0 140px;
}

.p-dinner-specialty__hero-inner {
  position: relative;
}

.p-dinner-specialty__kana {
  font-size: 18px;
  letter-spacing: 0.08em;
  margin: 10px 0 0;
}

.p-dinner-specialty__lead {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 2;
  margin: 48px 0 24px;
}

.p-dinner-specialty__tabs {
  align-items: center;
  display: flex;
  gap: 15px;
}

.p-dinner-specialty__tabs span {
  align-items: center;
  border: 1px solid #fff;
  display: flex;
  font-family: "Cormorant", serif;
  font-size: 24px;
  height: 78px;
  justify-content: center;
  line-height: 1;
  width: 126px;
}

.p-dinner-specialty__tabs-cross {
  display: block;
  height: 24px;
  position: relative;
  width: 24px;
}

.p-dinner-specialty__tabs-cross::before,
.p-dinner-specialty__tabs-cross::after {
  background-color: #ffffff;
  content: "";
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 1px;
}

.p-dinner-specialty__tabs-cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-dinner-specialty__tabs-cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-dinner-specialty__items {
  padding: 96px 0 0;
}

.p-dinner-specialty-item {
  align-items: center;
  display: grid;
  gap: 0;
  grid-template-columns: 53vw 1fr;
  margin-bottom: 96px;
}

.p-dinner-specialty-item--left {
  grid-template-columns: 1fr 53vw;
}

.p-dinner-specialty-item__image img {
  height: 35vwpx;
  object-fit: cover;
  width: 100%;
}

.p-dinner-specialty-item__content {
  background-color: #F3F2EA;
  margin-left: -26px;
  padding: 80px max(0px, calc((100vw - 1200px) / 2)) 80px 64px;
  position: relative;
  z-index: 1;
}

.p-dinner-specialty-item__content--dark {
  background-color: #111827;
  color: #ffffff;
  margin-left: 0;
  margin-right: -26px;
  padding: 80px 64px 80px max(0px, calc((100vw - 1200px) / 2));
}

.p-dinner-specialty-item__content h3 {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin: 0;
}

.p-dinner-specialty-item__text {
  font-size: 13px;
  line-height: 2;
  margin: 18px 0 0;
}

.p-dinner-specialty-item__text {
}

.p-dinner-specialty-item__price {
  font-size: 16px;
}

.p-dinner-specialty-item__price span {
  background-color: #fff;
  color: #5A5129;
  display: inline-block;
  font-size: 13px;
  line-height: 1.4;
  margin-right: 18px;
  padding: 3px 14px;
}

.p-dinner-specialty-item--left .p-dinner-specialty-item__price span {
  color: #111827;
}

.p-dinner-specialty-item__price small {
  display: inline-block;
  font-size: 13px;
  margin-left: 5px;
}

.p-dinner-other {
  padding: 0 0 120px;
}

.p-dinner-other__title {
  font-family: "Cormorant", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.p-dinner-other__grid {
  display: grid;
  gap: 48px 24px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}

.p-dinner-other__grid img {
  height: 255px;
  object-fit: cover;
  width: 100%;
}

.p-dinner-other__grid h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin: 12px 0 0;
}

.p-dinner-other__grid p {
  font-size: 16px;
  line-height: 1.6;
  margin: 8px 0 0;
}

.p-dinner-other__grid span {
  border: 1px solid #5A5129;
  display: inline-block;
  font-size: 13px;
  margin-right: 12px;
  padding: 1px 12px;
}

.p-dinner-other__grid p small {
  display: inline-block;
  font-size: 13px;
  margin-left: 5px;
}

.p-dinner-dessert {
  background-color: #F3F2EA;
  padding: 120px 0;
}

.p-dinner-dessert__catch {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.7;
  margin: 0 0 26px;
}

.p-dinner-dessert__grid {
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 56px;
}

.p-dinner-dessert-card {
  text-align: center;
}

.p-dinner-dessert-card img {
  height: auto;
  width: 100%;
}

.p-dinner-dessert-card h3 {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  gap: 40px;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 28px 0 0;
}

.p-dinner-dessert-card h3::before,
.p-dinner-dessert-card h3::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 56px;
  width: 19px;
}

.p-dinner-dessert-card h3::before {
  background-image: url("/upload/tenant_1/nami_l.webp");
}

.p-dinner-dessert-card h3::after {
  background-image: url("/upload/tenant_1/nami_r.webp");
}

.p-dinner-dessert-card p {
  font-size: 17px;
  line-height: 1.6;
  margin: 20px 0 0;
}

.p-dinner-dessert-card span {
  border: 1px solid #5A5129;
  display: inline-block;
  font-size: 13px;
  margin-right: 16px;
  padding: 2px 18px;
}

.p-dinner-dessert-card small {
  display: inline-block;
  font-size: 13px;
  margin-left: 5px;
}

.p-dinner-chef {
  background-color: #071326;
  color: #ffffff;
  padding: 104px 0 112px;
}

.p-dinner-chef__head {
  text-align: center;
}

.p-dinner-chef__head h2 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.6;
  margin: 0;
}

.p-dinner-chef__head p {
  font-family: "Cormorant", serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin: 18px 0 0;
}

.p-dinner-chef__head p::after {
  background-image: url("/upload/tenant_1/line_l_w.svg"), linear-gradient(#ffffff, #ffffff), url("/upload/tenant_1/line_r_w.svg");
  background-position: left top, center bottom, right top;
  background-repeat: no-repeat;
  background-size: 64px 22px, 100% 1px, 64px 22px;
  content: "";
  display: block;
  height: 23px;
  margin: -15px auto 0;
  max-width: 345px;
  width: 100%;
}

.p-dinner-chef__body {
  align-items: start;
  display: grid;
  gap: 64px;
  grid-template-columns: 1fr 480px;
  margin-top: 74px;
}

.p-dinner-chef__text {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 2.2;
  margin: 0;
}

.p-dinner-chef__image img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}

.p-dinner-chef__name {
  font-size: 18px;
  line-height: 1.9;
  margin: 64px 0 0;
}

.p-dinner-chef__name span {
  font-size: 20px;
  margin-right: 14px;
}

.p-dinner-chef__name em {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  margin-left: 22px;
}

.p-dinner-chef__profile {
  border: 1px solid #fff;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 24px;
  padding: 24px;
}

.p-dinner-chef__profile h3 {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  margin: 0 0 14px;
}

.p-dinner-chef__profile h3::before {
  background-color: #ffffff;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 1px;
  width: 10px;
}

.p-dinner-chef__profile p {
  font-size: 13px;
  line-height: 2;
  margin: 0;
}

.p-dinner-info {
  background-color: #eee;
  padding: 114px 0 104px;
}

.p-dinner-info__kana {
  font-size: 18px;
  letter-spacing: 0.12em;
  margin: 14px 0 0;
  text-align: center;
}

.p-dinner-info__box {
  background-color: #fff;
  border-radius: 8px;
  margin: 90px auto 0;
  max-width: 1010px;
  padding: 72px;
}

.p-dinner-info__list {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}

.p-dinner-info__row {
  border-bottom: 1px solid #d4c89a;
  display: grid;
  gap: 64px;
  grid-template-columns: 55px 1fr;
  padding: 22px 0;
}

.p-dinner-info__row dt {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1em;
  line-height: 1.9;
}

.p-dinner-info__row dt span {
  font-weight: 400;
  letter-spacing: normal;
}

.p-dinner-info__row dd {
  font-size: 13px;
  line-height: 1.9;
  margin: 0;
}

.p-dinner-info__row dd a {
  font-weight: 700;
  text-decoration: underline;
}

.p-dinner-info__row--price {
  border-bottom: 0;
}

.p-dinner-info-price h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 8px;
}

.p-dinner-info-price__salad {
  margin: 8px 0 30px;
}

.p-dinner-info-price__salad-row {
  align-items: baseline;
  display: grid;
  gap: 10px;
  grid-template-columns: 90px 1fr 120px 180px;
  margin-top: 6px;
}

.p-dinner-info-price__salad-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}

.p-dinner-info-price__salad-line {
  background-image: linear-gradient(to right, currentColor 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  height: 1px;
  transform: translateY(-3px);
}

.p-dinner-info-price__salad-price {
  white-space: nowrap;
}

.p-dinner-info-price ul {
  list-style: none;
  margin: 8px 0 30px;
  padding: 0;
}

.p-dinner-info-price li {
  align-items: baseline;
  display: flex;
  margin-top: 6px;
}

.p-dinner-info-price li::after {
  background-image: linear-gradient(to right, currentColor 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  content: "";
  flex: 1;
  height: 1px;
  margin: 0 10px;
  order: 2;
  transform: translateY(-3px);
}

.p-dinner-info-price li span {
  order: 1;
}

.p-dinner-info-price li em {
  flex-shrink: 0;
  order: 3;
}

.p-dinner-info-price em {
  font-style: normal;
}

.p-dinner-explore {
  background-color: #ffffff;
  padding: 104px 0 0;
}

.p-dinner-explore__head {
  text-align: center;
}

.p-dinner-explore__head p {
  font-size: 18px;
  letter-spacing: 0.14em;
  line-height: 1.6;
  margin: 18px 0 0;
}

.p-dinner-explore__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 96px;
}

.p-dinner-explore-card {
  color: #ffffff;
  display: block;
  height: 35vw;
  overflow: hidden;
  position: relative;
}

.p-dinner-explore-card:hover,
.p-dinner-explore-card:focus {
  color: #ffffff;
}

.p-dinner .p-dinner-explore-card,
.p-dinner .p-dinner-explore-card:hover,
.p-dinner .p-dinner-explore-card:focus,
.p-dinner .p-dinner-explore-card *,
.p-dinner .p-dinner-explore-card:hover *,
.p-dinner .p-dinner-explore-card:focus * {
  color: #ffffff;
}

.p-dinner-explore-card::after {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 500ms ease;
  z-index: 1;
}

.p-dinner-explore-card:hover::after {
  opacity: 1;
}

.p-dinner-explore-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-dinner-explore-card__body {
  left: 50%;
  position: absolute;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.p-dinner-explore-card__body span {
  display: block;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.45));
  font-family: "Cormorant", serif;
  font-size: 32px;
  line-height: 1.1;
}

.p-dinner-explore-card__body em {
  display: block;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.45));
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0.12em;
  margin-top: 4px;
}

.p-dinner-explore-card__body strong {
  display: block;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.45));
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 30px;
}

.p-dinner-explore-card__body small {
  align-items: center;
  border-bottom: 1px solid #ffffff;
  display: inline-flex;
  font-family: "Cormorant", serif;
  font-size: 20px;
  justify-content: space-between;
  margin-top: 100px;
  min-width: 280px;
  padding-bottom: 6px;
  text-align: left;
}

.p-dinner-explore-card__body small::after {
  background-image: url("/upload/tenant_1/link.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 18px;
  width: 18px;
}

@media screen and (max-width: 767px) {
  .p-dinner .pc {
    display: none;
  }

  .p-dinner .sp {
    display: block;
  }

  .p-dinner {
    padding-bottom: 64px;
  }

  .l-dinner-inner {
    width: calc(100% - 40px);
  }

  .p-dinner-fixed-cta {
    bottom: 0;
    flex-direction: row;
    left: 0;
    right: auto;
    top: auto;
    width: 100%;
  }

  .p-dinner-fixed-cta__link {
    flex: 1;
    font-size: 13px;
    height: 50px;
    letter-spacing: 0.08em;
    line-height: 1.2;
    padding: 8px 10px;
    width: auto;
    writing-mode: horizontal-tb;
  }

  .p-dinner-fixed-cta__link--stay {
    margin-top: 0;
  }

  .p-dinner-mv {
    height: 560px;
  }

  .p-dinner-mv__title {
    bottom: 42px;
    font-size: 27px;
    left: 20px;
    letter-spacing: 0.1em;
    line-height: 1.65;
  }

  .p-dinner-tel {
    padding: 28px 0;
  }

  .p-dinner-tel__box {
    padding: 14px 18px 16px;
    width: calc(100% - 40px);
  }

  .p-dinner-tel__number {
    font-size: 20px;
  }

  .p-dinner-intro {
    padding: 56px 0 64px;
  }

  .p-dinner-intro__inner {
    align-items: stretch;
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .p-dinner-intro__image {
    grid-column: auto;
    grid-row: auto;
  }

  .p-dinner-intro__image img {
    height: auto;
  }

  .p-dinner-intro__title {
    align-self: auto;
    font-size: 18px;
    grid-column: auto;
    grid-row: auto;
    letter-spacing: 0.08em;
  }

  .p-dinner-intro__list {
    align-self: auto;
    grid-column: auto;
    grid-row: auto;
    margin: 0;
  }

  .p-dinner-intro__item {
    gap: 18px;
    grid-template-columns: 44px 1fr;
    padding: 16px 0;
  }

  .p-dinner-menu {
    padding: 70px 0 0;
  }

  .p-dinner-menu__catch {
    font-size: 16px;
  }

  .p-dinner-heading {
    font-size: 30px;
  }

  .p-dinner-heading::after {
    background-size: 38px 13px, 100% 1px, 38px 13px;
    height: 13px;
    margin-top: -5px;
  }

  .p-dinner-menu__sub {
    font-size: 16px;
    letter-spacing: 0.08em;
  }

  .p-dinner-menu__text {
    font-size: 14px;
    margin-top: 36px;
    text-align: left;
  }

  .p-dinner-menu__cards {
    grid-template-columns: 1fr;
    margin-top: 56px;
  }

  .p-dinner-menu-card {
    aspect-ratio: 13 / 4;
    height: auto;
  }

  .p-dinner-menu-card__body {
    left: 30px;
    text-align: center;
    transform: translateY(-50%);
    width: 40%;
  }

  .p-dinner-menu-card__title {
    font-size: 20px;
    justify-content: center;
  }

  .p-dinner-menu-card__text {
    font-size: 16px;
  }

  .p-dinner-menu-card__arrow {
    height: 10px;
    margin: 15px auto 0;
    width: 19px;
  }

  .p-dinner-salad {
    padding: 64px 0;
  }

  .p-dinner-salad__main {
    gap: 25px;
    grid-template-columns: 1fr;
  }

  .p-dinner-salad__image img {
    height: 68vw;
    min-height: 0;
  }

  .p-dinner-salad__content {
    padding: 0 20px;
    position: relative;
  }

  .p-dinner-salad__catch {
    padding-left: 100px;
  }

  .p-dinner-salad__title-row {
    display: block;
  }

  .p-dinner-salad__badge {
    height: 80px;
    left: 20px;
    position: absolute;
    top: 0;
    width: 80px;
  }

  .p-dinner-salad__title-body {
    margin-top: 15px;
  }

  .p-dinner-salad__text {
    margin-top: 30px;
  }

  .p-dinner-salad__badge span {
    font-size: 28px;
  }

  .p-dinner-section-title {
    font-size: 32px;
  }

  .p-dinner-section-title::after {
    background-size: 100% 1px, 38px 13px;
    height: 13px;
    width: auto;
  }

  .p-dinner-section-kana {
    font-size: 16px;
  }

  .p-dinner-price-list div {
    grid-template-columns: 108px 1fr;
  }

  .p-dinner-price-list dd {
    font-size: 14px;
  }

  .p-dinner-salad__grid {
    gap: 24px 18px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }

  .p-dinner-salad__grid img {
    height: 112px;
  }

  .p-dinner-salad__grid p {
    font-size: 12px;
  }

  .p-dinner-salad__note {
    text-align: left;
  }

  .p-dinner-specialty__hero {
    min-height: 340px;
    padding: 56px 0;
  }

  .p-dinner-specialty__lead {
    font-size: 14px;
    margin-top: 30px;
  }

  .p-dinner-specialty__kana {
    font-size: 16px;
  }

  .p-dinner-specialty__tabs {
    gap: 12px;
    justify-content: center;
  }

  .p-dinner-specialty__tabs span {
    font-size: 16px;
    padding: 16px 20px;
  }

  .p-dinner-specialty__items {
    padding: 56px 0 40px;
  }

  .p-dinner-specialty-item {
    gap: 0;
    grid-template-columns: 1fr;
    margin-bottom: 48px;
  }

  .p-dinner-specialty-item__image img {
    height: auto;
  }

  .p-dinner-specialty-item__content {
    margin: -10px auto 0;
    padding: 20px;
    width: calc(100% - 40px);
  }

  .p-dinner-specialty-item__content h3 {
    font-size: 18px;
  }

  .p-dinner-specialty-item__content--dark {
    order: 2;
  }

  .p-dinner-other {
    padding-bottom: 64px;
  }

  .p-dinner-other__title {
    font-size: 32px;
  }

  .p-dinner-other__grid {
    gap: 28px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .p-dinner-other__grid img {
    height: auto;
  }

  .p-dinner-other__grid h3 {
    font-size: 17px;
  }

  .p-dinner-dessert {
    padding: 64px 0;
  }

  .p-dinner-dessert__catch {
    font-size: 18px;
    letter-spacing: 0.08em;
  }

  .p-dinner-dessert__grid {
    gap: 44px;
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .p-dinner-dessert-card img {
    height: auto;
  }

  .p-dinner-dessert-card h3 {
    font-size: 16px;
    gap: 15px;
    margin-top: 15px;
  }

  .p-dinner-dessert-card h3::before,
  .p-dinner-dessert-card h3::after {
    height: 39px;
    width: 13px;
  }

  .p-dinner-dessert-card p {
    margin-top: 15px;
  }

  .p-dinner-dessert-card span {
    margin-bottom: 8px;
  }

  .p-dinner-chef {
    padding: 64px 0;
  }

  .p-dinner-chef__head h2 {
    font-size: 22px;
    letter-spacing: 0.08em;
  }

  .p-dinner-chef__head p {
    font-size: 16px;
  }

  .p-dinner-chef__head p::after {
    background-size: 28px 13px, 100% 1px, 38px 13px;
    height: 13px;
    margin-top: -5px;
    width: 75%;
  }

  .p-dinner-chef__body {
    gap: 34px;
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .p-dinner-chef__content {
    order: 1;
  }

  .p-dinner-chef__text {
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 2;
  }

  .p-dinner-chef__image {
    order: 0;
  }

  .p-dinner-chef__image img {
    height: auto;
  }

  .p-dinner-chef__name {
    margin-top: 36px;
  }

  .p-dinner-chef__profile {
    padding: 22px 20px;
  }

  .p-dinner-info {
    padding: 70px 0;
  }

  .p-dinner-info__kana {
    font-size: 16px;
  }

  .p-dinner-info__box {
    margin-top: 48px;
    padding: 20px 20px 0;
  }

  .p-dinner-info__row {
    gap: 12px;
    grid-template-columns: 1fr;
    padding: 18px 0;
  }

  .p-dinner-info__row dd {
    line-height: 1.3;
  }

  .p-dinner-info-price__salad-row {
    gap: 3px;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .p-dinner-info-price__salad-line {
    display: none;
  }

  .p-dinner-info-price li {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 10px;
  }

  .p-dinner-info-price li::after {
    display: none;
  }

  .p-dinner-explore {
    padding: 70px 0 0;
  }

  .p-dinner-explore__head p {
    font-size: 16px;
  }

  .p-dinner-explore__grid {
    grid-template-columns: 1fr;
    margin-top: 54px;
  }

  .p-dinner-explore-card {
    height: 150px;
  }

  .p-dinner-explore-card__body span {
    font-size: 20px;
  }

  .p-dinner-explore-card__body em {
    font-size: 16px;
  }

  .p-dinner-explore-card__body strong {
    font-size: 14px;
    margin-top: 10px;
  }

  .p-dinner-explore-card__body small {
    display: none;
  }
}
