@charset "UTF-8";s
/* ==========================================================================
  component
========================================================================== */
/* --------------------------------------------------------------------------
  /// template 上書き ///
-------------------------------------------------------------------------- */
.page-ziaino {
  max-width: inherit;
  min-width: inherit;
}

.page-ziaino {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.page-ziaino a:hover span,
.page-ziaino a:hover p {
  color: inherit;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif !important;
}
.page-ziaino a:hover img {
  opacity: 1;
}

/* --------------------------------------------------------------------------
  page-ziaino 共通のような base
-------------------------------------------------------------------------- */
.page-ziaino {
  position: relative;
}
.page-ziaino *, .page-ziaino *::before, .page-ziaino *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}