@charset "UTF-8";

/* ================================================== */
/* hero-area */
/* ================================================== */
#hero-area {
  background: url(../images/bg_hero-area_catering.jpg) #EFCA50 no-repeat center bottom;
  background-size: cover;
}

#hero-area h1 {
  font-size: 3.8rem;
}

/* ================================================== */
/* menu */
/* ================================================== */
#menu .container {
  background: none;
  background-size: 100%;
  position: relative;
}

#menu .cards {
  align-items: flex-end;
}

#menu .cards_small-content .cards_card_content {
  padding: 4rem 2rem;
}

#menu .plan-normal,
#menu .plan-strong {
  line-height: 1.6;
  overflow: visible;
  position: relative;
}

#menu .plan-normal .plan_description,
#menu .plan-strong .plan_description {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 4.5rem;
}

#menu .plan-normal figure img,
#menu .plan-strong figure img {
  width: auto;
}

#menu .plan-normal {
  border: 6px solid #AD8500;
}

#menu .plan-normal h3 {
  color: #AD8500;
  font-size: 1.6rem;
}

#menu .plan-normal figure img {
  max-height: 40px;
}

#menu .plan-normal .strong-text {
  color: #AD8500;
  font-size: 2rem;
}

#menu .plan-strong {
  border: 6px solid #FF7F00;
}

#menu .plan-strong .plan-strong_recommend {
  position: absolute;
  text-align: center;
  top: -24px;
  width: 100%;
}

#menu .plan-strong .plan-strong_recommend figure {
  background-color: #FF7F00;
  display: inline-block;
  padding: .5rem;
}

#menu .plan-strong .plan-strong_recommend img {
  width: 124px;
}

#menu .plan-strong h3 {
  color: #FF7F00;
}

#menu .plan-strong figure img {
  max-height: 60px;
}

#menu .plan-strong .strong-text {
  color: #FF7F00;
}

#menu .plan_description,
#menu .price_description {
  display: block;
}

#menu .plan-note,
#menu .price_description {
  font-size: 1.2rem;
}

#menu .plan_description {
  font-size: 1.4rem;
}

#menu .price_description {
  white-space: nowrap;
}

#menu .group_group {
  margin-bottom: 1rem;
}
#menu .group_group:last-child {
  margin-bottom: 0;
}

#menu .tab-header {
  font-size: 2rem;
}

#menu .tab-header .tab-trigger {
  border-bottom: 6px solid #ffffff;
}
#menu .tab-header .tab-trigger.is-active {
  border-bottom: 6px solid #222222;
}

#menu table tr th {
  padding-right: 1rem;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #menu .plan-normal,
  #menu .plan-strong {
    width: 100%;
  }

  #menu .plan-option .cards_card_content {
    padding: 4rem 2rem;
  }

  #menu .tab-header {
    font-size: 1.4rem;
  }
}

/* ================================================== */
/* license */
/* ================================================== */
#license h2 {
  font-size: 2.4rem;
}

#license table th,
#license table td {
  font-weight: 400;
}

#license table td {
  padding-left: 2rem;
}