@charset "utf-8";

.panel-group .panel {
    margin-top: 80px;
}

.menuTabBtnWr {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.tab-group{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 10px;
}


.tab{
  padding: 20px 15px;
  width: 100%;
  margin: 0 auto;
  cursor:pointer;
  background-color: #909540;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}

.tab:hover {
    background-color: #162F5D;
    color: #fff;
    letter-spacing: 0.05em;
}

.panel{
  display:none;
}

.gjs-dashed .panel{
  display:block;
}

.tab.is-active{
  background: #162F5D;
  color:#FFF;
  transition: all 0.2s ease-out;
}

.panel.is-show{
  display:block;
}



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

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

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

  .tab-group{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 40px;
}



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

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

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