@charset "UTF-8";
/*リセット*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 10px;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #121212;
}

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

html {
  scroll-behavior: smooth;
  position: relative;
}

body {
  font-family: "Noto Sans JP", YakuHanJP, sans-serif, "游ゴシック体", YuGothic;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  color: #121212;
  text-decoration: none;
}

img {
  display: block;
}

p {
  line-height: 1.5em;
}

table {
  border-collapse: collapse;
}
@media (max-width: 599px) {
  table table {
    width: 100%;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.mainvis ul li img {
  width: 100%;
}

.maincontact {
  margin: 160px auto 0;
  width: 50%;
}
@media (max-width: 1024px) {
  .maincontact {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .maincontact {
    width: auto;
    margin: 120px 20px 0;
  }
}
.maincontact h1 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #4A2408;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .maincontact h1 {
    font-size: 2.4rem;
    margin-bottom: 60px;
  }
}
.maincontact .context {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
.maincontact .contents {
  margin-top: 60px;
}
.maincontact .contents .con_title {
  font-size: 1.4rem;
  margin-bottom: 10px;
  margin-top: 40px;
}
.maincontact .contents p {
  letter-spacing: 0.1em;
}
.maincontact .contents p input {
  width: 100%;
  height: 60px;
  padding: 0;
  border: 1px solid #BCBCBC;
  border-radius: 4px;
  text-indent: 1em;
}
.maincontact .contents p textarea {
  width: 100%;
  height: 240px;
  padding: 0;
  border: 1px solid #BCBCBC;
  border-radius: 4px;
  text-indent: 1em;
}
.maincontact .contents p .send_btn {
  width: 80%;
  text-align: center;
  display: block;
  margin: 40px auto 0;
  border: none;
  background-color: #D3D3D3;
  font-weight: 600;
}/*# sourceMappingURL=style_contact.css.map */