@-webkit-keyframes closeopen {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg); } }

@keyframes closeopen {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg); } }

@-webkit-keyframes openclose {
  0% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes openclose {
  0% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

* {
  margin: 0;
  padding: 0; }

ol,
ul {
  list-style: none; }

a {
  pointer-events: auto; }
  a:hover, a:active {
    text-decoration: none; }

a[href="javascript:void(0)"] {
  cursor: default;
  opacity: 1; }

img[src*="loging.cgi"],
img[src*="index.cgi"] {
  opacity: 0;
  visibility: hidden;
  display: none; }

#page-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  opacity: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }
  #page-top.fadein {
    opacity: 1; }
  #page-top.fadeout {
    opacity: 0; }
  #page-top a {
    background-color: #040302;
    border: solid 1px #fff;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0; }
    #page-top a:hover {
      background: #040302; }
    #page-top a i {
      font-size: 16px;
      line-height: normal; }

.mainimg img {
  display: block;
  margin: auto; }

a.accordion {
  text-align: center;
  color: #207b1e;
  padding: 1.2vw 0;
  width: 100%;
  background-color: #fff;
  border: solid 1px #207b1e;
  border-radius: 0.8vw;
  position: relative;
  margin: 0 auto; }
  a.accordion::before {
    content: "\7d9a\304d\3092\8aad\3080";
    font-size: 3.46667vw;
    font-weight: 700;
    display: inline-block;
    margin: 0 auto; }
  a.accordion::after {
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    position: absolute;
    right: 2.66667vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  a.accordion.open::before {
    content: "\9589\3058\308b"; }
  a.accordion.open::after {
    content: "\f077"; }

.pc-b {
  display: block !important; }

.pc-ib {
  display: inline-block !important; }

.sp-b {
  display: none !important; }

.sp-ib {
  display: none !important; }

.sp-flex {
  display: none !important; }

.cntentsbox {
  margin: 0; }

#cntents {
  margin: 15px auto 0; }

#lnavi .space img {
  margin: 0 auto; }

.footer_fix_page-top,
#floating {
  display: none; }

@media (max-width: 599px) {
    * {
      letter-spacing: normal !important; }
  html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    letter-spacing: normal;
    height: -webkit-fill-available;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-touch-action: manipulation;
        touch-action: manipulation; }
  body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    text-align: justify;
    font-weight: 500;
    font-size: 3.73333vw;
    line-height: 1.6; }
    body.fixed {
      width: 100%;
      height: 100%;
      position: fixed; }
  body,
  p,
  div,
  td,
  th,
  ul,
  li,
  address,
  h1,
  h2,
  h3,
  h4,
  h5,
  header,
  footer,
  asice,
  article,
  section {
    font-size: 3.46667vw; }
  img {
    max-width: 100%;
    height: auto;
    width: auto; }
    #page-top {
      bottom: 24vw;
      right: 4vw; }
        #page-top a i {
          font-size: 4.26667vw; }
      #page-top a {
        width: 10.66667vw;
        height: 10.66667vw; }
  .f10 {
    font-size: 2.66667vw; }
  .f11 {
    font-size: 2.93333vw; }
  .f12 {
    font-size: 3.2vw; }
  .f13 {
    font-size: 3.46667vw; }
  .f14 {
    font-size: 3.73333vw; }
  .f15 {
    font-size: 4vw; }
  .f16 {
    font-size: 4.26667vw; }
  .f17 {
    font-size: 4.53333vw; }
  .f18 {
    font-size: 4.8vw; }
  .f19 {
    font-size: 5.06667vw; }
  .f20 {
    font-size: 5.33333vw; }
    .pc-b {
      display: none !important; }
    .pc-ib {
      display: none !important; }
    .sp-b {
      display: block !important; }
    .sp-ib {
      display: inline-block !important; }
    .sp-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .cntentsbox {
      margin: 0 auto;
      float: none; }
    #cntents {
      width: 100%;
      background-color: #efeeea; }
  #pan {
    display: none; }
  #rap {
    width: 90%;
    text-align: justify;
    float: none; }
    #rap .bx ul li .txt {
      width: 100%; }
    #rap .samples .boxs p {
      width: 100%; }
    #rap hgroup h1 {
      padding: 2.66667vw 0 2.66667vw 2.93333vw;
      border-left: solid 4px #4f3514;
      border-bottom: solid 1px #4f3514;
      background: white;
      background: -webkit-gradient(linear, left top, right top, from(white), to(#efeeea));
      background: -o-linear-gradient(left, white 0%, #efeeea 100%);
      background: linear-gradient(90deg, white 0%, #efeeea 100%); }
      #rap hgroup h1 span {
        color: #4f3514;
        font-weight: 700;
        font-size: 4.26667vw; }
    #rap p#ltitle {
      margin-bottom: 8vw; }
    #rap section h2 {
      background-image: none;
      background-color: #4f3514;
      font-size: 4.26667vw;
      height: auto;
      text-indent: 0;
      padding: 1.6vw 0 1.6vw 4vw;
      margin: 5.33333vw auto; }
    #rap section h3.tits {
      font-size: 4.26667vw;
      padding: 0.8vw 0 0.8vw 2.13333vw; }
    #rap section h4 {
      margin: 2.66667vw auto;
      width: 100%; }
    #rap section table {
      width: 100%;
      border-bottom: solid 1px #555;
      border-left: solid 1px #555;
      min-width: initial; }
      #rap section table th {
        border-top: solid 1px #555;
        border-right: solid 1px #555;
        padding: 6px 10px;
        text-align: center;
        font-weight: 900; }
      #rap section table td {
        border-top: solid 1px #555;
        border-right: solid 1px #555;
        padding: 6px 15px;
        background-color: #f5f5f5; }
    #rap .komebox {
      margin-bottom: 0px; }
      #rap .komebox p,
      #rap .komebox span {
        font-size: 3.46667vw; }
  #lnavi {
    width: 100%;
    float: none; }
    #lnavi .space2 {
      width: 95%;
      margin: 8vw auto 4vw; }
    #lnavi .side_news,
    #lnavi .space.exa {
      width: 95%;
      margin: 0 auto; }
    #lnavi .sideh_title {
      margin: 0 auto 2.66667vw !important;
      padding: 1.6vw 0;
      position: relative;
      font-size: 4vw; }
    #lnavi .space.exa {
      margin: 5.33333vw auto 16vw !important; }
      #lnavi .space.exa > div {
        display: none; }
        #lnavi .space.exa > div ul li {
          background-image: none;
          background-color: #f7f7f5;
          position: relative;
          padding: 4vw 4vw 4vw 5.33333vw;
          width: calc(100% - 9.33333vw); }
          #lnavi .space.exa > div ul li span {
            font-size: 3.73333vw; }
          #lnavi .space.exa > div ul li a {
            font-size: 4.26667vw; }
          #lnavi .space.exa > div ul li::before {
            content: "";
            height: 100%;
            width: 5.33333vw;
            background-color: #fff;
            position: absolute;
            left: 0;
            bottom: 0;
            top: 0; }
          #lnavi .space.exa > div ul li::after {
            font-weight: 900;
            font-family: "Font Awesome 5 Free";
            content: "\f0da";
            color: #0099cc;
            position: absolute;
            top: 50%;
            left: 1.86667vw;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); }
        #lnavi .space.exa > div ul + p a span {
          color: #fff;
          background-color: #563d1d;
          display: block;
          padding: 3.2vw 0;
          width: 100%;
          text-align: center;
          font-weight: 700; }
          #lnavi .space.exa > div ul + p a span i {
            padding: 0 4px 0 0; }
      #lnavi .space.exa .sideh_title::after {
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        content: "\2b";
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      #lnavi .space.exa .sideh_title.open::after {
        content: "\f068"; }
    #lnavi .side_news ul li {
      font-size: 4.26667vw;
      padding: 4vw; }
      #lnavi .side_news ul li h3 {
        font-weight: 700;
        font-size: 4.26667vw; }
      #lnavi .side_news ul li p {
        font-size: 4.26667vw; }
  .side_news ul {
    width: 100%; }
  #lnavi .exa ul {
    width: 100%; }
    #lnavi .exa ul li {
      background-repeat: repeat; }
  .mainimg {
    padding: 16vw 0 0 0;
    overflow: hidden;
    height: 100px; }
    .mainimg img {
      height: 100%;
      max-width: initial; }
  footer {
    background-image: none;
    position: relative;
    padding: 0 0 19.73333vw 0; }
    footer .sp_footer {
      background-color: #4f3514; }
      footer .sp_footer::before {
        content: "";
        width: 100%;
        height: 3px;
        background-color: #040302;
        display: block;
        border-bottom: solid 1px #fff; }
      footer .sp_footer * {
        color: #fff;
        text-align: center; }
      footer .sp_footer-info {
        padding: 10.66667vw 9.33333vw 5.86667vw; }
        footer .sp_footer-info p {
          font-weight: 700;
          font-size: 6.93333vw; }
          footer .sp_footer-info p span,
          footer .sp_footer-info p small {
            display: block; }
          footer .sp_footer-info p span {
            font-size: 3.73333vw;
            padding: 0 0 2.66667vw 0; }
          footer .sp_footer-info p small {
            font-weight: 300;
            line-height: 1.8;
            font-size: 3.46667vw; }
      footer .sp_footer-tel p {
        font-weight: 700;
        padding: 0 0 6.66667vw 0; }
        footer .sp_footer-tel p span {
          font-size: 5.33333vw;
          padding: 0 4px 0 0; }
        footer .sp_footer-tel p a {
          font-size: 6.93333vw; }
        footer .sp_footer-tel p small {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-weight: 300;
          font-size: 3.73333vw; }
          footer .sp_footer-tel p small::before {
            content: "[";
            display: inline-block;
            padding: 0 4px 0 0; }
          footer .sp_footer-tel p small::after {
            content: "]";
            display: inline-block;
            padding: 0 0 0 4px; }
      footer .sp_footer-tel ul {
        background-color: #603612;
        border: solid 1px #927a5f;
        margin: 0 auto 4.26667vw;
        width: calc(100% - 24vw);
        text-align: left;
        padding: 4vw 5.33333vw; }
        footer .sp_footer-tel ul li {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-weight: 700;
          font-size: 3.06667vw; }
          footer .sp_footer-tel ul li::before {
            content: "\25a0";
            display: inline-block;
            padding: 0 4px 0 0; }
      footer .sp_footer .copy {
        background-color: #573e1e;
        border-top: solid 1px #fff;
        padding: 4vw; }
        footer .sp_footer .copy small {
          font-size: 3.2vw; }
    footer .footer_fix_page-top {
      display: block;
      position: absolute;
      top: 4vw;
      right: 4vw; }
      footer .footer_fix_page-top a {
        text-decoration: none;
        color: #4f3514;
        background-color: #fff;
        width: 10.66667vw;
        height: 10.66667vw;
        border-radius: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0; }
        footer .footer_fix_page-top a i {
          font-size: 4.26667vw;
          line-height: normal; }
  #floating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 19.73333vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    background: #ff3300;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3300), to(#ff6633));
    background: -o-linear-gradient(top, #ff3300 0%, #ff6633 100%);
    background: linear-gradient(180deg, #ff3300 0%, #ff6633 100%); }
    #floating span {
      display: block;
      color: #fff;
      font-size: 5.33333vw;
      font-weight: 700;
      text-align: center; }
    #floating small {
      display: block;
      font-size: 3.46667vw;
      font-weight: 500;
      color: #fff;
      text-align: center;
      margin: 0;
      padding: 0; }
  header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 16vw;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    z-index: 9999; }
    header .hed {
      width: 100%;
      margin: 0;
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      left: 0; }
      header .hed hgroup {
        padding: 2.66667vw 0 0 3.2vw; }
        header .hed hgroup h1 {
          font-size: 2.66667vw;
          margin: 0 0 1.33333vw; }
        header .hed hgroup h2 {
          display: block;
          height: 5.33333vw; }
          header .hed hgroup h2 img {
            height: 100%;
            width: auto; }
    header .add {
      display: none; }
    header nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      display: none;
      width: 100%;
      height: 100vh;
      background-color: #946e00; }
      header nav * {
        color: #fff; }
      header nav ul {
        width: 100%;
        display: block;
        padding: 18.66667vw 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        header nav ul li {
          width: 100%; }
          header nav ul li a {
            width: 100%;
            display: block; }
            header nav ul li a span {
              font-size: 4.26667vw;
              line-height: 2.5; }
    header .hamburger {
      position: fixed;
      top: 4vw;
      right: 2.66667vw;
      width: 21.33333vw;
      height: 8.53333vw;
      background-color: #946e00;
      border-radius: 4px;
      border: solid 1px #fff;
      z-index: 9999; }
    header .menu-trigger {
      position: relative;
      width: 100%;
      height: 100%;
      background: none;
      border: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      cursor: pointer; }
      header .menu-trigger::before {
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        content: "\f0ca\0020";
        display: inline-block;
        color: #fff;
        font-weight: 700;
        font-size: 3.2vw; }
      header .menu-trigger::after {
        content: "\004d\0045\004e\0055";
        display: inline-block;
        color: #fff;
        font-weight: 700;
        font-size: 3.2vw;
        padding: 0 0 0 1.06667vw; }
      header .menu-trigger.active::before {
        content: "\f00d\0020"; }
      header .menu-trigger.active::after {
        content: "\0043\004c\004f\0053\0045"; } }

/*# sourceMappingURL=maps/sp.css.map */
