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

.gjs-dashed .menuFlexMainListBox {
    padding: 15px;
}

.gjs-dashed .menuFlexMainListTextList {
    padding-top: 15px;
}

.gjs-dashed .menuFlexWr {
    padding: 15px;
}

.content-area .content .menuFlexWr:first-child {
    margin-top: 0;
}

.menuFlexMainListWr .menuFlexMainListBox:first-child {
    margin-top: 0;
}

.menuFlexGalleryWr {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 18px;
}

.tab-area {
  width: 100%;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  max-width: 960px;
}
.tab-area .tab {
    width: 100%;
    height: 60px;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.1em;
    transition: all .5s;
    cursor: pointer;
    border-radius: 10px;
}

.tab-area .tab:hover {
    transition: all .5s;
    background: #A54444;
}

.tab-area .tab.active {
  color: #fff;
  border: none;
  background: #A54444;
}

.content-area .content {
  display: none;
}
.content-area .content.show {
  margin-top: 80px;
  display: block;
}



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

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

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

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

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

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

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


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

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

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

.tab-area {
  grid-template-columns: repeat(2, 1fr);
}
  
.menuFlexGalleryWr {
    grid-template-columns: repeat(4, 1fr);
}

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

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

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