/*-------------------------------------
common
-------------------------------------*/
:root {
    --_base-font-family: "TsukuARdGothicStd-M", 游ゴシック, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    --_base-font-family__serif: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;;

    /* --font_gothic__en: Montserrat, var(--_base-font-family); */

    --easing-a: cubic-bezier(.77, 0, .18, 1);
    --easing-b: cubic-bezier(.19,1,.22,1);
    --easing-c: cubic-bezier(.165, .84, .44, 1);

    --radius-s: 4px;
    --radius-m: 8px;
    --radius-l: 16px;

    /* --unitone--color--accent: #b5b4e2; */
    --unitone--color--accent__sub: #e1f2f3;
    --unitone--color--accent__bg: #F8F2EE;
    
    --unitone--color--accent__pale: #f5f8ea;
    --unitone--color--accent__light: #cfdd9a;
    --unitone--color--accent__dark: #b0c758;
    --unitone--color--accent__heavy: #7b8b3d;

    --unitone--color--accent__sub__pale: #f2faf9;
    --unitone--color--accent__sub__light: #d9f1ee;
    --unitone--color--accent__sub__dark: #aadadd;
    --unitone--color--accent__sub__heavy: #738b88;
}

body {
    overflow-x: hidden;
    font-family: var(--_base-font-family);
}

h1,h2,h3,h4,h5,h6,th,b,strong {
    font-family: "TsukuARdGothicStd-B", var(--_base-font-family);
}

.height-100 {
    height: 100%;
}
.width-100 {
    width: 100%;
}
.padding-top-0,
.padding-top-0>[data-unitone-layout="gutters"] {
    padding-top: 0;
}
.padding-bottom-0,
.padding-bottom-0>[data-unitone-layout="gutters"] {
  padding-bottom: 0;
}
.inner-padding-rel>[data-unitone-layout="gutters"]>[data-unitone-layout="container"] {
  position: relative;
}

.non-disp {
    display: none !important;
    visibility: hidden !important;
}

@media screen and (min-width:1024px) {
    .pc-hidden {
      display: none !important;
      visibility: hidden !important;
    }
}
@media screen and (min-width:600px) and (max-width:1023px) {
    .tb-hidden {
      display: none !important;
      visibility: hidden !important;
    }
}
@media screen and (max-width:599px) {
    .sp-hidden {
      display: none !important;
      visibility: hidden !important;
    }
}

#js-header.is-toggle {
    color: var(--unitone--color--accent) !important;
    background-color: #fff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.wp-block-navigation__responsive-container-open {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .wp-block-navigation__responsive-container-open::after {
    content: 'menu';
    font-size: 10px;
    line-height: 1;
  }

  @media screen and (max-width: 639px) {
    .footer-flex {
      flex-direction: column;
    }
  }