@charset "UTF-8";
pre {
  white-space: pre-wrap;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mt10 {
  margin-top: 10px;
}

header {
  height: 100px;
  background-color: #bcc536;
}

header h1 {
  color: #fff;
  font-size: 40px;
  line-height: 100px;
  text-align: center;
  font-family: serif;
}

main {
  background-color: #393333;
}

main .container {
  max-width: 1200px;
  margin: 0 auto;
}

main .container.contact {
  padding: 30px 30px;
}

@media (max-width: 480px) {
  main .container.contact {
    padding: 10px;
  }
}

main .catch {
  color: #bcc536;
  font-size: 25px;
  padding-top: 30px;
  margin: 0 20px;
}

main .tyuui {
  color: #fff;
  margin: 0 40px;
}

@media (max-width: 480px) {
  main .tyuui {
    margin: 0 20px;
  }
}

main #form4 {
  text-align: center;
  margin: 50px auto;
  width: 60%;
  max-width: 800px;
}

main #form4 input {
  width: 90%;
}

main .slide {
  text-align: center;
}

main .slide img {
  width: 95%;
  max-width: 1200px;
}

main section.recommended h1 {
  font-size: 30px;
  color: #21a6ff;
  margin-top: 50px;
  margin-left: 30px;
}

main section.recommended .product {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 200px;
  margin-top: 20px;
}

@media (max-width: 480px) {
  main section.recommended .product.manege {
    height: 150px;
  }
  main section.recommended .product.manege .btn {
    float: left;
  }
}

@media (max-width: 480px) {
  main section.recommended .product {
    height: 100px;
  }
}

main section.recommended .product img {
  width: 30%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main section.recommended .product .info {
  width: 70%;
}

main section.recommended .product .info h3 {
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
}

main section.recommended .product .info .btn {
  margin-left: 10px;
  background-color: #21a6ff;
  border: 1px solid #969595;
  border-radius: 20px;
  text-align: center;
  width: 100px;
  height: 30px;
  line-height: 30px;
}

main section.recommended .product .info .btn a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

main section.recommended .product .info .btn:hover {
  background-color: #124d74;
}

main section.recommended .product .info .price {
  text-align: right;
  font-weight: bold;
}

main section.impressions {
  margin-top: 100px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fff;
}

main section.impressions h2 {
  color: #21a6ff;
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-weight: bold;
}

main section.impressions .individual {
  margin-top: 0px;
  height: 80px;
  border-top: 1px solid #393333;
  border-bottom: 1px solid #393333;
}

main section.impressions .individual h3 {
  font-weight: bold;
  margin-left: 10px;
}

main section.impressions .individual p {
  margin-left: 10px;
  margin-top: 10px;
}

main .contact_form {
  padding-bottom: 30px;
  background: #fff;
  /*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
}

main .contact_form #formWrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  color: #555;
  font-size: 90%;
  padding-top: 30px;
}

main .contact_form #formWrap h3 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}

main .contact_form #formWrap p {
  margin-bottom: 10px;
}

main .contact_form #formWrap .form_btn {
  margin-top: 10px;
}

main .contact_form table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

main .contact_form table.formTable td, main .contact_form table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}

main .contact_form table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}

@media screen and (max-width: 572px) {
  main .contact_form #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  main .contact_form table.formTable th, main .contact_form table.formTable td {
    width: auto;
    display: block;
  }
  main .contact_form table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  main .contact_form input[type="text"], main .contact_form textarea {
    width: 80%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  main .contact_form input[type="submit"], main .contact_form input[type="reset"], main .contact_form input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }
}

main .form {
  margin-top: 100px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 20px;
}

main .form h2 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

main .form p {
  margin-top: 20px;
  color: #fff;
  font-size: 25px;
}

@media (max-width: 480px) {
  main .form p {
    font-size: 15px;
  }
}

main .form .toi {
  margin: 10px auto;
  text-align: center;
  width: 150px;
  height: 50px;
  border: 1px solid #004bb1;
  border-radius: 30px;
  background-color: #004bb1;
  line-height: 50px;
}

main .form .toi:hover {
  background-color: #012658;
  border: 1px solid #012658;
}

main .form .toi a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

footer {
  background-color: #3b4043;
  height: 300px;
}

footer .category {
  width: 100%;
  height: 100px;
  background-color: #f0f3f5;
  margin: 0 0;
}

footer .category p {
  color: #3b4043;
  padding-top: 30px;
}

footer .category p a {
  text-decoration: none;
}

footer div {
  margin: 0 20px;
}

footer div h3 {
  padding-top: 30px;
  color: #fff;
}

footer div h3 a {
  text-decoration: none;
  color: #fff;
}

section.detail {
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fff;
}

section.detail h1 {
  font-size: 30px;
  color: #21a6ff;
  margin-left: 20px;
  padding-top: 20px;
}

section.detail .product img {
  display: block;
  margin: 0 auto;
  width: 95%;
}

section.detail .product .info {
  padding: 10px;
}

section.detail .product .info .content {
  min-height: 200px;
  margin-top: 20px;
}

section.detail .product .info .btn {
  margin-top: 10px;
  background-color: #21a6ff;
  border: 1px solid #969595;
  border-radius: 20px;
  text-align: center;
  width: 120px;
  height: 30px;
  line-height: 30px;
}

section.detail .product .info .btn a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

section.detail .product .info .btn:hover {
  background-color: #124d74;
}

section.detail .product .info .category {
  margin-top: 10px;
}

section.detail .product .info .price {
  margin-top: 10px;
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */