@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* -----------------------------------------
	common 
-----------------------------------------*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  color: #5a4a3f;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center; }
  body.active {
    /*overflow-x:hidden;*/
    overflow: hidden;
    margin-right: 15px; }

a {
  text-decoration: none; }

/*
a:hover{
	opacity:0.7;
}
*/
a[href^="tel:"] {
  cursor: default; }
  a[href^="tel:"]:hover {
    opacity: 1; }

.clear {
  overflow: hidden; }

.clear:after {
  clear: both; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin: auto; }

.alignleft {
  float: left; }

.txtcenter {
  text-align: center; }

.txtright {
  text-align: right; }

a {
  color: #030000; }

.bold {
  font-weight: 600; }

.red {
  color: #ea0000; }

.sp {
  display: none; }

.pc {
  display: block; }

@media screen and (max-width: 767px) {
  .sp {
    display: block; }

  .pc {
    display: none; } }
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

#header {
  font-family: 'arial';
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-bottom: 30px;
  position: relative; }
  #header h1 {
    width: 245px;
    margin: 0 auto;
    padding: 50px 0; }
  #header a {
    color: #5a4a3f; }
  #header #menu ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    #header #menu ul li {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 0 15px; }
      #header #menu ul li a {
        position: relative;
        display: inline-block;
        text-decoration: none; }
        #header #menu ul li a:after {
          position: absolute;
          bottom: -8px;
          left: 0;
          content: '';
          width: 100%;
          height: 4px;
          background: #9fbc94;
          opacity: 0;
          visibility: hidden;
          transition: .3s; }
        #header #menu ul li a:hover::after {
          bottom: -4px;
          opacity: 1;
          visibility: visible; }
  #header #lang {
    position: absolute;
    right: 45px;
    bottom: 30px;
    font-size: 15px;
    font-size: 1.5rem; }

#mv .slick-arrow {
  display: none !important; }
#mv img {
  max-width: 900px; }

#content h2 {
  font-family: 'arial';
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  color: #5a4a3f; }
#content #news {
  padding: 95px 0 130px 0;
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }
  #content #news h2 {
    padding-bottom: 45px; }
  #content #news dl {
    text-align: left;
    border-bottom: 1px solid #9e958e;
    padding: 20px 20px; }
    #content #news dl dt {
      color: #7fa671; }
      #content #news dl dt span {
        display: inline-block;
        padding-right: 1.5em; }
    #content #news dl dd {
      display: none;
      font-size: 14px;
      font-size: 1.4rem;
      padding-top: 10px; }
#content #product {
  padding-bottom: 165px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }
  #content #product h2 {
    padding-bottom: 55px; }
  #content #product a:hover img {
    opacity: 0.7; }
#content #company .head {
  position: relative; }
  #content #company .head h2 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
#content #company .company_in {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 55px 0 140px 0; }
  #content #company .company_in a {
    color: #5a4a3f; }
  #content #company .company_in table {
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.05em; }
    #content #company .company_in table th {
      padding: 20px 25px;
      border-bottom: 1px solid #877b73;
      width: 40%; }
    #content #company .company_in table td {
      padding: 20px 25px;
      border-bottom: 1px solid #877b73; }
#content #contact {
  background-color: #9fbc94;
  padding: 60px 15px 65px 15px; }
  #content #contact .contact_in {
    width: 100%;
    max-width: 900px;
    margin: 0 auto; }
    #content #contact .contact_in h2 {
      color: #fff;
      padding-bottom: 45px; }
    #content #contact .contact_in p {
      color: #fff;
      display: inline-block;
      text-align: left;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.7;
      letter-spacing: 0.05em;
      padding-bottom: 55px; }
  #content #contact #form_wrap {
    background-color: #fff;
    padding: 30px 50px;
    text-align: left;
    letter-spacing: 0.05em; }
    #content #contact #form_wrap table {
      width: 100%;
      font-size: 15px;
      font-size: 1.5rem; }
      #content #contact #form_wrap table th {
        padding: 10px 0 10px 25px;
        white-space: nowrap;
        width: 20%; }
      #content #contact #form_wrap table td {
        padding: 10px 0 10px 0px; }
        #content #contact #form_wrap table td input {
          width: 100%;
          padding: 14px;
          border: 1px solid #998f88; }
    #content #contact #form_wrap p {
      font-size: 13px;
      font-size: 1.3rem;
      color: #5a4a3f;
      text-align: center;
      display: block;
      padding: 15px 0 30px 0; }
    #content #contact #form_wrap .btn_wrap {
      text-align: center; }
      #content #contact #form_wrap .btn_wrap ul {
        display: flex;
        -webkit-justify-content: center;
        justify-content: center; }
        #content #contact #form_wrap .btn_wrap ul li + li {
          margin-left: 10px; }
      #content #contact #form_wrap .btn_wrap input {
        border-radius: 0;
        -webkit-box-sizing: content-box;
        -webkit-appearance: button;
        appearance: button;
        border: none;
        box-sizing: border-box;
        font-size: 15px;
        font-size: 1.5rem;
        color: #fff;
        line-height: 1;
        padding: 10px 40px;
        background-color: #bcb694;
        margin: 0 auto;
        cursor: pointer; }
        #content #contact #form_wrap .btn_wrap input::-webkit-search-decoration {
          display: none; }
        #content #contact #form_wrap .btn_wrap input::focus {
          outline-offset: -2px; }
        #content #contact #form_wrap .btn_wrap input:hover {
          opacity: 0.8; }

#footer {
  background-color: #fff;
  padding: 18px 0; }
  #footer .copyright {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-family: 'arial'; }

@media screen and (max-width: 767px) {
  #header {
    padding-bottom: 15px; }
    #header h1 {
      width: 200px;
      margin: 0 auto;
      padding: 25px 0; }
    #header #menu ul li {
      font-size: 12px;
      font-size: 1.2rem;
      padding: 0 10px; }
      #header #menu ul li a:after {
        bottom: -4px;
        height: 2px; }
      #header #menu ul li a:hover::after {
        bottom: -2px; }
    #header #lang {
      position: absolute;
      right: 10px;
      bottom: auto;
      top: 5px;
      font-size: 13px;
      font-size: 1.3rem; }

  #mv img {
    max-width: 900px;
    width: 100%; }

  #content h2 {
    font-size: 20px;
    font-size: 2.0rem; }
  #content #news {
    padding: 45px 15px 65px 15px; }
    #content #news h2 {
      padding-bottom: 25px; }
    #content #news dl {
      padding: 10px 10px; }
      #content #news dl dt span {
        padding-right: 0em;
        display: block; }
      #content #news dl dd {
        font-size: 12px;
        font-size: 1.2rem; }
  #content #product {
    padding-bottom: 85px; }
    #content #product h2 {
      padding-bottom: 25px; }
  #content #company .company_in {
    padding: 25px 15px 70px 15px; }
    #content #company .company_in table {
      font-size: 13px;
      font-size: 1.3rem; }
      #content #company .company_in table th {
        padding: 10px 12px 0 12px;
        border-bottom: none;
        width: 100%;
        display: block; }
      #content #company .company_in table td {
        padding: 5px 12px 10px 12px;
        width: 100%;
        display: block; }
      #content #company .company_in table .bold_line th {
        border-bottom: none; }
  #content #contact {
    padding: 30px 15px 35px 15px; }
    #content #contact .contact_in h2 {
      padding-bottom: 25px; }
    #content #contact .contact_in p {
      font-size: 13px;
      font-size: 1.3rem;
      padding-bottom: 25px; }
    #content #contact #form_wrap {
      padding: 15px 10px; }
      #content #contact #form_wrap table {
        width: 100%;
        font-size: 15px;
        font-size: 1.5rem; }
        #content #contact #form_wrap table th {
          padding: 10px 0 0px 0px;
          width: 100%;
          display: block; }
        #content #contact #form_wrap table td {
          padding: 10px 0 5px 0px;
          width: 100%;
          display: block; }
          #content #contact #form_wrap table td input {
            width: 100%;
            padding: 7px;
            border: 1px solid #998f88; }
      #content #contact #form_wrap p {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 8px 0 15px 0; }
      #content #contact #form_wrap .btn_wrap input {
        font-size: 13px;
        font-size: 1.3rem;
        padding: 10px 40px; }

  #footer {
    padding: 10px 0; }
    #footer .copyright {
      font-size: 12px;
      font-size: 1.2rem; } }

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