@charset "UTF-8";

/*==========▼▼▼共通▼▼▼==========*/
h2 {
  text-align: center;
  font-size: 20px;
  padding: 50px 0 40px 0;
  color: rgb(194,161,68);
}

h2 {
  position: relative;
  padding: 0 55px;
}

h2:before, h2:after {
  content: '';
  position: absolute;
  top: 73%;
  display: inline-block;
  width: 35px;
  height: 2px;
  background-color: rgb(194,161,68);
}

h2:before {
  left: 30%;
}

h2:after {
  right: 30%;
}

@media screen and (max-width: 500px) {
  
  h2:before {
    left: 18%;
  }
  
  h2:after {
    right: 18%;
  }
}

/*==========▼▼▼ファーストビュー▼▼▼==========*/
@media screen and (max-width: 767px) {
  .first_view {
    width: 100%;
    height: 370px;
    background-image: url("../images/top767.png") ;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (max-width: 570px) {
  .first_view {
    width: 100%;
    height: 300px;
    background-image: url("../images/top500.png") ;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (max-width: 500px) {
  .first_view {
    width: 100%;
    height: 250px;
    background-image: url("../images/top500.png") ;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (max-width: 400px) {
  .first_view {
    width: 100%;
    height: 190px;
    background-image: url("../images/top500.png") ;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

/*==========▼▼▼COZの想い▼▼▼==========*/
.thought_container {
  width: 95%;
  margin: 0 auto;
  padding: 40px 0px;
}

.thought_container p {
  width: 85%;
  text-align: center;
  color: rgb(194,161,68);
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: dashed 1px rgb(194,161,68);
}

.thought_container p:nth-child(n + 2) {
  padding-top: 20px;
}

/*==========▼▼▼COZとは▼▼▼==========*/
#concept {
  background-color: rgba(238,238,238,0.7);
}

.concept_container {
  width: 95%;
  margin: 0px auto;
}

.concept_container h2 {
  padding-top: 30px;
}

.concept_container p {
  width: 75%;
  margin: 0 auto;
  line-height: 2.2;
  padding: 20px 0;
  font-size: 14px;
}

/*==========▼▼▼Product▼▼▼==========*/
#product img {
  width: 100%;
  height: 200px;
  object-fit:cover;
}

.product_container {
 width: 95%; 
  margin: 0 auto;
}

#product h2 {
  position: relative;
  padding: 50px 55px;
}

#product h2:before,#product h2:after {
  content: '';
  position: absolute;
  top: 48%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: rgb(194,161,68);
}

#product h2:before {
  left: 30%;
}

#product h2:after {
  right: 30%;
}

@media screen and (max-width: 500px) {
  
 #product h2:before {
    left: 18%;
  }
  
 #product h2:after {
    right: 18%;
  }
}

.product_shop, .business_shop {
  margin: 0 auto;
  width: 100%;
  height: 200px;
  position: relative;
  border: solid 1px rgb(194,161,68);
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.4);
}

.product_shop img, .business_shop img {
  position: relative;
  filter: contrast(0.9) opacity(0.9);
}

.product_shop_p, .business_shop_p {
  position: absolute;
  top: 50%;
  right: 42%;
  font-size: 16px;
  font-weight: bold;
}

.product_shop:hover, .business_shop:hover {
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.4);
}

.product_shop {
  margin-bottom: 60px;
}