@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:500,600,700i");
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  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; }

/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
@media screen and (max-width: 800px) {
  body {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 2; }
  .en {
    font-family: 'Poppins', sans-serif; }
  header {
    width: 100%; }
    header .inner {
      width: 95%;
      height: 60px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 900; }
      header .inner #siteName {
        width: 206px;
        height: 34px; }
        header .inner #siteName img {
          width: 100%;
          height: auto; }
      header .inner .contact {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-color: #f39800;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center; }
        header .inner .contact .txt {
          display: none; }
        header .inner .contact .icon {
          width: 20px; }
          header .inner .contact .icon img {
            width: 20px;
            height: auto; }
  footer {
    margin-top: 30px;
    padding-bottom: 10px; }
    footer .inner {
      width: 90%;
      margin: 0 auto; }
      footer .inner .copy {
        font-size: 10px;
        font-weight: 500;
        margin-top: 1em; }
      footer .inner #footerInfo ul {
        list-style: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center; }
        footer .inner #footerInfo ul li {
          font-size: 14px;
          height: 1em;
          line-height: 1;
          margin-top: 15px; }
          footer .inner #footerInfo ul li a {
            color: #000;
            text-decoration: none; }
            footer .inner #footerInfo ul li a:hover {
              text-decoration: underline; }
          footer .inner #footerInfo ul li:not(:last-of-type):after {
            content: "｜";
            display: inline-block;
            width: .4em;
            height: 1em;
            margin-right: .4em; }
          footer .inner #footerInfo ul li:nth-of-type(1) {
            height: 39px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            margin-top: 0; }
            footer .inner #footerInfo ul li:nth-of-type(1):after {
              display: none; }
            footer .inner #footerInfo ul li:nth-of-type(1) img {
              padding-left: .5em; }
  .forPC {
    display: none; } }

@media print, screen and (min-width: 801px) {
  body {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 2; }
  .en {
    font-family: 'Poppins', sans-serif; }
  header {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    transition: all 1s; }
    header .inner {
      width: 95%;
      height: 70px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header .inner #siteName {
        width: 238px;
        height: 39px;
        background-image: url(../images/logo.png); }
        header .inner #siteName img {
          display: none; }
      header .inner .contact {
        width: 210px;
        height: 45px;
        border: 2px solid #f39800;
        border-radius: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        text-decoration: none;
        color: #f39800;
        line-height: 45px;
        background-color: #fff;
        transition: all .3s; }
        header .inner .contact .icon {
          display: none; }
        header .inner .contact:hover {
          background-color: #f39800;
          color: #fff; }
    header.isScroll {
      background-color: rgba(255, 255, 255, 0.6); }
  footer {
    margin-top: 50px;
    padding-bottom: 50px; }
    footer .inner {
      width: 95%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      footer .inner .copy {
        font-size: 14px;
        font-weight: 500;
        order: 1; }
      footer .inner #footerInfo {
        order: 2; }
        footer .inner #footerInfo ul {
          list-style: none;
          display: flex;
          align-items: center; }
          footer .inner #footerInfo ul li {
            font-size: 14px;
            height: 1em;
            line-height: 1; }
            footer .inner #footerInfo ul li a {
              color: #000;
              text-decoration: none; }
              footer .inner #footerInfo ul li a:hover {
                text-decoration: underline; }
            footer .inner #footerInfo ul li:not(:last-of-type):after {
              content: "｜";
              display: inline-block;
              width: 1em;
              height: 1em;
              margin-left: .8em;
              margin-right: .5em; }
            footer .inner #footerInfo ul li:nth-of-type(1) {
              height: 39px;
              display: flex;
              align-items: center; }
              footer .inner #footerInfo ul li:nth-of-type(1) img {
                padding-left: .5em; }
  .forSP {
    display: none; } }

/*# sourceMappingURL=map/common.css.map */
