@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*bogo関連*/
.widget_bogo_language_switcher .w-header__title {
  display: none;
}

.bogo-language-switcher {
  display: flex;
  flex-direction: row-reverse;
}

.bogo-language-switcher a {
  padding: 1em;
  color: var(--color_text);
  /*color: #111111;*/
  /*font-weight: 700;*/
}

.bogo-language-switcher .current a {
  color: darkgreen;
}

.bogo-language-switcher .en-US {
  position: relative;
}

.bogo-language-switcher .en-US::before {
  content: "";
  width: 1px;
  height: 65%;
  /*background-color: var(--color_text);*/
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* 現在閲覧中の言語の文字色 */
.bogo-language-switcher .current a {
    color:  #ff9789;
}

/* 問い合わせ完了デザイン調整 */
.wpforms-confirmation-container-full{
    background: unset !important;
    border: unset !important;
}
