@charset "UTF-8";
body {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
  color: #393835;
}

.sp {
  display: none;
}

.wide {
  display: none;
}

.fv img {
  width: 100%;
}

.content_1 {
  margin-top: 140px;
  padding-top: 140px;
}

.content_1 h2 {
  color: #b08f3b;
  font-size: 40px;
  width: 90%;
  margin: 0 auto;
}

.content_1 .about_text {
  margin: 0 auto;
  width: 90%;
  padding-top: 20px;
}

.over_cover {
  max-width: 1000px;
  margin: 0 auto;
}

.title_image {
  margin: 0 auto;
  text-align: center;
}

.title_image img {
  width: 70%;
}

.pink_text {
  color: #eb615a;
}

.point {
  margin-top: 140px;
  background: #f9f6f5;
  padding-bottom: 70px;
}

.point .point_1,
.point .point_2,
.point .point_3 {
  border: solid 1px #b08f3b;
  margin-bottom: 140px;
  padding: 80px;
}

.point .sub_title {
  margin-top: 40px;
}

.point_1 {
  position: relative;
  margin-top: 40px;
}

.point_1 .emphasis {
  font-size: 25px;
}

.emphasis img.sp_image {
  width: 90%;
}

.point_title_image {
  position: absolute;
  width: 300px;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sub_title {
  font-size: 30px;
  margin-top: 80px;
  border-bottom: solid 1px #b08f3b;
  width: 100%;
}

.point1_image {
  width: 100%;
}

.point_2 {
  position: relative;
}

.point_2 .point2_image {
  width: 100%;
}

.point_3 {
  position: relative;
}

.point_3 .annotation {
  font-size: 12px;
  text-align: right;
}

.point_3 .okiami {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.point_3 .okiami_text {
  width: 50%;
}

.point_3 .okiami_image {
  width: 50%;
}

.point_3 .okiami_image img {
  width: 100%;
}

.point3_image {
  width: 100%;
}

.component {
  margin-top: 70px;
}

.component img {
  width: 100%;
}

.component .component_text {
  border: solid 1px #b08f3b;
  font-size: 25px;
  max-width: 800px;
  padding: 10px;
  margin: 0 auto;
}

.feature {
  margin-top: 140px;
  margin-bottom: 70px;
}

.feature img {
  width: 100%;
}

.voice {
  background-image: url(img/voice-bg.jpg);
}

.voice .sp_image {
  width: 100%;
}

.shop {
  background-color: #f9f6f5;
  padding-top: 70px;
  padding-bottom: 70px;
}

.shop_box {
  position: relative;
  padding: 20px 15px;
  border: solid 1px #b08f3b;
  width: 70%;
}

.shop_box h2 {
  color: #b08f3b;
  background: #f9f6f5;
  width: 400px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.shop_box .shop_text {
  margin-bottom: 30px;
  margin-top: 50px;
  text-align: center;
}

.shop_box .shop_small_text {
  text-align: center;
}

.shop_box .small {
  font-size: 12px;
  margin-top: 0;
  text-align: left;
  display: inline-block;
}

.introduction {
  text-align: center;
  margin-top: 140px;
  margin-bottom: 70px;
}

.company .sp_image {
  width: 100%;
}

.company p {
  width: 90%;
  margin: 0 auto;
}

.qa {
  background-color: #f9f6f5;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 70px;
}

.qa .qa_item {
  width: 90%;
  margin: 0 auto;
}

.qa .q_text {
  font-size: 30px;
  color: #b08f3b;
  margin-bottom: 10px;
}

.qa_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #707070;
}

.q_icon {
  background-color: #b08f3b;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.a_icon {
  font-size: 30px;
  color: #b08f3b;
  text-align: center;
  display: inline-block;
  line-height: 50px;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.products {
  margin-top: 140px;
  margin-bottom: 140px;
}

table {
  border-collapse: collapse;
  width: 95%;
  margin: 0 auto;
}

.products table,
.products th,
.products td, .company_profile table,
.company_profile th,
.company_profile td {
  border: 1px solid #b08f3b;
  line-height: 1.5;
  padding: 20px;
}

.products th, .company_profile th {
  width: 30%;
  background-color: #f9f6f5;
}

footer {
  background-color: #f9f6f5;
  text-align: center;
  padding-top: 40px;
}

footer img {
  width: 150px;
}

footer .footer_nav {
  width: 600px;
  margin: 0 auto;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

footer ul li {
  padding: 20px;
}

footer ul li a {
  color: #393835;
  text-decoration: none;
}

footer ul li:not(:nth-child(1)) a {
  border-left: 1px solid #b08f3b;
  padding-left: 40px;
}

footer .copy_right {
  margin-bottom: 0;
  padding-bottom: 70px;
}

.privacy_box, .company_page {
  margin-top: 140px;
  margin-bottom: 140px;
}

.privacy_box h1, .company_page h1 {
  text-align: center;
  color: #b08f3b;
  margin-bottom: 70px;
}

.privacy_box h2, .company_page h2 {
  color: #b08f3b;
}

.company_profile {
  margin-top: 70px;
}

@media (max-width: 999px) and (min-width: 601px) {
  .over_cover {
    width: 95%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (max-width: 860px) {
  .introduction {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
  }
  .introduction iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 16px;
  }
  .sp {
    display: block;
  }
  .pc_fv, .pc {
    display: none;
  }
  .over_cover {
    width: 95%;
  }
  .sp_image {
    width: 95%;
    text-align: center;
  }
  .content_1 {
    padding-top: 40px;
  }
  .content_1 h2 {
    font-size: 28px;
    width: 95%;
  }
  .content_1 .about_text {
    width: 100%;
  }
  .title_image img {
    width: 100%;
  }
  .point {
    margin-top: 40px;
  }
  .point .title_image {
    margin-bottom: 80px;
    padding-top: 40px;
  }
  .point .point_1, .point .point_2, .point .point_3 {
    padding: 20px;
  }
  .point .point_1, .point .point_2, .point .point_3 {
    padding: 20px;
    margin-bottom: 80px;
  }
  .point .sub_title {
    font-size: 18px;
    width: 100%;
  }
  .point_title_image {
    width: 180px;
    top: -50px;
  }
  .point1_image {
    width: 100%;
  }
  .point_1 .emphasis {
    font-size: 21px;
  }
  .point_2 .point2_image {
    width: 100%;
  }
  .point .point_3 {
    margin-bottom: 0;
  }
  .point .point_3 .okiami {
    display: block;
  }
  .point .point_3 .okiami .okiami_text {
    width: 100%;
  }
  .point .point_3 .okiami .okiami_image {
    width: 80%;
  }
  .point .point_3 .annotation {
    font-size: 10px;
  }
  .component {
    margin-top: 40px;
    text-align: center;
  }
  .component .component_text {
    font-size: 16px;
    margin: 20px auto;
    width: 90%;
    text-align: left;
  }
  .feature {
    margin-top: 80px;
    text-align: center;
  }
  .feature .sp_title {
    margin-bottom: 20px;
  }
  .voice {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .voice .title_image {
    margin-bottom: 40px;
  }
  .shop .shop_box {
    width: 90%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .shop .shop_box .small {
    padding-left: 20px;
    font-size: 10px;
  }
  .shop h2 {
    width: 60%;
  }
  .company {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .company p {
    width: 95%;
    margin: 0 auto;
  }
  .company .company_plant {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .qa .qa_item {
    width: 95%;
  }
  .qa .qa_block {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .qa .qa_item {
    margin-top: 20px;
  }
  .qa .q_icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .qa .q_text {
    font-size: 16px;
  }
  .products {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .products table, .products th, .products td {
    padding: 10px 4px;
  }
  footer .footer_nav {
    width: 95%;
  }
  footer ul {
    padding: 0;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer ul li {
    text-align: center;
    border: none;
    padding: 0;
  }
  footer ul li:not(:nth-child(1)) a {
    padding: 0 8px;
    border: none;
  }
  footer ul li a {
    font-size: 12px;
    padding: 0 8px;
  }
  footer ul li:nth-child(2) a {
    border-right: 1px solid #b08f3b;
    border-left: 1px solid #b08f3b;
  }
}

@media (min-width: 1100px) {
  .wide {
    display: block;
  }
  .pc_fv {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */