/* ページネーションについてしまうテキストを消す */
.screen-reader-text {
  display:none;
}

/* 現在のページの数字にclassを付ける */
[aria-current="page"] {
  color: #ffffff;
  background-color: #000000;
  border-radius: 50%;
}

/* contact form 7で不必要なテキストを削除 */
div.screen-reader-response{
  display: none!important;
}
.wpcf7-response-output {
  display: none!important;
}
.wpcf7-not-valid-tip {
  display: none!important;
}
div.wpcf7-mail-sent-ok {
  display: none!important;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  display: none !important;
}

.wpcf7-submit.Button__text {
  width: 100%;
}

/* 多言語プラグインBogoの言語切り替えボタンデザインと合わせる */
.bogo-language-switcher {
  position: relative;
  display: flex;
  align-items: center;
  color: #000000;
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  margin-right: -12px;
}

.bogo-language-switcher::after {
  content: "|";
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.bogo-language-switcher .en-US,
.bogo-language-switcher .ja {
  position: relative;
  line-height: 72px;
  width: 50px;
  text-align: center;
}

.bogo-language-switcher .en-US {
  margin-right: 0.5em;
}

.bogo-language-name .current {
  font-weight: 700;
}

.bogo-language-name a {
  transition: none;
  color: #000000;
  font-weight: 300;
}

.bogo-language-name a[aria-current="page"] {
  background-color: transparent;
  border-radius: 0;
}

@media (max-width: 1024px) {
  .bogo-language-switcher {
    position: absolute;
    right: 20px;
    top: 0;
    color: #ffffff;
  }
  .bogo-language-switcher .en-US,
  .bogo-language-switcher .ja {
    line-height: 64px;
    width: 40px;
  }
  .bogo-language-name .current {
    color: #fbdf23;

  }
  .bogo-language-name a {
    color: #ffffff;
    font-weight: 700;
  }
}

/* ReCapthca */
.cf7sr-g-recaptcha > div {
  margin: 0 auto;
}