.main.lunch {
  background: url('../images/lunch/bg.png') center / 200px;
  font-family: "Noto Sans JP", sans-serif;
}

.lunch__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}

/**
 * .lunch-head
 */

.lunch-head {
  margin-bottom: 50px;
}

.lunch-head__ttl {
  font-family: "Zen Kurenaido", "Yomogi", cursive;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 40px;
  text-align: center;
  line-height: 1.4;
}

.lunch-head__ttl span {
  color: #5B9BD5;
  font-size: 48px;
}

.lunch-head__ttl br.sp {
  display: none;
}

.lunch-head__subttl {
  font-family: "Dancing Script", cursive;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  color: #E991B2;
  gap: 0 15px;
}

.lunch-head__subttl::before,
.lunch-head__subttl::after {
  content: '';
  width: 50px;
  height: 1px;
  background: #E991B2;
}

@media screen and (max-width: 767.98px) {
  .lunch-head__ttl {
    font-size: 26px;
  }

  .lunch-head__ttl span {
    font-size: 37px;
  }

  .lunch-head__ttl br.sp {
    display: inline;
  }
}

/**
 * .lunch-intro
 */

.lunch-intro {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #E8F4FD;
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 20px rgba(91, 155, 213, 0.08);
}

.lunch-intro__pic {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
}

.lunch-intro__pic img {
  width: 100%;
  height: auto;
}

.lunch-intro__message {
  text-align: center;
  font-size: 15px;
  line-height: 2;
  margin: 25px 0 0;
}

.lunch-intro__fee-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.lunch-intro-fee {
  flex: 0 0 275px;
  display: flex;
  border-radius: 10px;
  padding: 12px 24px;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  line-height: 1.45;
}

.lunch-intro-fee__tag {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 5px;
  font-weight: 700;
}

.lunch-intro-fee__price {
  font-size: 20px;
  font-weight: 700;
}

.lunch-intro-fee.lunch-intro-fee--kasanari {
  background: #E8F4FD;
}

.lunch-intro-fee.lunch-intro-fee--kasanari .lunch-intro-fee__tag {
  background: #5B9BD5;
  color: #fff;
}

.lunch-intro-fee.lunch-intro-fee--kasanari .lunch-intro-fee__price span {
  color: #5B9BD5;
}

.lunch-intro-fee.lunch-intro-fee--kasannashi {
  background: #FDF2F6;
}

.lunch-intro-fee.lunch-intro-fee--kasannashi .lunch-intro-fee__tag {
  background: #E991B2;
  color: #fff;
}

.lunch-intro-fee.lunch-intro-fee--kasannashi .lunch-intro-fee__price span {
  color: #E991B2;
}

/**
 * .lunch-sec
 */

.lunch-sec {
  padding-top: 0;
}

.lunch-sec + .lunch-sec {
  margin-top: 60px;
}

.lunch-sec__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  gap: 15px;
}

.lunch-sec__ttl-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  gap: 15px;
}

.lunch-sec__ttl-inner::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.lunch-sec--lastweek .lunch-sec__ttl-inner::before {
  background: url('../images/lunch/icon_lastweek.svg') center / 16px no-repeat #5B9BD5;
}

.lunch-sec--backnumber .lunch-sec__ttl::before,
.lunch-sec--backnumber .lunch-sec__ttl::after {
  content: '';
  flex: 1 0 0px;
  height: 1px;
  background: #E991B2;
}

.lunch-sec--backnumber .lunch-sec__ttl-inner {
  font-size: 20px;
}

.lunch-sec--backnumber .lunch-sec__ttl-inner::before {
  background: url('../images/lunch/icon_backnumber.svg') center / 16px no-repeat #E991B2;
}

.lunch-sec__more {
  text-align: center;
  margin-top: 50px;
}

.lunch-sec__more-btn {
  max-width: 200px;
  margin: 0 auto;
}

.lunch-sec__more-btn button {
  width: 100%;
  padding: 12px 30px;
  background: linear-gradient(90deg, #4d9ede 0%, #388aca 100%);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
  position: relative;
  transition: all 0.3s ease-out;
  overflow: hidden;
}

.lunch-sec__more-btn button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #90caf9 0%, #4d9ede 100%);
  transition: opacity .3s ease;
}

.lunch-sec__more-btn button span {
  position: relative;
  z-index: 1;
}

.lunch-sec__more-btn button:hover::after {
  opacity: 0;
}

.lunch-sec__more-btn button:disabled {
  background: #ccc;
}

.lunch-sec__more-spinner {
  width: 25px;
  height: 25px;
  margin: 10px auto 0;
}

/**
 * .lunch-week
 */
.lunch-week {
  padding: 0;
}

.lunch-week + .lunch-week {
  margin-top: 50px;
}

.lunch-week__ttl {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.lunch-week__ttl::after {
  content: '';
  flex: 1 0 0px;
  height: 1px;
  background: #FDF2F6;
}

.lunch-week__ttl-txt {
  font-size: 14px;
  font-weight: 700;
  border-radius: 100px;
  border: 1px solid #E991B2;
  background: #FDF2F6;
  color: #E991B2;
  padding: 6px 16px;
  line-height: 1.45;
}

.lunch-week__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media screen and (max-width: 767.98px) {
  .lunch-week__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/**
 * .lunch-item
 */

.lunch-item {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.lunch-item__pic {
  aspect-ratio: 4 / 3;
  position: relative;
}

.lunch-item__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lunch-item__body {
  padding: 18px;
}

.lunch-item__date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.45;
}

.lunch-item__date-icon {
  line-height: 1;
}

.lunch-item__menu {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.lunch-sec--lastweek .lunch-item {
  box-shadow: 0 4px 15px rgba(91, 155, 213, 0.08);
  border: 1px solid #E8F4FD;
}

.lunch-sec--lastweek .lunch-item__date {
  color: #5B9BD5;
}

.lunch-sec--lastweek .lunch-item__pic {
  background: #E8F4FD;
}

.lunch-sec--backnumber .lunch-item {
  box-shadow: 0 4px 15px rgba(233, 145, 178, 0.08);
  border: 1px solid #FDF2F6;
}

.lunch-sec--backnumber .lunch-item__date {
  color: #E991B2;
}

.lunch-sec--backnumber .lunch-item__pic {
  background: #FDF2F6;
}

/**
 * .lunch-item-noimage
 */


.lunch-item-noimage {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.lunch-item-noimage__icon svg {
  vertical-align: bottom;
}

.lunch-sec--lastweek .lunch-item-noimage {
  color: #5B9BD5;
}

.lunch-sec--backnumber .lunch-item-noimage {
  color: #E991B2;
}

/**
 * .lunch-notice
 */

.lunch-notice {
  margin-top: 60px;
  background: #E8F4FD;
  text-align: center;
  border-radius: 12px;
  padding: 20px;
  font-size: 13px;
  color: #718096;
  line-height: 1.8;
}

#lunchLoadMoreSpinner {
  opacity: 0;
  visibility: hidden;
}

#lunchLoadMoreSpinner.is-show {
  opacity: 1;
  visibility: visible;
}

#lunchLoadMore.is-hidden {
  display: none;
}