/******************************************************************
Theme Name: Nagadoheikouminkan theme
Theme URI: https://nagadohei.net/
Author: Yasuno
Author URI: https://streetarts.jp/
Version: 1.0
Template: ignites
------------------------------------------------------------------*/
@import url("../ignites/style.css");

body {
    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

h1,h2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h4 {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 1.2rem;
}

@media (max-width: 991px) {
  .site-branding {
    width: auto;
  }
}

@media screen and (max-width: 600px) {
  .is-layout-flex {
    display: block !important;
  }

  .clubtable {
    font-size: 0.8rem;
  }
}
.site-branding img {
  max-width: 15%;
}