@charset "UTF-8";

/*****************************
menu-course-sec
*****************************/
.menu-course-sec {
  padding: 10rem 0 0;
}
.menu-course-sec .txtbox1 {
  margin-bottom: 5rem;
}
.menu-course-sec .coursewrap {
  margin-bottom: 5rem;
}
.menu-course-sec .courselist li {
  background: url(../../images/top/bg-topsec-menu.webp) no-repeat center / cover;
  padding: 8rem 4rem;
}
.menu-course-sec .courselist li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.menu-course-sec .courselist li .ttl {
  margin-bottom: 2rem;
  line-height: 1.5;
  text-align: center;
}
.menu-course-sec .courselist .menubox {
  background: rgba(255,255,255,.7);
  box-shadow: 5px 5px 10px #ccc;
  margin-bottom: 3rem;
  overflow: hidden;
  padding: 2rem;
  text-align: center;
}
.menu-course-sec .courselist dl dt {
  font-weight: bold;
  padding-bottom: 2rem;
  position: relative;
}
.menu-course-sec .courselist dl dt::before {
  background: #8C3315;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 20px;
  width: 2px;
}
.menu-course-sec .courselist dl dd:not(:last-of-type) {
  margin-bottom: 2rem;
}
.menu-course-sec .txtbox2 {
  background: url(../../images/page/banquet-menu/bg-txtbox2.webp) no-repeat center / cover;
  padding: 6rem 2rem;
  position: relative;
}
.menu-course-sec .txtbox2::before {
  background: rgba(0,0,0,.4);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.menu-course-sec .txtbox2 p {
  color: #fff;
  position: relative;
}
.menu-course-sec .txtbox2 .txt1 {
  background: #8C3315;
  display: inline-block;
  padding: .5rem 1rem;
  font-weight: bold;
}
.menu-course-sec .txtbox2 .txt2 {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .menu-course-sec .courselist li {
    padding: 4rem 2rem;
  }
  .menu-course-sec .txtbox2 .txt2 {
    font-size: 2rem;
  }
}