@charset "utf-8";

.gjs-dashed .content-area .content {
    display: block;
    padding: 30px;
    border: 5px solid #ccc;
    margin-top: 30px;
}

.gjs-dashed .banquetCourseMemo {
    display: block;
    font-size: 32px;
    text-align: center;
}

.gjs-dashed .panel .d-none {
    display: block !important;
}

.tab-area {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  align-items: center;
}

.tab-area .tab {
  width: 100%;
  padding: 15px 15px 13px;
  color: #fff;
  font-weight: 700;
  border: 2px solid #F19EC2;
  transition: all .5s;
  cursor: pointer;
  display: flex;
  height: 65px;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}

.tab-area .tab.active {
  background: #F19EC2;
  transition: all .5s;
}

.content-area .content {
  display: none;
}
.content-area .content.show {
  display: block;
}

.banquetCourseBoxWr01 {
    margin-top: 80px;
}

.banquetCourseMemo {
    display: none;
}

.tab-area .tab>img {
    width: 100%;
    max-width: 130px;
}

.tab-area .tab.active:first-child {
    background: #82C025;
}

.tab-area .tab:first-child {
    border-color: #82C025;
}

.tab.active>img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.tab-area .tab {
}

.tab-area {
  grid-template-columns: repeat(2, 1fr);
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.tab-area .tab {
}
  
.banquetCourseBoxWr01 {
    margin-top: 150px;
}

.tab-area {
  gap: 40px;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.tab-area .tab {
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */