<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
@import url("https://fonts.googleapis.com/css?family=Roboto");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: top; }

table {
  border-collapse: collapse; }

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

textarea {
  overflow: auto;
  resize: vertical; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation; }

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
/* font */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
  font-display: swap; }

/* 日本語（notoSans）*/
/* 日本語（notoSerif）*/
/*日本語用（メイリオ）*/
/*英語用*/
@media screen and (max-width: 800px) {
  li {
    list-style: none; }
  body {
    font-family: "Noto Sans Japanese", sans-serif;
    background-color: #fffceb; }
  .roboto {
    font-family: "Roboto", sans-serif !important; }
  a.op:hover {
    opacity: .7; }
  header {
    /*
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99;
  */
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 100;
    background-color: #108313; }
    header.isOpen {
      height: 100vh; }
    header #headerInner {
      height: 60px;
      padding: 15px 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative; }
    header .logo {
      font-size: 0; }
      header .logo img {
        height: 30px; }
    header .header_sub .header_sub_link {
      display: none; }
    header #spBtns {
      display: flex; }
      header #spBtns #menuBtn {
        height: 19px;
        width: 18px;
        background: url(../images/common/menu.png) no-repeat 0 0;
        background-size: cover; }
        header #spBtns #menuBtn.isOpen {
          height: 19px;
          width: 19px;
          background: url(../images/common/close.png) no-repeat 0 0;
          background-size: cover; }
    header .menu-gmenu-container .menu {
      background-color: #108313;
      padding-top: 30px; }
      header .menu-gmenu-container .menu &gt; li:first-of-type {
        border-top: 1px solid #319933; }
      header .menu-gmenu-container .menu &gt; li a {
        color: #fff;
        text-decoration: none;
        padding: 10px 0 10px 18px;
        display: block; }
      header .menu-gmenu-container .menu &gt; li &gt; a {
        font-size: 16px;
        text-align: center;
        padding: 20px 15px;
        border-bottom: 1px solid #319933; }
        header .menu-gmenu-container .menu &gt; li &gt; a.contact {
          background-color: #fff;
          width: 60%;
          margin: 60px auto 0;
          color: #108313;
          padding: 15px;
          font-size: 14px;
          border-radius: 6px; }
        header .menu-gmenu-container .menu &gt; li &gt; a.text_link {
          font-size: 13px;
          padding-top: 15px;
          border-bottom: none; }
          header .menu-gmenu-container .menu &gt; li &gt; a.text_link:after {
            content: "";
            border: 0px;
            border-top: solid 2px #fff;
            border-right: solid 2px #fff;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            display: inline-block;
            width: 6px;
            height: 6px;
            margin-bottom: 1px;
            margin-left: 7px; }
      header .menu-gmenu-container .menu &gt; li .sub-menu {
        display: none; }
        header .menu-gmenu-container .menu &gt; li .sub-menu li a {
          background-color: #fff;
          padding-left: 0px;
          border-top: 1px solid #e3e3e3;
          position: relative;
          font-size: 13px;
          margin-left: 50px; }
          header .menu-gmenu-container .menu &gt; li .sub-menu li a:after {
            content: "";
            border: 0px;
            border-top: solid 2px #108313;
            border-right: solid 2px #108313;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            display: inline-block;
            width: 8px;
            height: 8px;
            position: absolute;
            top: calc(50% - 4px);
            right: 20px; }
          header .menu-gmenu-container .menu &gt; li .sub-menu li a[target="_blank"]:after {
            content: "";
            background: url(../images/common/icon_blank.png) no-repeat;
            background-size: cover;
            border: none;
            -webkit-transform: none;
                    transform: none;
            width: 15px;
            height: 15px;
            top: 14px;
            right: 16px; }
        header .menu-gmenu-container .menu &gt; li .sub-menu li:first-of-type a {
          margin-left: 0;
          padding-left: 50px; }
    header .sp_slideMenu {
      display: none;
      overflow-y: scroll; }
  footer {
    background-color: #108313; }
  .pageTopInner {
    text-align: center;
    padding: 10px 0;
    text-align: right;
    padding: 15px 15px; }
  #pageTop {
    display: inline-block;
    text-align: right;
    width: 37px;
    height: 37px; }
    #pageTop img {
      width: 100%; }
  .footerInner {
    padding: 20px 15px 15px; }
  .copyright {
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: center; }
  .footer_link {
    display: flex;
    margin-bottom: 20px; }
    .footer_link a {
      color: #fff;
      text-decoration: none;
      font-size: 12px;
      width: 50%;
      padding: 0 15px;
      text-align: center; }
      .footer_link a:not(:last-of-type) {
        border-right: 1px solid #319933; }
  #overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 15;
    top: 0;
    left: 0; }
  /* import */
  /* use Slick
@import "_slick";
@import "_slick-theme";
*/
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important; } }

@media screen and (min-width: 800px) {
  li {
    list-style: none; }
  body {
    font-family: "Noto Sans Japanese", sans-serif;
    background-color: #fffceb; }
  .roboto {
    font-family: "Roboto", sans-serif !important; }
  a.op:hover {
    opacity: .7; }
  header {
    /*
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99;
  */
    width: 100%; }
  footer {
    background-color: #108313; }
  .pageTopInner {
    text-align: center;
    padding: 10px 0; }
  #pageTop {
    display: inline-block; }
  .copyright {
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 0; }
  .footer_link a {
    color: #fff;
    text-decoration: none;
    font-size: 12px; }
  /* import */
  /* use Slick
@import "_slick";
@import "_slick-theme";
*/
  /* ココから下には記入禁止 */ }

@media print, screen and (min-width: 801px) {
  li {
    list-style: none; }
  body {
    font-family: "Noto Sans Japanese", sans-serif;
    background-color: #fffceb; }
  .roboto {
    font-family: "Roboto", sans-serif !important; }
  a.op:hover {
    opacity: .7; }
  header {
    /*
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99;
  */
    width: 100%;
    background-color: #fff; }
    header #headerInner {
      max-width: 980px;
      width: 96%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 120px; }
    header .logo {
      display: flex;
      align-items: center; }
      header .logo img {
        width: 36vw;
        max-width: 508px;
        min-width: 410px; }
    header .header_sub {
      display: flex; }
      header .header_sub .header_sub_link a {
        font-size: 14px;
        padding-top: 2px;
        display: inline-block;
        text-decoration: none; }
        header .header_sub .header_sub_link a.text_link {
          color: #108313;
          margin-right: 20px; }
          header .header_sub .header_sub_link a.text_link:after {
            content: "";
            border: 0px;
            border-top: solid 2px #ccc;
            border-right: solid 2px #ccc;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            display: inline-block;
            width: 6px;
            height: 6px;
            margin-bottom: 1px;
            margin-left: 3px; }
          header .header_sub .header_sub_link a.text_link:hover {
            text-decoration: underline; }
        header .header_sub .header_sub_link a.contact {
          color: #fff;
          background-color: #108313;
          box-shadow: 0px 5px 0px -3px #cccccc;
          padding: 10px;
          border-radius: 6px;
          min-width: 160px;
          text-align: center; }
          header .header_sub .header_sub_link a.contact:hover {
            color: #ffed58; }
    header #spBtns {
      display: none; }
    header .menu-gmenu-container .menu {
      display: flex;
      justify-content: center;
      margin: 0 auto;
      background-color: #108313;
      height: 50px; }
      header .menu-gmenu-container .menu &gt; li {
        position: relative;
        width: 19%; }
        header .menu-gmenu-container .menu &gt; li.SP {
          display: none; }
        header .menu-gmenu-container .menu &gt; li:not(:first-of-type):before {
          content: "";
          width: 1px;
          height: 16px;
          display: inline-block;
          background-color: #319933;
          position: absolute;
          left: 0;
          top: calc(50% - 8px); }
        header .menu-gmenu-container .menu &gt; li.menu-item-has-children:hover .sub-menu {
          display: block; }
        header .menu-gmenu-container .menu &gt; li a {
          color: #fff;
          text-decoration: none;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 15px;
          width: calc(100% + 1px);
          padding: 0 15px;
          height: 50px;
          position: relative;
          left: -1px;
          line-height: 1; }
        header .menu-gmenu-container .menu &gt; li &gt; a:hover {
          color: #ffed58; }
        header .menu-gmenu-container .menu &gt; li.current-menu-item &gt; a, header .menu-gmenu-container .menu &gt; li.current-menu-parent &gt; a {
          color: #ffed58; }
        header .menu-gmenu-container .menu &gt; li .sub-menu {
          display: none;
          background-color: #108313;
          position: absolute;
          top: 50px;
          left: 0;
          flex-wrap: wrap;
          width: calc(100%);
          padding: 10px 0px 20px;
          box-shadow: 0px 5px 11px -5px #1e2728;
          z-index: 10; }
          header .menu-gmenu-container .menu &gt; li .sub-menu li a {
            width: 100%;
            height: auto;
            text-align: left;
            position: relative;
            font-size: 14px;
            padding: 10px 20px; }
            header .menu-gmenu-container .menu &gt; li .sub-menu li a:hover {
              color: #ffed58; }
  footer {
    background-color: #108313; }
  .pageTopInner {
    text-align: center;
    padding: 10px 0; }
  #pageTop {
    display: inline-block; }
    #pageTop:hover {
      opacity: .7;
      cursor: pointer; }
  .footerInner {
    max-width: 980px;
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    height: 100px; }
  .copyright {
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    height: 56px; }
  .footer_link a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding-left: 15px; }
    .footer_link a:hover {
      text-decoration: underline; }
    .footer_link a:not(:last-of-type) {
      padding: 0 15px;
      border-right: 1px solid #319933; }
  /* import */
  /* use Slick
@import "_slick";
@import "_slick-theme";
*/
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important; } }

/*# sourceMappingURL=map/common.css.map */
</pre></body></html>