/* ========================================
   メニュー
======================================== */
.menu {
  padding: 80px 0 60px 100px;
  background-color: var(--color-white);
  position: relative;
  overflow: hidden;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  margin-right: 60px;
  min-width: 1200px;
  background-image: url(../images/menu-bk-image.png);
  background-repeat: no-repeat;
  background-position: -30px -90px;
  background-size: 806px 347px;
  padding-top: 100px;
}

.menu .container {
  position: relative;
  z-index: 2;
}

.menu .section-title {
  font-size: 64px;
  color: var(--color-primary);
  text-align: center;
  margin-bottom: 85px;
  font-weight: 300;
  font-family: var(--font-primary);
  line-height: 1.5;
  padding-right: 90px;
}

.menu-subtitle {
  text-align: center;
  font-size: 34px;
  color: var(--color-primary);
  margin-bottom: 50px;
  line-height: 1.5;
  font-weight: 300;
  font-family: var(--font-primary);
  padding-top: 45px;
  width: 700px;
  margin: 0 auto 60px;
  padding-right: 90px;
}

.menu-subtitle-menu {
  font-size: 24px;
}

.menu-price {
  display: flex;
  justify-content: center;
  gap: 44px;
  margin-bottom: 80px;
  padding-right: 90px;
}

.price-box {
  border: 2px solid var(--color-primary);
  border-radius: 4px;
  width: 238px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-box p {
  font-size: 24px;
  color: var(--color-primary);
  font-weight: 600;
  font-family: var(--font-primary);
  line-height: 1.5;
}

.menu-special {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px 90px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.menu-item {
  text-align: center;
}

.menu-item img {
  width: 360px;
  height: 360px;
  object-fit: cover;
  margin-bottom: 30px;
}

.menu-item .menu-decoration {
  position: relative;
  top: 225px;
  left: -72px;
  width: 283px;
  height: 252px;
  margin-top: -225px;
  z-index: 9999;
}

.menu-item p {
  font-size: 24px;
  color: var(--color-primary);
  line-height: 1.5;
  font-weight: 600;
  font-family: var(--font-primary);
  width: 360px;
}

/* ========================================
   メディア掲載
======================================== */
.media {
  padding: 100px 0;
  background-color: var(--color-background);
}

.media-header {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.media-header-image {
  width: 745px;
  opacity: 0.7 !important;
  margin: 0px auto;
}

.media-title {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: var(--color-primary);
  font-weight: 600;
  font-family: var(--font-serif);
  white-space: nowrap;
}

.media-text {
  text-align: center;
  font-size: 36px;
  color: var(--color-secondary);
  margin-bottom: 60px;
}

.media-images {
  display: flex;
  justify-content: center;
  gap: 80px;
}

.media-images img {
  width: 300px;
  height: auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* ========================================
   フッター
======================================== */
.footer {
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 60px 0;
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
}

.footer-logo {
  flex-shrink: 0;
}

.footer-logo img {
  width: 89px;
  height: 77px;
}

.footer-info {
  flex: 1;
  max-width: 564px;
}

.footer-info h3 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.footer-info p {
  font-size: 16px;
  line-height: 1.5;
  width: 400px;
}

/* フッター右側 */
.footer-right {
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer-map {
  width: 321px;
}

.footer-map img {
  width: 321px;
  height: 321px;
  object-fit: cover;
}

.footer-sns {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  padding-left: 8px;
}

.footer-sns-link {
  display: block;
  width: 22px;
  height: 22px;
  transition: opacity 0.3s ease;
}

.footer-sns-link:hover {
  opacity: 0.8;
}

.footer-sns-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ========================================
   レスポンシブデザイン
======================================== */
@media (max-width: 768px) {
  /* メニュー */
  .menu {
    padding: 40px 0;
    min-width: auto;
    margin-right: 0;
    border-radius: 0;
    background-size: 403px 173.5px;
    background-position: -60px -40px;
  }

  .menu .section-title {
    font-size: 36px;
    margin: 0 auto;
    padding: 0;
  }

  .menu-subtitle {
    font-size: 24px;
    margin-bottom: 40px;
    margin: 0 auto 40px;
    text-align: center;
    width: 80%;
    padding: 50px 0 0 0;
  }

  .menu-subtitle-menu {
    font-size: 20px;
  }

  .menu-price {
    flex-direction: column;
    gap: 40px;
    margin: 0 auto 60px;
    align-items: center;
    padding: 0;
  }

  .price-box {
    width: 238px;
  }

  .menu-special {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 100px;
  }

  .menu-item img {
    width: 300px;
    height: 300px;
    margin: 0 auto 10px;
  }

  .menu-item p {
    font-size: 16px;
    line-height: 1.2;
  }

  .menu-item .menu-decoration {
    position: relative;
    top: 145px;
    left: -92px;
    width: 200px;
    height: 180px;
  }

  /* メディア */
  .media {
    padding: 60px 0;
  }

  .media-header-image {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .media-title {
    font-size: 24px;
  }

  .media-text {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .media-images {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .media-images img {
    width: 100%;
    max-width: 300px;
  }

  /* フッター */
  .footer {
    padding: 40px 0;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 0 20px;
    text-align: center;
  }

  .footer-logo img {
    width: 60px;
    height: 52px;
  }

  .footer-info {
    max-width: none;
  }

  .footer-info h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .footer-info p {
    font-size: 14px;
    width: 100%;
  }

  .footer-right {
    display: none;
  }
  .footer-sns {
    padding: 0;
  }
}
