/* 多言語版入口ボタン表示調整用 */

#op .entrance02 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 800px;
  width: 100%;
}

#op .entrance02 .more_btn {
  width: calc(90% / 3);
  margin: 0 auto;
}

.conts_txt{
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

#gnav li {
    background: url(https://club-face.jp/upload/pub/bg_nav.jpg) repeat !important;
}
#gnav a.current {
     background: url(https://club-face.jp/upload/pub/bg_nav2.jpg) repeat !important;
}
#gnav ul li.gli a.gbtn, #gnav ul li.gli a.gbtn .jp, #top_navi ul li a
 {
    color: #ffffff !important;
}
.upside {
    background: url(https://club-face.jp/upload/pub/bg_nav.jpg) repeat;
}
#wrap {
    background: rgba(88, 82, 91, 0.6);
}

a:visited {
    color: #ffffff;
    text-decoration: none;
}
#footer nav {
    background-color: #9a5f8f;
}

.header_info{
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
  }

  span.tel{
    font-family: "Zen Old Mincho", serif !important;
    font-weight: 400;
    font-style: normal;
  }
  .systemlist{
    font-family: "Zen Old Mincho", serif !important;
    font-weight: 400;
    font-style: normal;
  }

@media screen and (max-width: 768px) {
  #op .entrance02 .more_btn a {
    font-size: 1.4rem;
  }

  #op .entrance02 {
    margin-top: 10px;
  }
}

