@charset "utf-8";

.main {
  color: #326645;
  background: #EEEDCB;
}

.btn {
  background: #326645;
  color: #fff;
}

.btn.btn-border {
  border-color: #326645;
  color: #326645;
}

.btn.btn-area {
  border-color: #326645;
  background: rgba(50, 102, 69, 0.10);
  color: #326645;
}

.btn.btn-price {
  border-color: #DB7434;
  background: rgba(219, 116, 52, 0.10);
  color: #DB7434;
}

.btn_upper_text::before {
  background-image: url(/assets/specials/kansai_shared/common/slash_left_green2.svg);
}

.btn_upper_text::after {
  background-image: url(/assets/specials/kansai_shared/common/slash_right_green2.svg);
}

.section.section-store {
  background: rgba(175, 172, 94, 0.15);
}

.section_header {
  border-bottom-color: #326645;
}

.gift {
  border-color: #326645;
}

.giftContainer>section:nth-of-type(even) .gift {
  border-color: #DB7434;
  color: #DB7434;
}

.giftContainer>section:nth-of-type(even) .btn {
  background: #DB7434;
}

.giftContainer>section:nth-of-type(even) .btn.btn-border {
  border-color: #DB7434;
  color: #DB7434;
}

.gift_heading::after {
  border-bottom-color: #326645;
}

.giftContainer>section:nth-of-type(even) .gift_heading::after {
  border-color: #DB7434;
}

.catalog_course {
  background: rgba(50, 102, 69, 0.20);
}

.giftContainer>section:nth-of-type(even) .catalog_course {
  background: rgba(219, 116, 52, 0.20);
}

.seriesContainer {
  background: rgba(50, 102, 69, 0.07);
}

.giftContainer>section:nth-of-type(even) .seriesContainer {
  background: rgba(219, 116, 52, 0.07);
}

.catalogCard_price {
  background: #DB7434;
  color: #FFF;
}

.giftContainer>section:nth-of-type(even) .catalogCard_price {
  background: #326645;
}

.catalogCard_name {
  color: #326645;
}

.giftContainer>section:nth-of-type(even) .catalogCard_name {
  color: #DB7434;
}

.giftContainer>section:nth-of-type(even) .btn_upper_text::before {
  background-image: url(/assets/specials/kansai_shared/common/slash_left_orange2.svg);
}

.giftContainer>section:nth-of-type(even) .btn_upper_text::after {
  background-image: url(/assets/specials/kansai_shared/common/slash_right_orange2.svg);
}

.search_header.search_header-price .section_title {
  color: #DB7434;
}

.store_img {
  background: #fff;
}