@charset "UTF-8";
/* CSS Document */
/* ::::::::::::::::::::::::::::::::: FOR RESTAURANT_MENUSEARCH PAGE レストランメニュー一覧 ::::::::::::::::::::::::::::::::: */
.section .tabList {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  margin-bottom: 25px;
  text-align: left;
  font-size: 1.4rem;
}

@media screen and (max-width: 989px) {
  .section .tabList {
    display: none;
  }
}

.section .tabList li {
  width: calc(33.3% - 4px);
  margin: 0 5px 10px 0;
}

@media screen and (max-width: 989px) {
  .section .tabList li {
    width: 100%;
    margin: 0 0 3px;
  }
}

.section .tabList li:nth-child(3n) {
  margin-right: 0;
}

.section .tabList li a {
  display: block;
  background: #E4E1E0;
  margin: 0;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  text-decoration: none;
}

.section .tabList li a::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  background: url(../../img/common/vector_yellow_right.svg) no-repeat 0 0/6px auto;
}

.section .tabList li a::after {
  content: none;
}

.section .tabList li.active a {
  background: #638fa2;
  color: #fff;
}

.section .tabList li.active a::before {
  background-image: url(../../img/common/vector_yellow_down.svg);
}

.planList_section .tabListS {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.planList_section .tabList02 .current a {
  color: #638fa2;
}

.planList_section .categorySelect {
  margin-bottom: 20px;
}

@media screen and (max-width: 989px) {
  .planList_section .catList {
    display: block;
    padding: 15px 5%;
    margin-bottom: 40px;
  }
}
